SAP GLOBAL TYPE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

global type
Data type or object type that is visible as a repository object in the entire AS ABAP. Global data types are defined as DDIC types in the ABAP Dictionary or as CDS entities in ABAP CDS. Global object types are defined as global classes or as global interfaces in the class library. All these global types share the same namespace. Besides these global types, data types defined in the public visibility section of global classes or in global interfaces can also be used globally.