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
What is a collect statement?
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What is a matchcode?
What is the difference between skip and new-line?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
What is web dynpro for abap?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What happens if we use leave to list-processing without using suppress-dialog?
What are the types of data types in the sap abap?
What is the use of abap data dictionary? : abap data dictionary
How can I make a differentiation between dependent and independent data? : abap hr
What is open sql vs native sql ?
What takes most time in SAP script programming?
hi my name is amit i have passed BE(CSE) with honours(72%) in 2006 yr. i have completed SAP/ABAP training with good exposer. i need a staffing company which can provide me real time exposer in SAP R/3. so plz help me out and send any information regarding on my mail id or tele. no. 9999784331 thanks
What are the update types possible?