Interface Format Values as Input Parameters 

Definition

You can use all data defined in the interface format as input parameters for a user-defined form routine.

Use

This allows you to use data from the export file, in other words, data from internal tables, field strings, and infotypes.

You enter the data as follows: < table name >-< field name > (for example, P0002-NACHN , VERSC-ABKRS , WPBP-WERKS ).

You must also use the following control parameters for the interface format:

The system uses the value from the first entry.

The system uses the value from the last entry.

The system uses the value from the current work area.

You can only use the Last and All control parameters for internal tables and infotypes. If you use a field string value as the input parameter, you must set the First control parameter.

You should only use the All control parameter if the user exit is called up within a field or structure assigned to a block. The object is processed according to the data in the repeat factor.