difference between step loop and table control?Plz urgent..
Answers were Sorted based on User's Feedback
Answer / kiran bandaru
The STEP LOOP are the predecessor of TABLE CONTROL and both
are used to populate table data in screens.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / t.patra
Table Controls: A table control is used to pass the data
into the table at the runtime of the system. By using the
loop at statement in both PAI and PBO events. It is treated
like a loop in the both of the statements.You can scroll
the both vertically and horizentally.
Step loops: It is also called the screen table. But the
major difference between the step loop is used to repeat the
block of the fields of the screen . These fields are
repeated each and every time of the screen. But you can
scroll vertically but not horizentally.
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 that in STEP LOOPS, their table rows can span more than
one line on the screen. By contrast the rows in a TABLE
CONTROL 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.
A table control, as a screen object consists of :
i ) table fields ( displayed in the screen )
ii ) a control structure that governs the table display and
what the user can do with it.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Hi all, How can u get the Sales order no. if u know only Delivery order
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
How to raise an exception in Function Module?
31)Explain the User master setting for date and Time formats?
In BDC,i have 3 transaction and one flat file with data for all those 3 transaction requires........i want to process these 3 transaction at a time using that single flat file,if 3rd transaction fails to upload the record,can we roll back the remaining 2 transaction or we can't?Is it possible in BDC,How?
How to create a index on views?
What is the meaning of ABAP editor integrated with ABAP data dictionary?
How to create any functions? How to go about it?
what is the use of select for all entries in an internal table?
Value table VS check Table.
What is an update task?
what are the diff page formats available in SMARTFORMS ?