difference between step loop and table control?Plz urgent..

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any method apart from bdc for data upload to sap? : abap bdc

616


How to write a bdc – how do you go about it?

666


What is sap luw or update transaction?

614


Does every abap/4 have a modular structure? : abap modularization

701


Define the various contents of technical specifications ?

620






What is img? : sap abap hr

704


what is sap scriptview ?

1735


What are the data classes in abap?

614


How can we create callable modules of program code within one abap/4 program?

622


In which particular scenario we use sorted table and which particular scenario we use standard table?

1024


How can you display frames (horizontal and vertical lines) in lists?

618


What is an on”*-input filed” statement?

605


Why do we use logical blocks in abap program?

1453


What are the kinds of foreign key fields?

535


What is design pattern? Provide example .Why are we using it?

993