Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from KMajumder_ABAP on Feb 10 at 12:53 AM Hi Aravind, You can use the following syntax: LOOP AT <itab> INTO <workarea> WHERE <field> IN <select-options>. <code>. ENDLOOP. Regards, Koushik
| | | ---------------Original Message--------------- From: Aravind Sent: Monday, February 10, 2014 12:23 AM Subject: Select Options in Loop Can anyone tell me how to pass select-options as where condition in the loop statement? I tried to pass but I am getting the sy-subrc value as 4. Is there any procedure for that? | | 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. _.____.__ |