SAP SET TITLEBAR ABAP Statements

Get Example source ABAP code based on a different SAP table
  


CONTENTS
Standard SAP Help for SET_TITLEBAR

SET TITLEBAR

Short Reference
• SET TITLEBAR ABAP_CONTENTS


ABAP Syntax

Set title of screens

1 SET TITLEBAR title [OF PROGRAM prog]
[WITH text1 ... text9].
Set title of lists

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


Return to menu