Application Development 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: 

Functionality to scroll down.

Former Member
0 Kudos

Hi all,

I have a requirement where in a tcode calls SM30 to maintain the Ztable. when the new entries button is clicked or if on the position the key value is added a custom screen is called which will display only the required field of the table through a new entry can be created or the changes can be updated into the table.

I am able to achieve this but when we scroll down then automatcially the custom screen is called.

how can i get the normal functionality of the ok-code where when we scroll down it behave noramlly without calling the next screen.

TIA

1 REPLY 1

Former Member
0 Kudos

for each scroll PBO is executed. so you should call your cutom screen from PAI not from PBO