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

Script Logic - Push to another model converting Periodic to YTD

$
0
0

Hello,

 

I'm trying to use below script logic to push data from finance model to consolidation model converting periodic values to YTD value.

*XDIM_MEMBERSET CATEGORY = Actual

*XDIM_MEMBERSET MEASURES=YTD

*XDIM_FILTER ACCOUNT = [ACCOUNT].Properties("ACCTYPE") = EXP

 

*DESTINATION_APP = CONS

*SKIP_DIM = ACCOUNT,ENTITY

*ADD_DIM ACCOUNT1=706490,ENTITY1=UK365

 

*WHEN CATEGORY

*IS "Actual"

*REC(EXPRESSION=[MEASURES].[PERIODIC],DATASRC=DS_XFER_FIN)

*ENDWHEN

 

Below error message is displayed on running data manager package or UJKT.

RUN_LOGIC:MDX statement error: System error in program CL_RSR_MDX_PERIODSTODATE and form FILL_MEMBER_TAB-03-

 

Any comments would be helpful. Thanks


Viewing all articles
Browse latest Browse all 5414

Trending Articles