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
How to call a subroutine in sapscript?
What does a lock object involve?
Define external layer?
How move-corresponding works
What is the last entry in all bdc tables? : abap bdc
What is the use of abap data dictionary? : abap data dictionary
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What is native sql?
Explain buffering
What are the list of screen elements?
How to give programe name as input in BDC report of abap ?
What two statements are required in an abap program to output an icon using a written statement?
What is the difference between a structure and an append structure?
How is conversion of data types done between abap/4 & external level? : abap data dictionary