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…

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…

ABAP Program to List Programs without T-Codes

The following program lists the ABAP programs with out any transaction code (or not assigned to a transaction code).

Program List without T-Code
Program List without T-Code

Continue Reading…

Search Transactions by Text in SAP

Most of the ABAPer or who ever use SAP at some point stuck at the point to know or remember Transaction codes.

Initial Screen of SAP standard T-Code
Initial Screen of SAP provided standard T-Code for search

Continue Reading…

Z-Joiner : ABAP Program that Generates join-based SELECT statements

Page 3 of 41234