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