‎2014 Jan 29 5:41 AM
Hi Sap Guys,
Could anybody help me to get some good Patterns which we put at header of every program.
Thanks In Advance.
‎2014 Jan 29 5:56 AM
Hi bhesh patel ,
i think you are talking about flower box of the program, below i have given two pattern check it you can copy this two and crate pattern on ur system . path is utilities -> more utilities-> edit pattern create pattern, and you can call it from pattern -> other pattern
*&---------------------------------------------------------------------*
*& Program Name :
*& Type of Program :
*& Author : SOUMIK DE
*& Company : .
*& Client : .
*& Date Started :
*& Date Completed :
*& Functional Consultant :
*& Module :
*& Develepment Request :
*& Description :
*&---------------------------------------------------------------------*
*& Mdification Log :
*& Copied From :
*&---------------------------------------------------------------------*
*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Project Name : *
* Copyright : *
*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Program Name : *
* Type of Program : *
* Author : *
* Company : *
* Client : *
* Date Started : *
* Date Completed : *
* Functional Consultant: *
* Module : *
* Develepment Request : *
* Description : *
*-----------------------------------------------------------------------
* Version Management *
*-----------------------------------------------------------------------
* Date | Modified by | Req No. |Comments *
*-----------------------------------------------------------------------
* | | | | *
* *=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
‎2014 Jan 29 6:25 AM
‎2014 Jan 29 6:14 AM
Hi Bhesh,
have a look into this...
*&---------------------------------------------------------------------*
*& Report XXXXXXXXXXXXXX
*&
*&---------------------------------------------------------------------*
*& Developer :
*& Start Date :
*& End Date :
*& Development Package :
*& Functional Specification :
* Reference Number
*& Functional Owner :
*& Description :
*& Includes :
*& Copied From :
*& TR Number :
*&---------------------------------------------------------------------*
*&***** Modification History *****
*& Modification ID :
*& Developer :
*& Date :
*& Development Package :
*& Functional Specification :
*& Functional Owner :
*& Reason for Change :
*& TR Number :
*&---------------------------------------------------------------------*
Use this...
Thanks,
Vijay SR
‎2014 Jan 29 6:18 AM
Hi,
*---------------------------------------------------------------------*
* Report :
* MODULE :
*---------------------------------------------------------------------*
* Objective: To Display The Sales Order details
* Program : Updates tables ( ) Download data ( )
* Output Lists (X)
*
* Technical Spec No :
* Date Created :
* Author :
* Location :
*&---------------------------------------------------------------------*
* Amendment History *
*&---------------------------------------------------------------------*
* Date Change By Change ID Reason
**&---------------------------------------------------------------------*
Regards,
‎2014 Jan 31 9:42 AM
Hi,
You can check below, but better thing is check some old custom programs in your system and try to maintain same. this will be good as per project.
*&**************************************************************************************************
*& Report *
*****************************************************************************************************
*****************************************************************************************************
* Program name : *
* Project : *
* Programmer : *
* Created : *
* Version : *
* Purpose : *
* Description : *
*****************************************************************************************************
‎2014 Jan 31 11:51 AM
Hi,
*******************************************************
MODIFICATION LOG *
*********************************************************
* Program Name : *
* Author : Vineesh B *
* Date Written : 24 Jan 2014 *
* Request # : *
* Requested by : *
* Functional spec : *
* Technical Spec : *
* *
* Description : *
* *
*--------------------------------------------------------------------*
* Mod date Programmer Reference Description*
*--------------------------------------------------------------------*
* 24Jan2014 Vineesh B *
*********************************************************
‎2014 Feb 03 7:19 AM
Hello,
Just a little tip so that you don't have to copy/paste everytime, you can create your own pattern. It can be dynamic as well.
Static one:
1. Go to se38 and create pattern
2. Define the pattern and save.
3. Then you can use the pattern:
Now if you want the username and date to be dynamic, follow the instructions in the link below:
Dynamic Pattern in ABAP Editor - Community Profiles - SCN Wiki
‎2014 Feb 03 9:31 AM
Hi,
*$*$****************************************************CATALOG_START**
*$*$ PROGRAM ID : *
*$*$ TITLE : *
*$*$ CREATION DATE : *
*$*$ AUTHOR : *
*$*$ DESIGNER : *
*$*$ OWNERSHIP : *
*$*$ REFERENCE ID : *
*$*$------------------------------------------------------------------*
*$*$ DESCRIPTION : *
*$*$ *
*$*$*******************************************************************
*$*$ AUTHORIZATION CHECKS *
*$*$------------------------------------------------------------------*
*$*$ OBJECT AUTHORITY FIELDS ABAP FIELDS *
*$*$-------------------------------------------------------------------
*$*$ | | *
*$*$ | | *
*$*$ | | *
*$*$*******************************************************************
*$*$******************************************************CATALOG_END**
Regards,
Mayur Priyan. S