ABAP Programs for Beginners

The code book contain the beginners level programs for new ABAPers. The book covers almost every basic aspect that a programer in this domain should know.

 

Code Book

Continue Reading…

ABAP HR program to download Employee data

Following program downloads Employee Data into Excel file(.xls). The selection criteria can be specified at the run time. It also uses Logical Database ‘PNP’ ( to be specified in the program attributes) to retrieve various personnel data.

download_empl_data

 

 

Continue Reading…

Create HR Report Category in SAP

Creating / Maintaining a Report Category is one of the important task in ABAP HR when handling Logical Databases. Report Category provides an added flexibility in term of field selection to be displayed on screen and the handling of fields in the back-end.

 

rep_cat8

 

 

Continue Reading…

ABAP HR Program to list maintained Infotypes in SAP

Following ABAP HR program is used to display a list of all the Infotype structures maintaine in the SAP. The program generates an ALV Grid which lists all the infotypes in the system.

list_of_infotype_structure

Continue Reading…

ABAP Program to add Colors in ALV Grid

Normally, there are requirements to display set of rows differently based to certain conditions in ALV. To distinguish them easily, in a one go, we can add colors to the rows(based on condition of course).
The following program adds strokes of different color to your ALV Grid.

 

Add Color in ALV

Continue Reading…

Page 2 of 41234