‎2006 Nov 22 10:32 AM
hi,
could someone tell me where can I define a flower box. so that when I create a new ABAP program(se38), the flower box comes at the top of the program as a documentation -
&----
Program name : *
Author : *
Module name : *
Sub Module Name : *
Program Type : *
Creation date : *
Logical Database: *
Includes : *
External files : *
SAP Release : 4.7 *
Change Request : *
DESCRIPTION : *
regards,
prad
‎2006 Nov 22 10:34 AM
hi,
pls refer this thread.
<u>https://forums.sdn.sap.com/click.jspa?searchID=142283&messageID=2269192</u>
rgds
anver
‎2006 Nov 22 10:38 AM
thanks,
i searched in settings , but could not find the same ...
can you please tell me the exact path where i need to navigate to ...
thanks ...
‎2006 Nov 22 10:55 AM
hi pradipta,
goto se38..give ur pgm name and go in change mode and...
click on UTILITIES->MORE UTILITIES->EDIT PATTERN->CREATE PATTERN.
to use ur pattern..
click on Pattern tab..
select Other pattern and give ur pattern name
hope this helps,
do reward if it helps,
Priya.
Message was edited by:
Priya P
‎2006 Nov 22 10:46 AM
HI,
you need to modify table TSE05 - for APP_OBJ = ADDM and keyword = REPORT
with your own pattern.
you can also use FM RS_MODIFY_TSE05 for that.
Hope this helps.
Cheers
VJ