Question: Could you tell me the difference between exit and stop when used in different situations like inside loop,i the program etc?
Answer:
Hi,
STOP :This statement terminates a processing block in an executable  program.
The statement is only intended for use in the INITIALIZATION, AT SELECTION-SCREEN, START-OF-SELECTION, and GET events. It  terminates the current processing block in an [...]