explain about step loop and table control.
Answer / 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 |
What is a table pool?
Hi, can any one tell me the follwoing question's answer 1.How can we validate single selection screen field and multiple selection screen field in report and also in module pool programming.pls give answer in brief with example. 2.What is search help ? pls tell search help type breifly with example?
what is the difference between FOR ALL ENTRIES and SELECT * FROM ?
What are the classifications of the sap abap data classes?
What is full form of bdc session? : abap bdc
what is the role of extended syntax check in performance tuning?
what is difference b/w like and type statements?give example? when to use like and when to use type?
in a report there is two options for each there is a seperate alv reportt. how to have form top-of-page for both in same report.
i am learning abap and finding very diffculty in understanding the message control technique especially in sending IDOCS? what are the steps in message control ?
wat is a workflow schema?
Companies in India which are working in SAP-ISU?
what is meant by ale configuration? what can u do in ale configuration?