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

Commas For Currency feild

Former Member
0 Likes
420

Hello

I have SAP-Script i which i am taking cuurency feild into 1 variable and diplaying it in SAP-Script it is displaying the amount nicely but without any commas i want to place commas in international maths format . i have tried it by making variable like currency and quantity feilds but also it is not showing.

Do help me

Points for sure

Hello

I have SAP-Script i which i am taking cuurency feild into 1 variable and diplaying it in SAP-Script it is displaying the amount nicely but without any commas i want to place commas in international maths format . i have tried it by making variable like currency and quantity feilds but also it is not showing.

Do help me

Points for sure

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
402

You can use like this:

P1  &L_DMBTR(T)&

This will remove the commas from the amount.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
402

Thx all of u

But i have got it myself