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

step loops, table controls

Former Member
0 Likes
492

Hi

what is the difference between steploops and table controls.

what is the use of both in module pool programming?

thanks in advance.

3 REPLIES 3
Read only

former_member283648
Participant
0 Likes
462

Hi,

Table controls is the modified or upgraded version of step loops. Step loops are outdated and not used any more. Step loops work in the principle of building tables as a stack of fields. Say u have 10 fields you print them together in a do loop or someting to print as a table. It is pretty difficult to handle them. Now in table control we dont have to do much manipulation in terms of printing fields with particular format and so on. Step loops are most used before 4.6 version...

Read only

gopi_narendra
Active Contributor
0 Likes
462

Please check the program for better understanding

demo_dynpro_tabcont_loop

demo_dynpro_tabcont_loop_at

Check this

http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801c13454211d189710000e8322d00/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/content.htm

Regards

- Gopi