cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Currency field in sap script

Former Member
0 Kudos

Hi Experts,

I have currency field... but when i give the value 100000 so its shows <b>"100.000,00"</b>So how can i remove point after100?

and how can i remove the comma after 000

i want this type of currency look like <b>"100,000.00".........</b>

so give me suggetion...

Vishal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Vishal,

Change your settings and they will work fine.

System>User Profile>Own Data. In the defaults tab change the decimal notation to whatever you want to your output to look.

Thanks

Aneesh.

Former Member
0 Kudos

Hi......

I gone throung ur way.... its perfect in own data currency value is 1,234,567.89...

now what to do???? i use ZRFFORI01prog of RFFORI01standard print prog.... I craere my sap script own.........

give me more suggetion.....

Vishal

Former Member
0 Kudos

hi check this

-pankaj

Former Member
0 Kudos

HI Pankaj,

I refer ur link its good.... but i want the currency <b>"1,0000.00"</b> in database also value shows <b>"1,0000.00"</b> ,but when i runt the sap script its shows <b>"1.000,00"</b>... so how can i remove point from this currency????

give me suggetion

Former Member
0 Kudos

Referring to anish reddy's reply, you just try changing the default as the other way 1.234.567,89.. first option...its not a permanent solution.. but lets try ...

Former Member
0 Kudos

Hi Pankaj,

I tried also that... but no change...

Vishal

Former Member
0 Kudos

Vishal.

use this command before displaying the currency.

Normally it should work as others suggested above(Changing the setting), but try this too.

SET COUNTRY cntry. CNTRY--> whatever you have in Land1 field or if

know the country name.

Example SET COUNTRY t005x_wa-land.

Thanks,

Vamshi.