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

What is a difference between - RETURN, EXIT, CHECK, STOP &
REJECT - To leave the processing blocks

Answer Posted / herry

TOP

If you use the STOP statement within an event block, the
system stops processing the block immediately. The ABAP
runtime environment triggers the next event.



Before and during selection screen processing, the next
event in the prescribed sequence is always called. From the
AT SELECTION-SCREEN event onwards, the system always jumps
from a STOP statement directly to the END-OF-SELECTION
statement. Once the corresponding event block has been
processed, the system displays the list.



EXIT

If you use the EXIT statement within an event block but not
in a loop, the system stops processing the block immediately.



Before and during selection screen processing, the next
event in the prescribed sequence is always called. From the
START-OF-SELECTION event onwards, the system starts the list

processor directly when the EXIT statement occurs, and
displays the list.



If the EXIT statement occurs in a loop using DO, WHILE, or
LOOP, it is the loop that terminates, not the processing block.



CHECK : if the statement fails then skips the current loop
pass. But it doesnot exit the loop.



CONTINUE : skips the current loop pass. But it doesnot exit
the loop.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

10) How to get Item Header in Sales Order?

2059


What are datasets in abap?

1204


What should be the approach for writing a bdc program? : abap bdc

1206


Describe the data classes?

1079


What is the project you are currently working and work that you are doing

1580


How to eliminate duplicate entries in internal tables?

1204


Explain different types of locks?

1113


How do you write a function module in sap?

1120


​​What is the symbol to do “concatenation” operation in​​ nw​​ abap​​ 7.4​​ ?

1412


What is asap methodology? : sap abap hr

1181


What is append structure?

1108


Does the call transaction method allow multiple transactions to be processed by sap?

1048


What type of user exits have you written ?

1975


How can a lock object be called in the transaction?

1071


What are the different types of parameters?

1229