SAP SET TITLEBAR LIST ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID DYNPRO%
• SET TITLEBAR - list ABAP Statement

SET TITLEBAR, List
Short Reference

ABAP_SYNTAX
SET TITLEBAR title $[OF PROGRAM prog$]
$[WITH text1 ... text9$].

ABAP Addition
1 ... OF PROGRAM prog
2 ... WITH text1 ... text9

What does it do?
In list processing, this statement sets the GUI title specified in title for the display window of the current list level and all following list levels up to the next statement SET TITLEBAR. The statement has mostly the same syntax and semantics as for dynpros.
Unlike in screens of dynpros, each list level remains automatically linked with the title set for it. When the display of a higher list level is switched to the display of a lower list level, the latter is displayed with the title that was set for it.
• OF PROGRAM SET TITLEBAR - list
• WITH SET TITLEBAR - list

ABAP Addition

ABAP Addition

What does it do?
As for dynpros.

Return to menu