Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from kumar_pranav on Jan 23 at 1:44 AM Hi Sabira, i think you also have to specify the check box element name inside loop and then update its value to 'X' and also you have to write modify screen inside the loop to update the screen.
| | | ---------------Original Message--------------- From: sabira Sent: Monday, January 23, 2012 1:11 AM Subject: Checkbox in Module Pool Select all the checkbox in module pool. Here I have done the code. But it doesn't work. It fails in loop at screen. I don't know whats the problem here. Please help me. when 'SALL'. LOOP AT SCREEN. IF sy-subrc = 0. CHECK = 'X'. ENDIF. ENDLOOP. when 'DALL'. LOOP AT SCREEN. CHECK = ' '. ENDLOOP. | | Reply to this email to post your response. __.____._ | _.____.__ |