ABAP – Create an ABAP Custom Header Automatically for all your Programs

I found this cool post that showed me a way to have my own ABAP custom header default into every new program I created.  I thought I’d share it with you all (and add it to my note book :> ).

It’s really pretty easy.  Simply go to table: TSE05 (use SE16N, since no table maintenance has been defined).

If you want to update a program, use the following:
APP_OBJ = ADDM
KEYWORD = REPORT

Next up, just make the changes as you’d like.  Feel free to add additional lines, move around what’s there, etc.  Now you don’t even need to paste your header into every program, just set up your boilerplate once, then you only need to populate in the information.  Just like that you have your own ABAP custom header that will populate every time you create a new program.

Happy Hacking,

Mike

2 thoughts on “ABAP – Create an ABAP Custom Header Automatically for all your Programs

  1. Reply
    Kris@ ABAP Tutorial - March 20, 2014

    Hi Mike thank you for sharing this table, I’ve never knew about it before. Once we had copied a new se16n into a custom program and transport it to production server so that we can maintain custom table without have to worry about authority

  2. Reply
    Yan - July 2, 2014

    Hi Mike,

    thanks for sharing. I searched for this at least for 2 hours now. 🙂

    Every thing exist in ABAP, you just have to find it.

    Cheers Yan

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top