LEAVE


Basic form 7

LEAVE.

Effect

Leaves the " CALL mode " (introduced by: CALL TRANSACTION , CALL DIALOG , LEAVE TO LIST-PROCESSING

Effect of LEAVE after
CALL TRANSACTION tcod :
Return from the called transaction tcod . Processing continues after " CALL TRANSACTION ... ".
CALL DIALOG dial :
Return from the called dialog module dial . The IMPORT objects of the calling program are passed. Processing continues after " CALL DIALOG ... ".
SUBMIT prog AND RETURN :
Return from the called program prog . Processing continues after the call to " SUBMIT prog ... ".
LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN scr :
Return from list processing. The screen scr is reprocessed.

Note

LEAVE is not required if you use standard F keys in the list processing (F3 Back and F15 Exit ).
Related LEAVE PROGRAM , LEAVE SCREEN , LEAVE LIST-PROCESSING .

Index
© SAP AG 1996