ABAP Keyword Documentation → ABAP Glossary
external procedure call
Procedure call from a different ABAP program in the same
AS ABAP. The first time one of its procedures is called, the required program is loaded into the
internal session of the calling program (if not already there) and, the
event LOAD-OF-PROGRAM
is triggered (except in
class pools). See also program group.