IT Placement Papers SAP ABAP
This category contains ABAP Interview Questions and Answers |
Which one is not an exit comand ? (Exit, cencle, stop, back)
|
|
|
|
|
STOP.
Effect :The statement STOP is only to be used in executable programs
EXIT.
Effect :If the EXIT statement is executed outside of a loop, it will immediately terminate the current processing block.
BACK.
Effect : This statement positions the list cursor on the first position of the first line in a logical unit.
So "Cancle" is not an exit command
Only registered users can write comments. Please login or register.
|