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

function module needed

Former Member
0 Likes
578

is there a finction module which converts the format of the amount from

__,__,__,__.__ to __.__.__.__,__ ? Please help. i need the solution immediately.

Thanx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

hi,

use split and concatenate using dot

PLz reward if helpful.

4 REPLIES 4
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
554

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.

Read only

Former Member
0 Likes
554

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.

Read only

Former Member
0 Likes
554

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

Read only

Former Member
0 Likes
555

hi,

use split and concatenate using dot

PLz reward if helpful.