随笔-25  评论-11  文章-0  trackbacks-0

I got a few error messages when trying to run Currency Conversion for Consolidation Application in SAP BPC 7 NW, finally everything works. Now would like to share as below:

1. The Currency Conversion Script Logic:

The standard Script Logic is:
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %C_CATEGORY_SET%
GROUP = %GROUPS_SET%
TID_RA = %TIME_SET%
RATEENTITY = GLOBAL
OTHER = ENTITY=%ENTITY_SET%//For More than one other scope parameters: OTHER = http://ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...
*ENDRUN_PROGRAM

I got an error message of "Member "USD" not exist" when run the data package.

This SDN thread provides a solution: https://forums.sdn.sap.com/message.jspa?messageID=7718017

Add: SELECT(%CURRENCY_SET%,"ID",CURRENCY,"CURRENCY_TYPE='R'")

However it did not work for me, still have the same error.

Then I found another SDN thread: https://forumsa.sdn.sap.com/message.jspa?messageID=8026975

The last post is very important, you SHOULD adapt the standard Script to your own Dimension names. Then the script passed the validation.

2. The P_DataSrc Dimension Properties:

Data Package is still not work, with an error of "Package status : RUNNING".

The third SDN thread is really helpful: https://forums.sdn.sap.com/thread.jspa?threadID=1432486&tstart=1

After I added properties of "DATASRC_TYPE" and "IS_CONVERTED", my package finished successfully.


 

posted on 2009-09-17 17:19 Jonathan Ji 阅读(999) 评论(1)  编辑 收藏 引用 所属分类: SAP BPC

评论:
# re: Currency Conversion in BPC 2009-12-29 12:47 | 陆先生
你好,请问您是做BPC consultant的么?我对这个职位也很感兴趣。我现在在SAP就是做这个项目的。有需要的话可以联系我13918053939  回复  更多评论
  
只有注册用户登录后才能发表评论。