ABAP Keyword Documentation → ABAP - Short Reference
SET TITLEBAR - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SET TITLEBAR title [OF PROGRAM prog]
[WITH text1 ... text9].
Effect
Sets the GUI title.
Additions
-
OF PROGRAM prog
Specifies the programprog
in which the GUI title is defined. -
WITH text1 ... text9
Replaces the placeholders for the GUI title with the content of the data objectstext1
, ... ,text9
.