cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Load BW ADSO Transaction data to BPC ADSO - unique situation

sap_cohort
Active Contributor
0 Kudos
773

I need to load transactions from BW ADSO into BPC ADSO. The user will put in Fiscal Period 2019003 and I need to load 2019000 to 2019003. I created BADI Start Routine where I select 2019000 to 2019002.
I am thinking this is inefficient to have the BPC Selection get the 2019003 data and then I do a BADI with FM (RSDRI_INFOPROV_READ) to get the second set of data (2019000 to 2019002).

Is there a way to prevent the BPC Selection from loading the 2019003 data automatically based on the selection and then just load all of the data in my BADI under my control? Thanks for any help.

Accepted Solutions (1)

Accepted Solutions (1)

sap_cohort
Active Contributor
0 Kudos

Thanks for your response. I am loading a BPC ADSO via Data Mgr Package (From BW ADSO) and the user puts in Fiscal Period 2019003 (/CPMB/LOAD_INFOPROV_UI). (Requirement is that they only put in single period.

Then from the BPC Start Routine BAdI I will load data the remaining data 2019000 - 2019002 from the same source BW ADSO using RSDRI_INFOPROV_READ. I load this data and process it in the Start Routine BAdI.

So I would like to prevent BPC from loading the period the user inputs so that I can load all of the required transaction data in my Start Routine BAdI (more efficient to get all the data once). I'd like to accomplish this load all at once in my BAdI or use some other way.

Thanks for any thoughts!

former_member186338
Active Contributor
0 Kudos

Absolutely strange approach! Why not to hardcode other required periods???

Answers (0)