Displaying Icons in ALV Grid using ABAP

The following code adds an icon  (exclamation) to the ALV grid/list. It also includes the code for adding hot-spot to ALV column.

icons_in_alv

Continue Reading…

Convert Spool Request to PDF in SAP

The following program converts the spool requests (can be seen using SP01) to PDF format on your PC.

At Program execution, specify the path where to download the PDF file.

 

Spool Request-To-PDF

 

Continue Reading…

Deactivate an Account in SAP

This report de-activates the account of the specified user. This can be used as a utility to SAP BASIS people.

Please be cautious of its use, and thus should be used correctly.

Continue Reading…

ABAP Program to Search For SMARTFORMS in your Language

The following program will help you to search the SMARTFORMS either Standard or Customer created in your compatiable language.

Program Initial Screen
Program Initial Screen

Continue Reading…

ABAP Program to Track ‘Hard Coding’ in Programs

Hard-coding has been very much an integral part of ABAP coding. Many a times lot of text is hard coded in programs right from select statements to selection screen parameters to more complicated case statements and other conditional statements. The more deadlier hard coding is found in user exits or BTE’s.

Typically during roll-outs the existing programs may have to be modified to include the new company code etc. However it might take lot of debugging to figure out what went wrong if we missed a small exit where very important code was written.

Program Initial Screen

Program Initial Screen

Continue Reading…

Page 3 of 41234