‎2006 Aug 27 7:08 AM
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
‎2006 Aug 27 7:28 AM
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
‎2006 Aug 27 7:28 AM
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
‎2006 Aug 27 8:10 AM
Hi it worked fine but the variable $USER $DATE are not working whille $PROG is working any clues
‎2006 Aug 27 8:31 AM
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