ABAP Programming basics
ABAP Programming basics Read More »
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
Pre-requisite of this article is : Client code in SAP ABAP Package Steps to create Package in ABAP Change Request Transport Organizer is the tool to create and view change request which is required to transport changes from DEV to QAS system. Inside change request, a request task is created for each employee that assigns
Transport of ABAP development objects Read More »
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 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 »
Steps to Create Package Remember that names of all custom developments, including package, should start with Y or Z. Go to application Object Navigator TCode – SE80 From the drop down, select Package, enter package name – ZAMARMN and hit enter In dialog prompt, choose Yes In create package window, enter Short Description, choose appropriate
Steps to create package in ABAP Read More »