on ‎2018 Nov 16 4:14 PM
Hi community,
Below Some background:

BPC 10.1 on DB2, (Non -HANA).
Default Script Logic :

NI_TO_CRE.LGF - as below

Problem Statement :
When we load Delta from BW staging Cube - /CPMB/LOAD_DELTA_IP the script is executed correctly no selection here.
We had to run full load to fix 3 company codes when we ran the full /CPMB/LOAD_INFOPROV_UI - the RE calculation is tripled only difference is we ran the full with company selection the delta has no company selection ?
any help appreciated.
Tarun
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
// This script contains the logic which is executed whenever data is loaded via Data Manage Package or Input template.
// The currency translation logic is not added since the USD value will come for all the companies from ECC
// part of the data load via BW to BPC.
*INCLUDE NI_TO_CRE.LGF
//For running the account calculation business rules NI_TO_CRE.LGF
*RUN_PROGRAM CALC_ACCOUNT
CATEGORY = %CATEGORY01_SET%
//CURRENCY = %RCURRENCY01_SET%
TID_RA = %TIME01_SET%
OTHER=[COMPANY01=%COMPANY01_SET%;GROUP01=%GROUP01_SET%]
CALC = NI_TO_CRE
*ENDRUN_PROGRAM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but you are not providing Rule setup... How it's possible to help you?
Please read: https://blogs.sap.com/2014/01/31/how-to-ask-questions-about-script-logic-issues/
Tarun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.