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…

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…

Page 4 of 512345