Show TOC

Function documentationDisplay Variant Locate this document in the navigation structure

 

You can select the information to be displayed in the Field Mapping.

This function is particularly useful to experienced users who want to specifically modify the Field Mapping.

Features

In the change mode of step, choose   Maintain Field Mapping and Conversion Rules   Display Variant  .

The following functions are displayed:

Functions:

Meaning:

Technical Fields

Target fields for which the LSMW defaults a conversion rule. In general, you do not have to make any changes.

Initial fields

Initial fields.

Coding

Coding

Global Data Definitions

Definitions and declarations available in the overall conversion program.

Processing Times

Allows you to insert your own source code at specific processing times.

Processing time

Meaning

Default assignment

__BEGIN_OF_PROCESSING__

Before processing of data is started.

(blank)

__BEGIN_OF_RECORD__

Before the conversion rule for a source structure is applied.

Initialization of structure <segment> (name of target structure)

Batch input, direct input:

<segment> = init_<segment>.

BAPI, IDoc:

g_edidd_segnam = '...'.

g_edidd_segnum = '....'.

g_edidd_psgnum = '......'.

g_edidd_hlevel = '..'.

Clear <segment>.

__END_OF_RECORD

After the conversion rule for a source structure is applied.

Transfer_record.

__END_OF_TRANSACTION__

After processing of the transaction has been completed.

Transfer_transaction.

__END_OF_PROCESSING__

After processing of data has been completed.

(blank)

Form routines (ABAP subprograms)

Allows you to define ABAP subroutines to be used in your own source code.

Note Note

To display the source fields that have not yet been assigned, choose   Extras   Unassigned Source Fields  .

End of the note.

Activities

Set the appropriate indicator.