cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPC 10.1 NW - Script logic decimal issue

fgavarini
Explorer
0 Kudos

Dear expert,

I am working on BPC 10.1 NW on HANA (version CPMBC81008 with HANA accellerator on BW 740) and I have the following issue on script logic.

Basically I am trying to write a very simle script, just to copy a value from an Account to another one. The script is:

*XDIM_MEMBERSET CATEGORY = Actual
*XDIM_MEMBERSET RPTCURRENCY = LC
*XDIM_MEMBERSET AUDITTRAIL = Input
*WHEN ACCOUNT
*IS BS111
*REC(FACTOR=1,ACCOUNT=BS121)
*ENDWHEN

When I run it for an integer, it works correctly

However if I run it with a number with decimal positions, it works very strangely:

It's like the system is copying only the decimal digits (after the comma) and not the integer part. I guess this may be related to some Language settings or a Bug.

Do you have any opinions about this?

Thanks a lot for your valuable feedback

Best regards

Francesco

View Entire Topic
fgavarini
Explorer

Dear all,

the problem is solved and the solution was provided by SAP, after opening an incident.

The issue was related to a flag in table T005X

For LAND=US, XDEZP had to be set to X (initially was set to blank).

After this, the script logic worked fine

Thanks anyway for your support

Rgds