What is a difference between - RETURN, EXIT, CHECK, STOP &
REJECT - To leave the processing blocks
Answer Posted / ravikumar
STOP: This terminates the block and executes end-of selection.
EXIT: It terminates the loop processing and process the next
statements.
CHECK: It evaluates the subsequent logical expression if it
is true the processing continue with the next statement.
CONTINUE terminates the current loop pass, returns the
processing to the beginning of the loop and starts the next
loop pass,
REJECT: it terminates the current event, even from loops or
subroutines.
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Did you create secondary index?
What are the types of search helps? : sap abap data dictionary
What are the events in abap/4 language? : abap hr
Folder types in smatforms? 2)What is Command line?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What are the data types of the external layer?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What is the table buffer?
What are the uses of interactive reporting?
What is lock object ? : abap data dictionary
Can you delete data element, which is being used by table fields?
What is internal payroll process? : sap abap hr
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
How to know if the value entered contains records or not?