‎2007 Jan 23 7:44 AM
is there a finction module which converts the format of the amount from
__,__,__,__.__ to __.__.__.__,__ ? Please help. i need the solution immediately.
Thanx in advance.
‎2007 Jan 23 7:54 AM
‎2007 Jan 23 7:47 AM
Hi,
U can make the settings in the user-profile for the format change in the curency rather than using Function Module.
Go to User-Profile and Own data..
There u can set the format for the currency..
Cheers,
SImha.
‎2007 Jan 23 7:50 AM
Instead u can use
REPLACE ALL OCCURRENCES OF ',' IN string WITH '.'
http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb33cc358411d1829f0000e829fbfe/content.htm
Also change the same in USER DATA.
‎2007 Jan 23 7:51 AM
Hi Pramod,
Try using WRITE with the option of 'USING EDIT MASK mask' for the amount value that you want to convert.
reward points if satisfied.
Abhishek
‎2007 Jan 23 7:54 AM