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

ABAP Programming / Naming Standards

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      F- FI         W -  PM    

S – SD / SAM     M – MM/Supply    

You might also like