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: 
Read only

Module pool Scrolling

Former Member
0 Likes
335

Hi Expert,

I have a requirement like i'm displaying data using table control and in the same screen i have 3 push buttons like create,modify,delete.

After displaying the data, suppose user press create button an empty line has to cum at the end of the table control. I'm getting empty line.But my problem is suppose i have 3 record like below screen.

Sales order Sales order type

12345 abc

67890 def

After that if user press create button i'm getting empty line below.But i need to scroll the above two line up and i have to display the empty line first.

Please help me.

Thanks in Advance,

nag.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
304

Hi Nag,

you may position the table control using the TOP_LINE component of the table control structure (the one defined in the CONTROLS statement). For more information: [ABAP documentation: Table Control|http://help.sap.com/abapdocu_70/en/ABAPCONTROLS_TABLEVIEW.htm ]

Best regards,

Sandra