‎2011 Aug 22 4:18 PM
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.
‎2011 Aug 22 5:37 PM
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