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

SAP BPC 10 NW - Script Logic Validation Issue

$
0
0

Dear Experts,

 

I got a problem with two of my script logics, where I still don¨t have a solution.

Maybe one of you could make suggestions how to handle this problem:

 

Script Logic 1:

 

*SELECT(%TIMELIST%, "ID", TIME, "[MONTHNUM] = "1"")

 

*WHEN TIME.ID

          *FOR %TIME% = %TIMELIST%

                    *IS %TIME%

                    *REC(FACTOR = 1, TIME = TMVL(1, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(2, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(3, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(4, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(5, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(6, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(7, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(8, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(9, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(10, %TIME%) )

                    *REC(FACTOR = 1, TIME = TMVL(11, %TIME%) )

          *NEXT

*ENDWHEN

 

Error message: No members found in dimension "TIME" for condition "CALC" = "N"

 

Script Logic 2:

 

*RUN_PROGRAM CURR_CONVERSION

  CATEGORY = %C_CATEGORY_SET%

  GROUP = %GROUPS_SET%

  TID_RA = %TIME_SET%

  RATEENTITY = GLOBAL

  OTHER = [ENTITY = %ENTITY_SET%]

*ENDRUN_PROGRAM

 

Error message: No members found in dimension "RPTCURRENCY" for condition "CALC" = "N"

 

Re-Processing of the affected dimension doesn't lead to success. I always get these error messages when validating the logics.

 

Any help would be much appreciated

 

Best regards,

Karsten


Viewing all articles
Browse latest Browse all 5414

Trending Articles