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

Issue with comma separator

Former Member
0 Likes
1,682

Hi,

I need to display the total value of the invoice as 5,5598.60. But the comma separator is not coming. I tried using bapi: BAPI_CURRENCY_CONV_TO_EXTERNAL. but even then its not working.

Please help.

Regards,

Tina

1 ACCEPTED SOLUTION
Read only

ThangaPrakash
Active Contributor
0 Likes
1,492

Try by changing the data declaration of the field to character and display it.

Regards,

TP

7 REPLIES 7
Read only

ThangaPrakash
Active Contributor
0 Likes
1,492

Hello Tina,

Are you trying to display this field in ALV or in forms ?

Regards,

TP

Read only

ThangaPrakash
Active Contributor
0 Likes
1,493

Try by changing the data declaration of the field to character and display it.

Regards,

TP

Read only

0 Likes
1,492

Hi,

I need to display this in forms.

I have changed the charecter type to the one in the bapi. but the same issue persists.

regards,

Tina

Read only

0 Likes
1,492

Hello Tina,

First check what is the decimal format maintained for user in SU3 transaction and reply to us.

BR.

Read only

0 Likes
1,492

Tina...declare a variable of type char. Then use write to statement along with currency it will automatically set the format as per currency

Nabheet

Read only

kmoore007
Active Contributor
0 Likes
1,492

Do you mean smart form or SAPScript or Adobe forms?

Read only

former_member219762
Contributor
0 Likes
1,492

Hi,

Change output format in user master record.

Regards,

Sreenivas.