Show TOC

Setting a Tab Page TitleLocate this document in the navigation structure

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.
[...]
*- Initialisierungen
        SWL_WIDISP_SET_TITLE 'Mein Titel'.
[...]