‎2018 Mar 23 8:33 PM
idoc.jpgHello,
Background: Order information is transferred from Non-SAP system to SAP system. We have changed the partner profile from "Trigger Immediately" to "Trigger by background program" in sap.
But when the data comes into SAP system , it is processing IDOCS which in turn are failing for some different reason.
For example: Idoc is processed for delivery 12345 but it gives error delivery 78967 does not exists. Attached is the image for the same.
Only thing which we have changed is: Have changed partner profile from "Trigger Immediately" to "Trigger by background program" in sap.
Why is this happening and how can I solve this?
Thanks,
Komal Bhutada.
‎2018 Mar 23 8:45 PM
is this an homemade idoc with an own inbound processing program?
‎2018 Mar 23 8:53 PM
‎2018 Mar 23 8:56 PM
‎2018 Mar 23 9:05 PM
‎2018 Mar 23 9:24 PM
‎2018 Mar 23 10:25 PM
SCN can't help you with the custom IDoc types, sorry. Reach out to the team responsible for maintaining your SAP system (= not SAP or SCN).
‎2018 Mar 24 9:13 PM
Why is this happening: you don't clear the global variables at the beginning of your custom IDOC processing function module.
How to solve: reproduce, debug your program, and correct it.