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
What is an “on input filed” statements?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
How can you distinguish between different kinds of parameters?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is the advantage of structures?
What is the difference between skip and reserve?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What are internal tables? How to use a specific number occurs statement?
What are the different types of sapscript symbols?
Explain what are the problems in processing batch input sessions?
Exception handling and how does it transfer from called method to calling method?
Explain buffering
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary