Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from manish718 on Feb 10 at 1:14 AM Use SELECT-OPTIONS: s_field FOR v_fieldname. LOOP AT s_field. READ TABLE fp_ddfields WITH KEY fieldname = s_field-low TRANSPORTING NO FIELDS. endloop.
| | | ---------------Original Message--------------- From: KMajumder_ABAP Sent: Monday, February 10, 2014 12:53 AM Subject: Select Options in Loop Hi Aravind, You can use the following syntax: LOOP AT <itab> INTO <workarea> WHERE <field> IN <select-options>. <code>. ENDLOOP. Regards, Koushik | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |