Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9212

Re: Script Logic LOOKUP not retrieving values after upgrade (recorded data are zeros).

$
0
0

Hi Vadim,

 

This is the response of SAP:

 

In script:

 

*LOOKUP LEGAL

 

*DIM CIERRE_DICIEMBRE: TIMEDIM = 2013.DIC

 

*DIM ACCDETAILDIM = F999

 

*DIM MEASURES = YTD

 

*ENDLOOKUP

 

You defined the dimension MEASURES = YTD and didn't define it in source data region (LEGAL module).

 

Please changed the scripts as below and test it again.

 

*XDIM_MEMBERSET DATASRCDIM = BI

 

*XDIM_MEMBERSET CATEGORYDIM = V100

 

*XDIM_MEMBERSET ENTITYDIM = 094

 

*XDIM_MEMBERSET MEASURES = YTD   // add this line

 

*LOOKUP LEGAL

 

Our response to SAP:

 

We've also found that removing all Measures scoping in the script also makes the script work (your solution) but the account signs for LEQ are REVERSED.

 

Do you have an explanation on why this behavior?

 

We don't understand what measures has to do with account signs in BPC.

 

Thank you again in advance.

 

Juan.


Viewing all articles
Browse latest Browse all 9212

Trending Articles



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