SAP PROGRAM GROUP - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

program group
Organizational unit of programs in the ABAP_ISESS .
BEGIN_SECTION VERSION 5 OUT There is always one main program group and multiple additional program groups. Each program group has a main program. An additional program pool is always created when function pools and class pools are loaded. If, however, using a program that is not a function pool or class pool causes the program to be loaded, it is loaded into the program group of the consumer. All programs of a program group share the interface work areas declared using TABLES, NODES, and COMMON PART. Within a program group, CALL SCREEN can call the dynpros of the main program only.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO