‎2014 Mar 25 6:24 PM
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
‎2014 Mar 25 6:38 PM
Try by changing the data declaration of the field to character and display it.
Regards,
TP
‎2014 Mar 25 6:37 PM
Hello Tina,
Are you trying to display this field in ALV or in forms ?
Regards,
TP
‎2014 Mar 25 6:38 PM
Try by changing the data declaration of the field to character and display it.
Regards,
TP
‎2014 Mar 25 6:50 PM
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
‎2014 Mar 26 6:12 AM
Hello Tina,
First check what is the decimal format maintained for user in SU3 transaction and reply to us.
BR.
‎2014 Mar 26 6:36 AM
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
‎2014 Mar 25 7:13 PM
‎2014 Mar 25 7:52 PM
Hi,
Change output format in user master record.
Regards,
Sreenivas.