1) exit in ABAP versus PHP: exit in PHP will output a message and terminate the current script while exit in ABAP will terminate the current loop/while ! 0 comments
1