You use this macro to define the title of a user-defined tab page.
The macro used for this purpose is:
SWL_WIDISP_SET_TITLE
The macro could be implemented as follows:
FORM INIT_D0100. [...] *- Initialisierungen SWL_WIDISP_SET_TITLE 'Mein Titel'. [...]