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
Can I execute user exits? If yes, how?
From excel to abap - is batch mode possible ? : abap bdc
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is the significance of hide?
What are the data types of the external layer?
What are clustered tables?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What is web dynpro for abap?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is a batch input session? : abap hr
What is a multiple line field?
How to define selection screen?
What are base tables of an aggregate object?