SAP ABAP Tutorials

ABAP Data Objects

DATA Keyword Data objects or variables in ABAP are defined with DATA statement. You use an elementary type, or a local type, or a data dictionary global type to define data object. TYPE and LIKE When creating a Data Object referring to a Data Type use TYPE. Use LIKE keyword when defining data object by

ABAP Data Objects Read More »

ABAP Package transportable and non transportable

ABAP Repository The development objects such as programs, function modules, definition of tables and so on delivered by SAP or created by ABAP developer are stored in repository called ABAP repository. The repository is located in the database and is client-independent or cross-client. Cross-client means the repository objects gets available to all clients irrespective of

ABAP Package transportable and non transportable Read More »