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 different types of locks? : abap data dictionary
Explain the disadvantages of different types of bdc's?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
How are BAPI different from Normal function modules ?
What is alv programming in abap?
What are the kinds of foreign key fields?
What are the other modules integrated with om? : sap abap hr
What are the sequences of event block?
What is the difference between pnp and pnpce? : abap hr
Can you delete data element, which is being used by table fields. : abap data dictionary
Can matchcode object contain ids with different update types? : abap data dictionary
Explain how to Handle the internal tables in ABAP?
What is client in the sap system? : sap abap hr
What is direct input method ?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?