on 2023 Sep 26 3:52 PM
We are upgrading our SAP ME system from ME15.1 to ME 15.5 and when we send over a notification from S4 to ME, we get an error "Required value "BOM_TYPE" missing; enter a value in the BOM_TYPE field (Message 10015)".
IDOC type is INOTIF, BOM_TYPE is maintained in ME in value maintenance. We do not get this error in 15.1 with the same payload. I could not find anything on the INOTIF integration in the change log .
Request clarification before answering.
Thank you for your response. I just looked over the how to guides and indeed, I do not see INOTIF as a supported IDOC type. It is very strange, as we have been using it since we installed the ME systems years ago. There is also INOTIF available in SAPMEINT Workflow Configuration with standard transactions pointing to Service Order handlers. Do you know what may be an alternative to INOTIF for service Orders? Why is INOTIF available int the workflow configuration? thank you so much !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just wanted to give an update: I downloaded the services (java:com.sap.me.integration.ERPServiceOrderHandler) from both upgraded/non-upgraded systems, ran the payloads through in soapUI, I was able to reproduce the missing BOM_TYPE error on the non-upgraded service by blanking out the BomType from my payload, so it looked like ME was just not seeing the BomType that was being sent over. I took a closer look and realized that the BomType is missing it's namespace . It works fine in the non-upgraded service, but whatever changed made to the new service must be more strict as that is what is causing the issue. I added the 'me:' namespace and it is working as expected now.
******************************************************************************************
******************************************************************************************
Thank you!
Yurika
INOTIF does not look like a standard IDOC supported by SAPMEINT. Please check SAPMEINT How-To Guide:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.