2007 Jul 09 5:05 PM
1. Which of the following is not a EXIT command
A STOP B EXIT C BACK D CANCEL
2007 Jul 09 5:13 PM
Exit,Back & cancel comes under Exit command functional type.
Stop is not a exit command functional type.
2007 Jul 09 5:09 PM
Hi
EXIT exits from every kind of loop end routine (form, function module, method....), STOP exits from the event of a report.
BACK and CANCEL are not ABAP exit command.
Max
2007 Jul 09 5:13 PM
Exit,Back & cancel comes under Exit command functional type.
Stop is not a exit command functional type.
2007 Jul 09 5:13 PM
BACK and CANCEL are program Exit command....They are used on the ABAP Menu....
STOP and EXIT are report Exit command....Used in LOOP, FM and so...
Greetings,
Blag.
2007 Jul 09 6:00 PM
Hi,
<b>STOP :</b> It ends the current processing block and END-OF-SELECTION is triggered. It can be used only in AT SELECTION-SCREEN, START-OF-SELECTION and GET. It can be used only in an executable program.
<b>EXIT :</b> It ends the current processing block and END-OF-SELECTION is NOT triggered if written outside LOOP. If written inside LOOP then it will come out of LOOP.
<b>BACK</b> and <b>CANCEL</b> are not valid ABAP commands.
Reward points if the answer is helpful.
Regards,
Mukul
Message was edited by:
Mukul R. Kulkarni