difference between step loop and table control?Plz urgent..

Answer Posted / sateesh r

step-loops : step-loops are used to display the internal
table information,But here the draw back is the data will be
stored in SINGLE Line .
2types of step-loops.
1.static(size is fixed).
2.dynamic(size wariws depends upon Internal table).

STRUCTURE:
Loop at i_tab with STEPLOOP name
------------
------------
------------
endloop.

Table control :
it is the new concept to display the internal table
informtion in Line by Line.
-> table control concept we r using in MODULE POOL.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is value table? : abap data dictionary

809


A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?

699


how 2 create the normal form by using functional module

2322


Can you create an internal table dynamically?(at run time)

1599


Advantages and disadvantages of different types of bdc's?

749






What is use of transparent table in abap? How it is different from pool tables?

846


What are the dis-advantages of logical databases? : abap hr

829


How to specify a client for database table processing?

789


How the at-user command serves mainly in lists?

829


What is an “on request field” statement?

853


How do you process errors in call transaction method? : abap bdc

890


how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....

1820


Of the two call transaction and session method, which is faster?

881


How to give programe name as input in BDC report of abap ?

1964


Can we reuse a userexit?

1236