sapdev logo background
sapdev logo sapdev logo
Comments

ABAP SET TITLEBAR LIST Statement syntax, information and example SAP source code



Return to Statement index



SET TITLEBAR - Liste

Short Reference

ABAP Syntax_2 SET TITLEBAR title [OF PROGRAM prog]
[WITH text1 ... text9].

ABAP_ADDITIONS:
1 ... OF PROGRAM prog
2 ... WITH text1 ... text9

What does it do? During 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 - for the most part - the same syntax and semantics as for screens .
In contrast to the screens of dynpros, each list level automatically remains linked to the title set for it. When you return from the display of a higher list level to the display of a lower list level, the latter is displayed with the title that was set for it.

ABAP_ADDITION_1 ... OF PROGRAM prog

ABAP_ADDITION_2 ... WITH text1 ... text9

What does it do? As for screens .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SET_TITLEBAR_DYNPRO
SET_UPDATE_TASK_LOCAL




comments powered by Disqus