on 2019 Aug 27 12:09 AM
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.
Request clarification before answering.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| 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.