Symptom
During the Web Service Message Monitoring customer observed that web service message as failed and manual restart not possible.
Message body contains following details:
Error Text : Manual retry requested by application!
Service Interface : HumanCapitalManagementMasterDataReplicationEmployeeMasterDataReplication UsingIDoc OTM_HREEI
Service Interface Namespace : http://sap.com/xi/AP/HumanCapitalManagementMasterDataReplication/GlobalUser
Reproducing the Issue
- Go to the Application & User Management work center.
- Go to the Business Communication Monitoring view.
- Under the Show drop down select Business Messages with Errors.
- Press Go button.
- You found the messages with following error.
Error Text : Manual retry requested by application!
Service Interface : HumanCapitalManagementMasterDataReplicationEmployeeMasterDataReplicationUsingIDo
- Login to the backend.
- Go to the transaction SRT_UTIL.
- Find the related stuck PI message with following error.
----TYPE CX_IDOC_OTM_HREE_TO_EMPLOYEE
----ERROR_TEXT Cannot use idoc type OTM_HREE: distributed employment is on
Cause
Issue is caused because Distributed Employment is enabled in your Cloud for Travel & Expense system but you are trying to send the employee data through old IDOC format from ERP system.
Resolution
In order to send correct employee master data from ERP System, customer can use the new IDOC OTM_EMPL Instead of the IDOC OTM_HREE01.
Customer need to implement OTM_EXTR Add-On, which includes the report OTM_TRIGGER_EMPL_REPL_CE to download the employee master data in an CSV file format or to send the data directly via IDoc with the message type OTM_EMPL.
This add-on also includes the report‚ OTM_TRIGGER_EMPL_REPL and the IDoc message type OTM_HREE, too which should not be used anymore.
Please refer section 18.3.2 Maintain Distribution Model of integration guide.
See Also
Please refer SAP Note 2012921 - Collective Note for the Integration of SAP ERP with SAP Cloud for Travel and Expense for detailed information of integration requirements.
Keywords
KBA , SRD-FIN-CLM , Cash and Liquity Managment , How To