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 »

Client code in SAP

Client Code Client is a 3-digit number with which SAP system environment segregation is achieved. Client also represents and independent business entity in SAP system and by creating several clients, several companies can be represented in single SAP system. When you login into an SAP system, you login to a client. You only have access …

Client code in SAP Read More »