SAP DECLARATION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

declaration
Defines the properties of local program entities. Data types, data objects, classes, interfaces, and field symbols can be declared. Declarations are made either with declaration statements or as inline declarations using declaration expressions. The declared unit is visible statically as soon as it is declared and is valid throughout the entire context.
ABAP_MORE_INFO