Show TOC

Activate Text ElementsLocate this document in the navigation structure

Use
Process

You activate the text elements of a window from within the print program by setting the parameter FUNCTION when calling the function module WRITE_FORM. FUNCTION may have the following values:

  • SET

    Replace all active text elements of the window by the current one (default).

  • APPEND

    Append the current text element to the active text elements.

  • DELETE

    Delete the current text element from the list of active text elements.

Active text elements are all text elements the system already output to the window when the current page is called.

Caution

In the MAIN window, the value APPEND within the BODY area equals the value SET. The value DELETE has no effect in this context. In the areas TOP and BOTTOM, the values act as described above.