SAP TERMINOLOGIES.

Anjali Hora
2 min readSep 11, 2021
Systems, Applications & Products in Data Processing

BAPI :

It is FM which is used to load the data into SAP System. There are two types of BAPI Standard BAPI and Custom BAPI. By Using Tcode BAPI, All standard BAPIs will get displayed.

For creating custom BAPI.

Steps are given in SAPTECHNICAL.COM.👇

http://saptechnical.com/Tutorials/BAPI/CustomBAPICreation2/page1.htm

BADI:

BADI (Business Add-In) is a new SAP Object Oriented enhancement technique which is used to add our own business functionality to the existing SAP standard functionality.

It helps to improve the quality of existing code. It is possible to develop solutions according to the requirements without affecting the initial source codes of the object.

IDOC:

IDOC is intermediate document. It carries data from ne system to another system in the form of electronic messages.

For transferring data from SAP To SAP System , we use ALE (Application linking Enabling).

For transferring data from SAP To Non-SAP System , we use EDI(Electronic Data Interchange).

ODATA:

OData is the current default way to communicate with an SAP backend, be it for an (SAPUI5) frontend or any other integration scenario.

HANA:

HANA stands for High-performance Analytic Appliance. SAP HANA is an in-memory, column-oriented, relational database management system. Its primary function is to store and retrieve data as requested by the applications.

FIORI:

SAP Fiori is a design language and user experience approach developed by SAP for use by SAP, its customers and its partners in business applications.

SAP UI5:

SAPUI5 is a framework for creating online apps that are responsive and adapt their user interfaces to desktop, tablet, and mobile devices. SAP UI5 framework is made up of HTML, CSS, and Javascript at this point.

SAP Modules:

This is nothing but used to refer different modules in SAP. There are lot of functional as well as technical modules in SAP. These are BTP, MDG, SD, MM etc.

Thanks for reading……

--

--