Show TOC

Field Symbols for the Work Area Table/ViewLocate this document in the navigation structure

Use

The following field symbols are assigned for every maintenance dialog:

  • <TABLE1>: work area, that is, the current screen values of all fields in the current table/view. The values contained are the current screen values. In the functions 'New Entries' and 'Copy' these values are not yet in the internal tables TOTAL and

    EXTRACT.

  • <F1>: The field symbol contains the key of <TABLE1>

  • <INITIAL>: The work area of the table/view can be initialized via this field symbol.

  • <ADDRESS_NUMBER>: The field symbol refers to the address number of the work area of the current entry. Provided that the table/view address field is assigned to the domain ADRNR.

The following field symbols are only assigned when the maintenance dialog is based on a table with an associated text table, and the tables are linked via the foreign key relationship TEXT.

  • <TABLE1_TEXT>: The field symbol contains the work area of the text table read for the current table. The values contained are the current screen values of the text table read. In the functions 'New Entries' and 'Copy' these values are not yet in the internal tables TOTAL and

    EXTRACT.

  • <TEXT_KEY>: The field symbol contains the key of <TABLE1_TEXT>

  • <TEXT_INITIAL>: The work area of the text table read can be initialized via this field symbol.