We are trying to run a consolidation on SAP BPC v10 Netweaver, but we receive the following error when we run the package that launches the consolidation.
RUN_LOGIC:Ownership information not found in application REPORTING
model: REPORTING. Package status: ERROR
The package that runs is package calls the following script. The RUN_PROGRAM command for the consolidation has been commented out to isolate the issue. Furthermore, if we also comment out the GROUP parameter in the RUN_PROGRAM for the currency conversion and then uncomment the CURRENCY parameter, the conversion run successfully. Consequently, we believe our relates to passing our scope to the GROUP parameter for the currency conversion program.
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %CATEGORY_SET%
TID_RA = %TIME_SET%
RATEENTITY = Global
GROUP = %SCOPE_SET%
//CURRENCY = EUR
*ENDRUN_PROGRAM
//*RUN_PROGRAM CONSOLIDATION
//CATEGORY = %CATEGORY_SET%
//GROUP = %SCOPE_SET%
//TID_RA = %TIME_SET%
//*ENDRUN_PROGRAM
We have performed the following…
- Verified that there is a scope and that it is on the correct period.
- Verified the consolidation model via the BPC admin tool; the rate and ownership are defined in the general settings of the consolidation model.
- Verified transaction log in the SAP GUI with the transaction SLG1, no errors were logged.
- Verified that the GROUP_CURRENCY was updated correctly of the scope.
- We are on version 10 of BPC, support pack SAPK-80103INCPMBPC (lastest version at the current time).