Application Development and Automation 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: 
Read only

Decimal Notation Issue with RFC destination

Former Member
0 Likes
455

Hi Experts,

I have an issue regarding the decimal notation. Scenario is that the user saves the cost of a material as the characteristic. So to retrieve the cost, I am using FM VC_I_GET_CONFIGURATION.

This FM gives me the cost. Now the issue is when I call this FM on Server1 (where the material characteristics is maintained) I get the cost as 300.000 ; However when I call this FM using RFC destination from Server2 (requesting values from Server1) I get the cost as 300,000.

The user settings for decimal notation in both the servers is 1,234,567.89

Kindly help.

1 REPLY 1
Read only

Former Member
0 Likes
351

Issue was resolved. After some analysis I found that the user setting taken into account during RFC destination call was of a pre-defined user (set by Basis). So the user setting of the requester was not taken into consideration but while calling RFC the user account of the user which is used to log (which may not be that of the requester) into RFC destination is taken into consideration. So I made the changes to capture the user setting of the user who calls the FM.