Start of Content Area

Procedure documentation Processing Times  Locate the document in its SAP Library structure

Use

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

Prerequisites

You are in step Maintain field mapping and conversion rules, and the change mode is activated.

The following processing times are available:

Processing time

Description

Default assignment

__BEGIN_OF_PROCESSING__

Before processing of data is started.

(empty)

__BEGIN_OF_TRANSACTION__

Before processing of data for a transaction 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:

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)

 

Procedure

...

       1.      Choose Display variant.
A dialog box appears

       2.      Set the Processing points indicator.

       3.      Choose Continue.
The Field mapping and conversion rules screen appears again where the processing times are displayed now.

       4.      Double-click on the corresponding processing time to branch to the editor.

       5.      Store the corresponding source code.

Result

You have stored your own source code for the required processing times.

 

End of Content Area