Start of Content Area

Function documentation Display Variant  Locate the document in its SAP Library structure

Use

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 Maintain field mapping and conversion rules, choose ® Display variant.

The following functions are displayed:

Functions:

Description:

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

The source code that has been stored.

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

Description

Default assignment

__BEGIN_OF_PROCESSING__

Before processing of data is started.

(empty)

__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 has been 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.                       

(empty)

Form routines (ABAP subprograms)

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

Note

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

Activities

Set the appropriate indicator.

 

End of Content Area