Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Documentation

Former Member
0 Likes
3,435

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

4 REPLIES 4
Read only

anversha_s
Active Contributor
0 Likes
1,585

hi,

pls refer this thread.

<u>https://forums.sdn.sap.com/click.jspa?searchID=142283&messageID=2269192</u>

rgds

anver

Read only

0 Likes
1,585

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 ...

Read only

0 Likes
1,585

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

Read only

Former Member
0 Likes
1,585

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