2014 Apr 11 12:17 PM
Hi All,
I have created a table maintenance view for a custom table. And I have a created a custom button on the table view maintenance to process all the selected entries.
When I click on SELECT ALL - all the entries are selected but then after I click the PROCESS custom button, only the visible entries on the screen are processed.
Technically,
in the PAI block
Loop at Extract.
MY CODE TO PROCESS SELECTED ENTRIES BASED ON VIM_MARKED
Endloop.
here in my code only visible entries get processed and the Loop terminates after SY-LOOPC value.
Could you please let me know how to achieve the functionality of processing all the selected entries.
2014 Apr 13 6:18 AM
2014 Apr 14 5:43 AM