Start of Content Area

Event 07: Before Correcting the Contents of a Selected Field  Locate the document in its SAP Library structure

 

Use

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

Realization

This event has no standard routine. The following global data is available for the realization of the user routine:

The entries to be handled are in

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

Example

In view V_T001 the field 'LAND1' is selected in the function 'Change field contents...' SEL_FIELD_FOR_REPLACE is then 'LAND1'.

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

Example

In view V_T001 the field 'LAND1' is selected in the function 'Change field contents...' SEL_FIELD_FOR_REPLACE_L is then 'V_T001-LAND1'.

Note

Select additional information