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

Creating automatic header in abap editor

swatantra_vijay3
Participant
0 Likes
1,207

Hi

I want to create an automatic header in abap editor as soon as program is created instead using patterns.

for e.g. when i create a new report below template comes, i want to replace with my custom header template.

&----


*

*& Report ZXXX

*&

&----


*&

*&

&----


REPORT ZXXX.

Any clues,

Regards

Swatantra

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
754

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.

Regards

Raja

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
755

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.

Regards

Raja

Read only

0 Likes
754

Hi it worked fine but the variable $USER $DATE are not working whille $PROG is working any clues

Read only

0 Likes
754

i just noticed that $USER $DATE are not working, need to investigate more to findout the reason. if i find anything, i will post it here.

Regards

Raja