Hi,
I'd like to create a screen like that in transaction VA03.
It contains a table control and it is located in Sales view -> sales tab -> tbl cntrl all items displayed in a subscreen. Its not located in main screen.
I use P+ ok code. But it doesn't get triggered in PAI.
I just want to ask how to trigger p+?
regards,
bala
Hi Krithika,
For the scrolling operations, the <tablecontrol>-TOP_LINE is automatically calculated when a scroll is done in the table control.
The fields SY-LOOPC contains the number of tablecontrol lines in the PBO adn the number of filled lines in the PAI (when used within the LOOP..ENDLOOP)
So in the LOOP, you can modify the entries with INDEX of <tablecontrol>-CURRENT_LINE starting from <tablecontrol>-TOP_LINE with the number of entries to be moved equal to SY_LOOPC.
Regards,
Anil.
Add a comment