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

Problem when running multiple allocations

$
0
0

Hi

 

I have a question about a BPC 10 logic scripts. I need to perform diferent allocations depending on the account. I also need to create values for different periods so my script looks like this:

 

*XDIM_MEMBERSET G_CUENTA = "GTO_MED_MAY", "VEHICULO", "COMISION", "POLIZA_VIDA"

 

 

*FOR %F_TIEMPO% = %MES_PROC%

*RUNALLOCATION

*DIM G_CUENTA WHAT=COMISION; WHERE=COMISION_CALC; USING=PORC_COMISION

*DIM TIEMPO WHAT=%ANT%; WHERE=%F_TIEMPO%; USING=<<<

*DIM VERSION WHAT=REAL; WHERE=%VERSION_SET%; USING=<<<

*DIM EMPLEADO WHAT=%EMPL%; WHERE=<<<; USING=SIN_EMPL

*DIM MONEDARPT WHAT=ML; WHERE=<<<; USING=SM

 

*RUNALLOCATION

*DIM G_CUENTA WHAT=POLIZA_VIDA; WHERE=POLIZA_VIDA_CALC

*DIM TIEMPO WHAT=%ANT%; WHERE=%F_TIEMPO%

*DIM VERSION WHAT=REAL; WHERE=%VERSION_SET%

 

*RUNALLOCATION

      *DIM G_CUENTA WHAT=GTO_MED_MAY; WHERE=GTO_MED_MAY_CALC

      *DIM TIEMPO WHAT=%ANT%; WHERE=%F_TIEMPO%

      *DIM VERSION WHAT=REAL; WHERE=%VERSION_SET%

*ENDALLOCATION

*NEXT

 

 

when I run this process I get the following error...

Runtime error The object could not be created: The class \PROGRA

 

I can't see anymore of the message. This error only occurs if I have more than 2 runallocations... It appears when I include the third allocation.

 

Do you know if there is a restriction with this function? is the FOR the cause of the problem?

 

Thank you in advance for any help you can provide


Viewing all articles
Browse latest Browse all 5414

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>