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 smart forms? : abap hr
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is screen flow logic? What are the sections in it?
How many ways can a sap system be accessed?
What are the different control break statements available inside a loop?
Exception handling and how does it transfer from called method to calling method?
What is a data element?
Can we create a gui status in a program from the object browser?
Mention some important events in abap programming.
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
How many tables are there in sap?
when are objects are passed from task to the change request?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is step-loop? Explain all the steps?