Skip to Content
0
Former Member
Apr 11, 2014 at 11:17 AM

table maintenance - Select All functionality - only visible lines

27 Views

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.