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 |
Meaning |
Default assignment |
|
__BEGIN_OF_PROCESSING__ |
Before processing of data is started. |
(blank) |
|
__BEGIN_OF_TRANSACTION__ |
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: 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) |
Context
Allows you to insert your own source code at specific processing times.
Procedure
-
Choose Display Variant. A dialog box appears.
-
Set the Processing Points Indicator.
-
Choose Continue. The Field Mapping and Conversion Rules screen appears again where the processing times are displayed now.
-
Double-click on the corresponding processing time to branch to the editor.
-
Store the corresponding source code.
Results
You have stored your own source code for the required processing times.