on 2016 May 16 8:09 AM
Hi Gurus,
I have also create a Data Manager package based on the standard package using /CPMB/TRIGGER_BW_CHAIN. I have a process variant based on TIME which I would like to pass to the BW chain. I think the only way of doing this is creating new BPC Process Type Class unless I am missing something. Does anyone one know a better way of passing a variant to BI.
Thanks for any pointers
Regards
Fiona
Request clarification before answering.
You can't pass any parameters using /CPMB/TRIGGER_BW_CHAIN. Also TIME in BPC and BW are different...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Custom chain: Send parameters from BPC to BW (SAP BPC NW 7.5) | SCN
Hi Fiona,
If you want using dynamic parameters like BPC is using then you need Process Type "Modify Dynamically" and all methods associated with development of your own Process Type.
If you want to use TVARV, like many in BW do, you have to implement a user exit variable that would read it from there and use it in your BW process.
Regards,
Gersh
Hi Gersh,
The handling of TVARV is no problem via the userexit. what is the issue is the creation of the process type following the document supplied above as it is no longer valid, I can only assume it's due to the newer version. Is there a later version of the document "How to create A custom Process chain" and again creating a chain is not the issue it is the method behind it, as mentioned above bits of the coding are now obsolete.
Regards
Fiona
Hi Fiona,
Those are 2 different approaches. If you want to go with the approach of BW Process Chain then you don't need that Class. You just do a user Exit Variable.
If you prefer going with approach of BPC type Process Chain then you need that Class. You still have to create Process Type based on your Class. It looks like concept of that Class changed a little bit and now it's based on Class CL_UJD_ACTOR_BASE. You can see what methods you have to implement if you take a look at Classes CL_UJD_BPC_*.
Regards,
Gersh
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.