0
votes

I want to change the header name of the ABAP program. What can I do or where can I find the option to edit the header?

Screenshot of an ABAP program in SAP GUI highlighting header text

3

3 Answers

3
votes

Two ways for this:

  • Set it in program options. Select the program and check menu Goto / Attributes.

  • Or you can create a GUI title and set it via ABAP. This overwrites attributes' setting.

More about how to achieve: here.

1
votes

To change the program header is more easier than it seems.

Just open you program via SE38 -> Goto -> Properties -> Check the title field and change -> Save

And you are done. :)

0
votes

The path is SE38 -> (Put Program Name) -> Now open the program in edit mode -> Select the option GOTO -> select Properties Change the program title.