Using Text Elements in Page Windows 

You can define and edit text elements in windows as well as in page windows. In both cases, the text elements are assigned to the active window. You can create several text elements in a module.

  1. On the screen Form: Change Page Windows choose Edit ® Text elements.
  2. This takes you to the text editor.

  3. Enter the name of the text element in the text entry area by the tag column /E .
  4. Define one line in the text element for each line in the main window. A section of a text element is shown below:
  5. /E SPACE_LINE
    /
    /E HEADER_TEXT
    /: INCLUDE 'SD_RVADOR01' OBJECT TEXT ID
    SDVD PARAGRAPH HT
    /: INCLUDE OBJECT VBBK ID 0001 PARAGRAPH HT
    /E ITEM_HEADER
    IL <TI>Item,,Material,,Description</>
    IP <TI>,,,,Quantity,,,,Price,,Price unit,,,,,,Value</>
    / &ULINE(71)&
    /
    /E ITEM_LINE
    IL &VBDPA-POSNR&,,&VBDPA-MATNR&,,&VBDPA-ARKTX&
    ,,&'Customerarticlenumber 'VBDPA-IDNKD'
    '&&'Item 'VBDPA-POSEX&

    As you can see above, each line is defined individually.

  6. Save the window texts (text elements) and return to the Form:Change Page Windows screen.