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
Explain pai and pbo.
What is the difference between a dialog program and a report?
What is the t-code for transaction recorder? : abap bdc
Mention some important events in abap programming.
What is the tcode for sapscript forms?
How do you find if a logical database exists for your program requirements?
What are the types of subroutines? : abap data dictionary
Explain the difference between tables and structures?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
How to transfer the objects? Have to transferred any objects?
Difference between /N and /BEND?
Define dispatcher?
What are the various types of selection screen event?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How do you connect to the remote server if you are working from the office for the client in remote place?