Difference between table control and step loop? Plz answer
me its urgent!
Answer Posted / mishra
TABLE CONTROLS are simply enhanced STEP LOOPS that display
data with the look and feel of a table widget in a desktop
application.
But from a programming standpoint, TABLE CONTROLS and STEP
LOOPS are almost exactly the same.
One major difference between STEP LOOPS and TABLE CONTROLS
is in STEP LOOPS their table rows can span more than one
line on the screen. By contrast the rows in a TABLE
CONTROLS are always single lines, but can be very long. (
Table control rows are scrollable ). The structure of table
controls is different from step loops. A step loop, as a
screen object, is simply a series of field rows that appear
as a repeating block.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of parameters in the function modules?
What is view? Explain the different types of view?
when u prefer lsmw?
What does an exec sql statement do in abap?
How are BAPI different from Normal function modules ?
function modules are also external subroutines. State true or false. : abap modularization
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Explain the differences between sap memory and abap memory?
Explain how to create any functions? How to go about it?
What are types of select statements?
Explain the advantages and disadvantages of abap query tool?
ABAP : Classical reports events name
How will you define org structure in MM?