Show TOC

Event 07: Before Correcting the Contents of a Selected FieldLocate this document in the navigation structure

Use

This event occurs when the function 'Change field contents' is called. Other activities can be performed for the marked entries, for example,

  • Check whether the entry field can be changed

  • Fill hidden fields

  • Update user internal tables

Process

There are no standard routines for this event. The following global data is available for the realization of user routines:

  • Internal table EXTRACT

    The entries to be processed are

    • Overview screen as marked entries in the internal table EXTRACT

    • In the header record of the internal table EXTRACT or in the field symbol <TABLE1> in the single screen.

  • Field Symbols

  • Global variable NEXTLINE

  • SEL_FIELD_FOR_REPLACE

    The variable contains the technical name of the field which was chosen for the change.

    Example

    The field 'LAND1' is chosen by the function 'Change field contents...' in the view V_T001. So SEL_FIELD_FOR_REPLACE has the value 'LAND1'.

  • SEL_FIELD_FOR_REPLACE_L

    The variable contains the technical name of the table/view field which was chosen for the change.

    Example

    The field 'LAND1' is chosen by the function 'Change field contents...' in the view V_T001. So SEL_FIELD_FOR_REPLACE_L has the value 'V_T001-LAND1'.