Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from horacio zapettini on Feb 10 at 6:48 AM Rajavel the question is where are you checking sy-subrc in that code? If you are doing it after endloop.... have you considered that once the last loop has been executed the where condition is failing and thus you're in a sy-subrc <> 0 status? BTW, why on earth are you checking sy-subrc after a loop? If you wanted to know if it_input has been processed, then a simple if lines( it_input ) > 0 would do that check for you.... HTH Horacio PS. IMO, this is a question for sap-newbies group.
| | | ---------------Original Message--------------- From: Rajavel Sent: Monday, February 10, 2014 6:35 AM Subject: Loop With Where Condition As Select Option i checked that both are integer type only. | | Reply to this email to post your response. __.____._ | _.____.__ |