Show TOC

Function documentationSetting a Tab Page Title Locate this document in the navigation structure

 

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:

Syntax Syntax

  1. FORM INIT_D0100.
    [...]
    *- Initialisierungen
    	SWL_WIDISP_SET_TITLE 'Mein Titel'.
    [...]
End of the code.