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
What is value table? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
how 2 create the normal form by using functional module
Can you create an internal table dynamically?(at run time)
Advantages and disadvantages of different types of bdc's?
What is use of transparent table in abap? How it is different from pool tables?
What are the dis-advantages of logical databases? : abap hr
How to specify a client for database table processing?
How the at-user command serves mainly in lists?
What is an “on request field” statement?
How do you process errors in call transaction method? : abap bdc
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....
Of the two call transaction and session method, which is faster?
How to give programe name as input in BDC report of abap ?
Can we reuse a userexit?