Static Title Bar
The developer has to set the titles in the ABAP/4 coding himself using the command "SET TITLEBAR name WITH a b c d". The actual title is defined in the Menu Painter following the syntax and semantic guidelines specified in this standard.
Title Bar Set Dynamically
Titles can also be set in dialog modules and function modules. Alternatively, the title can be left empty and passed to the dialog module or function module as a parameter with the "&" variable.
Title Bar for Reports
The title bar in report output can either be defined directly once using SE38 or alternatively in the Menu Painter. The title is then activated with SET TITLEBAR. The second alternative allows you to set the title bar in reports for different list screens in the same way as title bars in tasks.
Centered Automatically
The system centers the header both in the primary window and in dialog boxes.
Translation
Please make sure that the current length of the title allows a translation into other languages.