Entering content frameFunction documentation Setting a Tab Page Title Locate the document in its SAP Library 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.
[...]
*- Initializations
  SWL_WIDISP_SET_TITLE 'My title'.
[...]

Leaving content frame