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