Purpose With Title you can change the title of an SAP screen.

You can also use Title in an InputScript. The new title is displayed as long as the InputScript is active. See Tips&Tricks.

Example Title "Maintain user parameters for &[user]"
Format Title "text"

Maximum title length is 70 characters.

Tips
& Tricks
  • Note that the same screen may be used for "Display", "Change" and "Create". Either you formulate the title text in a fairly general manner, for example

    Title "User parameters for &[user]"

    or you differentiate the title using an expression like "if Q[Status=xxxx]".


  • You can find a good example of how to use Title in the tip Change the title during processing.
  • Components GuiXT