Interview Questions

Which one is not an exit comand ? (Exit, cencle, stop, back)

SAP ABAP questions and answers


(Continued from previous question...)

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

(Continued on next question...)

Other Interview Questions