on ‎2018 May 07 11:24 AM
Dear experts,
I have a task to do on a hybrid SAP BPC/Oracle EMP environment.
I would like to clean selected BPC transaction data by modifying and using process chain CPMB/CLEAR. This proces chain consists of:
The concept idea is:
Is this concept doable?
Request clarification before answering.
Look on the abap code of the program:
UJD_TEST_PACKAGE
It's doing what you want!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May be this can be handled by DMP on BPC side itself? And you can just trigger the DMP by process chain variant?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but the required logic is absolutely not clear!
Try to explain once again! Better from the business point of view first!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, Vadim. I’d describe it from different perspective.
We load data form file to SAP BPC. The process is run manually right now and it look like these:
What we want to do is to run steps 1-3 automatically as part of a bigger process run on external server.
Is it possible to select dimension members for clearing, by passing sapevent parameter to CPMB/CLEAR package? How to do that?
We would like to automate selection logic, by using sapevent parameter.
We can run the process chain by using sapevent and we can sent a parameter with sapevent.
We have a concept idea to:
1) pass selection logic in sapevent parameter
2) make a abap program to interpret the sapevent parameter and store it in format that is readable for CPMB/CLEAR
3) modify CPMB/CLEAR to make it read the selection logic
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 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.