Showing posts with label ABAP Programming / Naming Standards. Show all posts
Showing posts with label ABAP Programming / Naming Standards. Show all posts

25/02/2013

ABAP Programming / Naming Standards

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