Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

table maintenance - Select All functionality - only visible lines

Former Member
0 Kudos
141

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.

2 REPLIES 2

Former Member
0 Kudos
114

plz help on this.

Former Member
0 Kudos
114

This message was moderated.