0% found this document useful (0 votes)
10 views2 pages

Role of Abaper

ABAP (Advanced Business Application Programming) is a case-insensitive programming language used in SAP. An ABAPer is involved in creating reports, interfaces, conversions, enhancements, and forms, each serving distinct purposes such as data retrieval, system connectivity, data transfer, functionality extension, and document design. The source code in ABAP comprises statements and comments.

Uploaded by

hazardfuck
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Role of Abaper

ABAP (Advanced Business Application Programming) is a case-insensitive programming language used in SAP. An ABAPer is involved in creating reports, interfaces, conversions, enhancements, and forms, each serving distinct purposes such as data retrieval, system connectivity, data transfer, functionality extension, and document design. The source code in ABAP comprises statements and comments.

Uploaded by

hazardfuck
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

ABAP

(Advanced Business Application Programming language)

ABAP isn’t case sensitive.

Role of an ABAPer in real time:-

R I C E F

Reports Interfaces Conversions Enhancement Forms

In SAP ABAP each task is called one object.

Report: -
Based on the given input we’ll fetch [read or get] data from data base and display in a predefined
format.
Types of Reports:-
1. Classical Reports
2. Interactive Reports
3. ALV Reports
Classical Reports: - It’s nothing but to display the entire information in a single list.

EX:-

Interactive Reports: - It’s nothing but to display the summarized information in the basic list and
detailed information in further lists.

EX:-
ALV Reports: - This is used to display the data with additional futures i.e. Borders, colors, shades, lines
etc.

Interfaces: - Interfaces are used to connecting from SAP to SAP as well as SAP to non-SAP. Interfaces
are ALE/IDOCS, BAPI.

Conversion: - Conversion programs are used to


transfer the data from file to SAP system.
Conversion programs are BDC/LSMW.

Enhancements: - Enhancements are used to adding some additional functionality to the standard
functionality with out disturbing the standard functionality.
Enhancements are BADI, user exists, customer exits enhancement frame work, enhancement spot

Forms: - Forms are used to design the business documents such as offer letters, experience letters, pay
bills etc.
Forms are SAP Script, SMART forms.

The source code of an ABAP consists of either a statement or comment.

You might also like