SAP SET TITLEBAR - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SET_TITLEBAR

SET TITLEBAR

ABAP Reference
ABAP Code Snippet


ABAP Syntax SET TITLEBAR title [OF PROGRAM prog]

[WITH text1 ... text9].
ABAP Code Snippet

What does it do? Sets the GUI title.

ABAP Addition OF PROGRAM prog
Specifies the program prog in which the GUI title is defined.
WITH text1 ... text9
Replaces the placeholders for the GUI title with the content of the data objects text1, ... , text9.

Return to menu