SAP CALL SEQUENCE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

call sequence
A call sequence is the set of programs whose ABAP_ISESSNS are loaded jointly into an ABAP session by a sequence of calls using SUBMIT ... AND RETURN or CALL TRANSACTION. It is possible to return to the preceding program in the call sequence from every program. The first program in a call sequence is the top level transaction. The programs of a call sequence have collective access to the ABAP memory. A call sequence can be exited completely using the statement LEAVE TO TRANSACTION.
ABAP_MORE_INFO