Show TOC

Background documentationSAPMEINT Processing Steps and Step IDs

 

You can use a step ID as a value to refine profiling results (see Profiling).

Step ID

Step

Description

10000

Total Processing

The total time of Workflow Processing, Post Processing, and Other processing

9996

Workflow Processing

The total time of all processing of steps 1-9 and 101-204

1

Initialization

The time taken to initialize the workflow

2

Pre XSLT

The time taken to perform any processing on the message that occurs after Initialization and before the XSLT transformation

3

Request XSLT

The time taken to perform processing on the message by the XSLT transformation

4

Save Request

The time taken to save the message to the database

5

Post XSLT

The time taken to perform any processing on the message after the Save Request and before the Service Call

6

Service Call

The time taken to perform the service call using the message

7

Save Response

The time taken to save the service response

8

Response XSLT

The time taken to perform XSLT processing on the service response

9

Analyze Response

The time taken to perform analysis on the service response

101

Split Pre XSLT

The time taken in the Split workflow to perform Pre XSLT processing on the message

102

Split Request XSLT

The time taken in the Split workflow to perform XSLT processing on the message

103

Split Enqueue

The time taken in the Split workflow to place the split messages in the SAPMEINT message queue

201

Get Correlation Key

The time taken in the Correlation workflow to get the correlation key for the message

202

Update Correlation Key

The time taken in the Correlation workflow to update the correlation key

203

Merge Validation

The time taken in the Correlation workflow to validate if the messages can be merged

204

Merge

The time taken in the Correlation workflow to merge the messages

9999

Post Processing

The total time of Pass Handler and Fail Handler

9997

Pass Handler

The time taken to execute additional actions on a successful service call

9998

Fail Handler

The time taken to execute additional actions on a failed service call

N/A

Other

The result of the total time of Workflow Processing and Post Processing subtracted from Total Processing