on 2016 Jul 28 9:09 AM
Hi Experts,
I am calculating some percentage on actual for the period of 2016.01. and i want see that value in my plan column. So that written a script like
*XDIM_ADDMEMBERSET ACCOUNT=BS
*XDIM_ADDMEMBERSET TIME=2016.01
*XDIM_ADDMEMBERSET CATEGORY=Actual
*XDIM_ADDMEMBERSET PCTR=310501
*WHEN ACCOUNT
*IS BS
*REC(FACTOR=.1,CATEGORY="ABP")
*ENDWHEN
When i run the package it is showing as succeed but when i am refreshing the report it not showing calculated results.
Thanks
Gowtham
Request clarification before answering.
Hi Gowtham,
Show the screenshot of the data manger package status.....
What is your scope? Instead of XDIM_ADDMEMBERSET use XDIM_MEMBERSET for scoping...
Refer this document..
http://sapassets.edgesuite.net/sapcom/docs/2015/08/6cdcaf53-557c-0010-82c7-eda71af511fa.pdf
Regards,
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi JP,
Thanks again.
Here is the log status,
LOG BEGIN TIME:2016-07-28 14:17:15
FILE:\ROOT\WEBFOLDERS\TARASOFT\ADMINAPP\TRS_FINANCE\CALABP.LGF
USER:g99999
APPSET:TARASOFT
APPLICATION:TRS_FINANCE
[INFO] GET_DIM_LIST(): I_APPL_ID="TRS_FINANCE", #dimensions=8
MEASURES,RPTCURRENCY,TIME,ACCOUNT,TCATEGORY,ENTITY,PCTR,SEGMENT
#dim_memberset=6
RPTCURRENCY:INR,1 in total.
ENTITY:3100,1 in total.
ACCOUNT:BS,1 in total.
TIME:2016.01,1 in total.
CATEGORY:Actual,1 in total.
PCTR:310501,1 in total.
SCRIPT RUNNING TIME IN TOTAL:0.00 s.
LOG END TIME:2016-07-28 14:17:15
File path: \ROOT\WEBFOLDERS\TARASO\TRS_FINANCE\PRIVATEPUBLICATIONS\C01020\tempfiles\20160728141715\CALABP.LOG
Thanks
Gowtham
Refer this for examples....BPC Script logic for Dummies? (Part 1) | SCN
Hi JP,
Thank you for sharing the doc...
I have tried with your doc help. BS is node so i have changed the script as *BAS(BS).
Now it is showing calculated value on actual column. But my requirement is I want see the actual + calculated value in plan column. For this what i have to do.
Thanks
Gowtham
Hi JP,
Thanks it is working fine.
But i am getting the calculated values only in ABP column. I need actual + Calculated values in ABP column.
for Ex:
I have 10000 actual and calculated with 0.1 than my result is 1000 in ABP column.
Now i need this 10000 and 1000 =11000 in my ABP column
Thanks
Gowtham
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.