explain about step loop and table control.

Answer Posted / p.magana

Ans
more

Step loops as structures in a screen do not have individual
names.
The screen can contain more than one step-loop, but if so,
you must
program the LOOP…ENDLOOPs in the flow logic accordingly. The
ordering of the LOOP…ENDLOOPs must exactly parallel the order
of the step loops in the screen. The ordering tells the
system which
loop processing to apply to which loop. Step loops in a
screen are
ordered primarily by screen row, and secondarily by screen
column.

Transaction TZ61 (development class SDWA) implements a step loop
version of the table you saw in transaction TZ60.

Static and Dynamic Step Loops

Step loops fall into two classes: static and dynamic. Static
step
loops have a fixed size that cannot be changed at runtime.
Dynamic
step loops are variable in size. If the user re-sizes the
window, the
system automatically increases or decreases the number of
step loop
blocks displayed. In any given screen, you can define any
number of
static step loops, but only a single dynamic one.

You specify the class for a step loop in the Screen Painter.
Each
loop in a screen has the attributes Looptype (fixed=static,
variable=dynamic) and Loopcount. If a loop is fixed, the
Loopcount
tells the number of loop-blocks displayed for the loop. This
number
can never change.

Programming with static and dynamic step loops is
essentially the
same. You can use both the LOOP and LOOP AT statements for both
types.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is off cycle payroll run

1949


Explain what is runtime analysis?

565


What are uses of foreign key?

570


How to debug a sapscript?

604


what is diff between idocs,bdc,rfc and bapi. give real time answer

17734






What is help view?

559


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2564


What is an “on input filed” statements?

631


We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???

1680


How to eliminate duplicate entries in internal tables? : abap data dictionary

788


What is open sql?

580


Explain the properties of selection screen?

654


What are the different types of locks? : abap data dictionary

635


Differentiate screen painter from menu painter.

564


A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization

571