Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How to call a subroutine in sapscript?

1080


What does a lock object involve?

1137


Define external layer?

1111


How move-corresponding works

1343


What is the last entry in all bdc tables? : abap bdc

1056


What is the use of abap data dictionary? : abap data dictionary

1009


hi,how to diable the popup window which is displayed afetr executing the SAP script program?

2041


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?

1177


What is native sql?

1144


Explain buffering

1302


What are the list of screen elements?

968


How to give programe name as input in BDC report of abap ?

2220


What two statements are required in an abap program to output an icon using a written statement?

1089


What is the difference between a structure and an append structure?

1047


How is conversion of data types done between abap/4 & external level? : abap data dictionary

1115