‎2009 Nov 10 9:30 AM
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.
‎2009 Nov 11 9:11 AM
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.