Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5414

RUN ALLOCATION on BPC 10 NW (with HANA)

$
0
0

Hi all,

 

I am executing RUN ALLOCATION logic on BPC 10 NW (with HANA).  The problem is the ALLOCATION takes long to execute.  I tried to limit the ALLOCATION to fewer dimension members, but it still takes too long in my opinion. I am not 100% sure that my script is done in the best way as I am relatively new to ALLOCATION logic.

 

Here is my script:

 

*XDIM_MEMBERSET SALES_REGION=GLOBAL_REGION
*XDIM_MEMBERSET SALES_DISTRICT=GLOBAL_DISTRICT
*XDIM_MEMBERSET CATEGORY =ACTUAL
*XDIM_MEMBERSET CURRENCY= GLO
*XDIM_MEMBERSET DATASRC=INPUT
*XDIM_MEMBERSET TIME = %TIME_SET%

 

*RUNALLOCATION
  *FACTOR=USING*-1
   *DIM P_ACCOUNT   WHAT = VOLUMES ;   WHERE = H_WEIGHT;  USING = M_WEIGHT; TOTAL=<<<
   *DIM ENTITY   WHAT = OF;    WHERE = <<<;   USING = GC;  TOTAL=<<<
   *DIM PLANT   WHAT = BAS(ALL_PLANTS) ; WHERE = <<<;   USING = GLOBAL_PLT; TOTAL=<<<
   *DIM CUSTOMER   WHAT = 10000,10001,10002,10003;  WHERE = <<<;   USING = GLOBAL;  TOTAL=<<<
   *DIM PRODUCT   WHAT = BAS(PROD_EXISTING);  WHERE = <<<;   USING = GLOBAL_PROD; TOTAL=<<<
*ENDALLOCATION

 

Total Records written:238464

Total Execution Time: +_ 5 Minutes

 

I attached a file to display the execution times. Any ideas would be appreciated!

 

Pieter


Viewing all articles
Browse latest Browse all 5414

Trending Articles