SAP LEAVE TO LIST-PROCESS - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for LEAVE

LEAVE TO LIST-PROCESSING

ABAP Reference
ABAP Code Snippet


ABAP Syntax LEAVE TO LIST-PROCESSING [AND RETURN TO SCREEN
dynnr].
ABAP Code Snippet

What does it do? Calls the list processing upon terminating the current screen.

ABAP Addition AND RETURN TO SCREEN dynnr
Specifies a screen dynnr, to which the runtime environment returns upon terminating the list processing.

Return to menu