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 are the kinds of foreign key fields?
How many types of tables exists and what are they in data dictionary?
Create any functions? How to go about it?
What are the basic objects of the data dictionary?
Where the payroll results are stored
What is “call mode”?
What is the difference between a pool table and a transparent table?
what is user specific parameter?
Can we specify the next screen number with a variable?
What is view? Explain the different types of view?
Search help exit details.
What are the two levels in defining a match code ?
How do you process errors in session method ? : abap bdc
How many secondary indexes can we create in a table?
What is use of transparent table in abap? How it is different from pool tables?