This error message is generated when you try to update the ALE status in the trigger when the flow is finished.
When using the SAP R/3 trigger, you can configure the trigger to update the IDoc status for the purpose of monitoring IDoc processing.
If the ALE Update Status SAP R/3 trigger configuration property is set to Yes (indicating that an audit trail is required), the trigger updates the IDoc status of the ALE business object that is retrieved from the SAP R/3 system.
This update is accomplished by updating a status IDoc called ALEAUD that the trigger sends to the SAP system as an inbound IDoc event.
After the event is sent to the message endpoint, the trigger updates the status of the IDoc in the SAP R/3 to indicate a failure or success in processing. For example, if the flow ends with no error, the IDoc status will be updated to success. If the flow ends with an error, the IDoc status will be updated to failure.
Note: The RFC that is called to update the ALE status is IDOC_INBOUND_ASYNCHRONOUS
To avoid the error message, you should set the ALE Update Status SAP R/3 trigger configuration property to No.
Note: When Magic xpi receives this error from the SAP R/3 system, it indicates an authorization problem on the SAP R/3 system’s side.
For more information, click here.
|