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...

ANY one can tell me what is basic diff b/w keywords
STOP,CONTINUE,CHECK,EXIT, AT-EXITCOMMAND?

Answer Posted / ashwini

stop : The statement STOP is only to be used in executable
programs and in the following event blocks:

AT SELECTION-SCREEN (without additions)

START-OF-SELECTION

GET

You leave these event blocks via STOP, and the runtime
environment triggers the event END-OF-SELECTION.

CONTINUE : The CONTINUE statement can only be used in
loops. If it is used, the current loop pass is ended
immediately and the program flow is continued with the next
loop pass.

CHECK : If the statement CHECK is executed in a loop and
log_exp is incorrect, the statement CHECK immediately
terminates the current loop pass and the program continues
with the next loop pass. For log_exp, you can specify any
logical expression.

Note
Outside a loop, the statement CHECK exits the current
processing block

EXIT ; If the EXIT statement is listed within a loop, it
leaves the loop by ending the current loop process. Program
execution is continued after the closing statement in the
loop.

Note
Outside of a loop, the EXIT statement leaves the current
processing block.

AT EXIT-COMMAND : it is used in module pool programming to
leave the screen without entering madatory fields.it is the
1st module in pai.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we access the correction and transport system? : abap data dictionary

1134


What are aggregated objects : abap data dictionary

1123


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

1228


What are the two ways for restricting the value range for a domain? : abap data dictionary

1031


WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'

2307


Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

1047


What is your approach to find exit and BAdi?

1355


when do you need to create an internal table with header line ? and with out a header line?

2052


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

1150


what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary

1092


What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

1139


What are the techniques involved in using sap supplied programs?

1084


What is meant by a schema? : sap abap hr

1222


how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer

2312


The max number of calling modes stacked at one time is?

1171