Entering content frameInternal Calls Locate the document in its SAP Library structure

In an internal call, the called unit is part of the calling program. The source code of the called unit is either part of the source code of the calling program or attached to it as an include program. This means that, at runtime, no extra programs have to be loaded into the internal session of the calling program. You can use internal calls for procedures and subscreens.

This graphic is explained in the accompanying text

Procedures

All procedures - subroutines, function modules, and methods - can be called internally in the program in which they are defined.

Screens

All of the screens belonging to a program can be called internally. When you call a screen, a screen sequence begins, in which the next screen is defined by the next screen specified in the current screen.

The special screen types selection screen and list are only ever called internally. You should only call subscreens internally.

 

 

 

Leaving content frame