cancel
Showing results for 
Search instead for 
Did you mean: 

Lookup BW Infoprovider values from BPC

former_member1013626
Participant
0 Kudos

Hi Experts,

I am on BPC 10.0 NW SP16.

   I have a scenario wherein SD & MM Contract rates are maintained in ECC and loaded into BW. I have an option of maintaining a rates model in BPC and load these rates into BPC from BW infoprovider. I want to load rates by looking up BW infocubes than another BPC Rates cube.

Basically, I want to avoid loading rates through DM package and lookup rates on BW infoprovider from a custom BAdI. Any ABAP method suggestion is welcome.

Regards,
Draksh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We can use a script logic to run a BADI through SAP BPC. Create a logic script to call through data manager package for the scenario. Check the FM in BW and if it has filters, you need to give it in script logic. And the syntax for running a BADI through logic scripts in SAP BPC is

You can check if that works and let us know or we can try another one. If you need more information on how to run a BADI, I can post a document for you. Please do let me know.

former_member182766
Contributor
0 Kudos

Hi. Call FM RSDRI_INFOPROV_READ from your BADI.

former_member1013626
Participant
0 Kudos

Hi Zaripov,

  I shall try it out and post my results.

Thanks,

Regards,
Draksh