Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

ABAP Programming / Naming Standards

By Supriya Joshi
Following are the performance standards need to be following in writing ABAP programs:
For all ABAP Programs / Transaction Codes

Add the below header at the beginning of Every ABAP program


************************************************************************
* OBJECT ID
:
* PROGRAM TITLE
:
* MODULE
:
* PROGRAM TYPE
:
* INPUT
:
* OUTPUT
:
* CREATED BY
:
* CREATION DATE
:
*---------------------------------------------------------------------------------------------------------* DESCRIPTION
:
*
*
*
************************************************************************
* Modification history:
*
---------------------------------------------------------------------------------------------------------

* DATE
|User ID
|TS Ver | Transport Request | Description
*
--------------------------------------------------------------------------------------------------------*
************************************************************************
Naming conventions to be followed:

Other Objects

Application area corresponds to the application area you are working like
B - Basis

C - CO

S SD / SAM

F- FI

M MM/Supply

W - PM

You might also like