SAP PRG GLBL DATA - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

program global data
Global data for short. Data object that is declared in an ABAP program and is known in the entire program behind its declaration. Global data is declared in the global declaration part of a program. See also local data.