SAP PROGRAM GLOBAL TYPE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

program global type
Data type or object type that is defined in an ABAP program and is known in the entire program behind its declaration.
BEGIN_SECTION VERSION 5 OUT Global types are declared in the global declaration part of a program using the statements TYPES, CLASS, and INTERFACE .
END_SECTION VERSION 5 OUT