Introduction to SAP

SAP stands for Systems Applications and Products in Data Processing. Founded in the year 1972 with its headquarters at Wall Dorf, Germany, it is a market leader in ERP software. The company was founded by 5 ex-IBM employees and is a multi-billionaire company with their customers spanning across the globe. Historical Overview In 1972, SAP …

Introduction to SAP Read More »

SAPUI5 define modules

Use the sap.ui.define() to define SAPUI5 modules. Modules helps in modularizing applications JavaScript code into smaller reusable code blocks. In this SAPUI5 example we see how to create SAPUI5 modules. Step 1 – In the SAPUI5 project, create a folder called utility, under the webapp folder. Under utility folder, create file Formatter.js and MessageManager.js Step …

SAPUI5 define modules Read More »

Transferring ABAP program from local object to a package – Transfer ABAP Program from one Package to another.

When saving ABAP program as local objects, it gets saved in $TMP package. To transfer ABAP Program from local object to a package, use the same technique of transferring ABAP Program from one package to another. In this case, we transfer ABAP program from $TMP to a custom package. Open the ABAP program in editable …

Transferring ABAP program from local object to a package – Transfer ABAP Program from one Package to another. Read More »