Hello everyone,
I’m currently working on an issue in SAP ECC with OpenText VIM 7.5, related to MRKO posting and VIM Document Processing (DP) workflow finalization, and I’m looking for guidance or best practices from anyone who has faced a similar scenario.
/OPT/VIM_52_BAPI_DOCLINES_PO.SUBMIT.After the FI document is created:
BUS_OBJTYPE and BUS_OBJKEY are empty.From our investigation, the problem does not seem to be MRKO itself, but how it is executed:
Has anyone come across this situation when using MRKO with VIM DP? What is the recommended or supported way to correctly finalize DP and close the workflow in this scenario? Are there specific VIM classes or methods that should be used to link the FI document back to the DP document? Any advice or experience would be greatly appreciated.
Thank you!
Request clarification before answering.
SAP/OpenText do not support bypassing VIM’s posting framework. If you need MRKO, you must wrap it inside VIM’s posting classes so the DP document is updated and workflow closed. Otherwise, you will always end up with active workflows and broken analytics.
Having said that, the fix is not in MRKO itself, but in ensuring VIM’s DP finalization logic runs after MRKO. You need to call the VIM posting APIs to update BUS_OBJTYPE/KEY and close the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.