Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Number format, eg CSAP_MAT_BOM_READ

alain_cloet
Explorer
0 Kudos

Hi,

I hope this forum will be the correct one ...

I want to get a Bill Of Materials from a remote system, for this I use the Function "CSAP_MAT_BOM_READ" with an RFC-destination. This works correct, except that the numbers are returned in a different way.

In the system I'm using a decimal number is normally given with a comma as separator for the decimal part ; so numbers come in the format 1,000 for representing the number 1.

This format is also used in the function, but when the BOM is read with a RFC-Destination, the decimal separator is a point.

Is there a way to change a setting that it uses the comma as well ?

(The system where the BOM is coming from uses the comma as well, so it isn't the basic setting of the remote system which causes this)

Thanks,

Alain

1 REPLY 1

alain_cloet
Explorer
0 Kudos

Solved by correcting the user parameters for this ...

The RFC-user didn't use the comma ... now he (she? it?) does...