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

table control and a step loop

Former Member
0 Likes
361

what is table controll and atep loop....

2 REPLIES 2
Read only

Former Member
0 Likes
334

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

Read only

Former Member
0 Likes
334

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