Tuesday, 23 April 2019

1.Introduction to SAP ABAP

What is SAP ABAP

ABAP(Advanced Business Application Programming) is a high level programming language used to implement SAP.

It is used to enhance SAP Applications RICEFW


  • R - Reports
  • I  - Interfaces
  • C - Conversions
  • E - Enhancements
  • F  - Forms
  • W - Work bench



1.REPORTS
With the given inputs the data from data base tables are fetched and displayed in a desired format.

2.INTERFACES
Interfaces are used to connect from one SAP System to another as well as an SAP system to a non SAP system.

3.CONVERSIONS 
These are used to upload a flat file(Non SAP File) to a SAP system.

4.ENHANCEMENTS
Enhancements are used to add some additional functionality to the standard functionality with disturbing it.

5.FORMS
Forms are used to design business documents.



No comments:

Post a Comment