Hello experts,
we are running ERP with MII/ME 6.0.4.3. Intended process: Sending shop orders to MII/ME, start/confirm operations in ME, confirmation back to ERP (by resource adapter user). ERP will set status of shop order to confirmed, goods movements are created. All components are assigned to the first operation.
Process works fine except: Goods movements are not created in ERP. Instead I receive entries in COGI with error message „You have no authorization for this transaction in plant 0520“.
Following points were checked trying to resolve issue: ERP-Authorisation-Trace, ERP-RFC-Trace,
replace MII-resource-adapter-user with my personal user account, and much more…
Goods movements are created if:
- confirmation with my personal account in ERP using transaction CO11n
- confirmation by calling BAPI_PRODORDCONF_CREATE_TT manually in ERP (using the same values that are contained in MII-YieldConfirmationRequest)
- add/delete the additional tables of the BAPI (e.b. GOODSMOVEMENTS) in the YieldConfirmationRequest
It looks like that there is a difference if MII is calling the BAPI or if I call it manually in ERP.
How does MII converts/sends/calls the YieldConfirmationRequest to ERP?
What is the difference between MII call and manual BAPI call in ERP?
Other reason?
Thanks so much,
Achim