‎2006 Nov 08 12:18 PM
‎2006 Nov 08 12:22 PM
Hi Abhay,
Table Control :- Suppose a customer is there he can have many bank accounts ok so want to store his bank details then we have to store them In Table Controls
And Step loop i have just an idea.
I heard that may be one of the purpose of Step loop is that we can create a Text Editor.
Bye
Murthy
‎2006 Nov 08 2:40 PM
Hi
both are elements of abap-dynpros.
a step-loop constists of a line of gui-elements like labels and edittexts, which are repeated in each line of the step-loop. each line is filled by a row of an internal table. this was the only way to display tables on abap-dynpros.
the table-control was added later to the abap-dynpros (perhaps R/3 3.0 or R/3 3.1 ?) to give a better look and feel. it is still filled by an internal table and the dynpro-run-logic is very similiar to step-loops.
the alv-grid is the youngest table-object for dynpros and is available since R/3 4.6 . it works with the control-framework as a oop-class.
have a look in following docs:
http://help.sap.com/saphelp_46b/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm -> User dialogs
Regards
Torsten