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 阅读(1037)
评论(1) 编辑 收藏 引用 所属分类:
SAP BPC