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

logic for quantity format

Former Member
0 Likes
732

i have a format of amount as 100,20,00.sometimes i get as 100.20,00 .

but i always want the amount to be in the format 100,20,222.00 ie at last it should be .(period) not comma. But in the middle all the commas needed.i want it to be done through program .tell how to do it

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
697

check this link

thanks

6 REPLIES 6
Read only

Former Member
0 Likes
698

check this link

thanks

Read only

Former Member
0 Likes
697

from menu option SYSTEM --> USER PROFILE --> OWN DATA, Then select DEFAULT tab. There u select the decimal notation which ever u require. Then save the changes and Logoff and re LogIn the session.

Read only

0 Likes
697

we want it to be done through program not by user profile , tell me

Read only

0 Likes
697

Hi Madan,

Refer my reply in following thread -

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
697

CHECK THIS CODE WILL HELP YOU OUT

http://www.abapprogramming.net/2007/11/abap-multiple-interactive-report-sample_12.html

USE CONCATENATE THE VALUES OR USE REPLACE STATEMENT TO GET THE VALUES

Read only

GauthamV
Active Contributor
0 Likes
697

hi,

use these function modules.

BAPI_CURRENCY_CONV_TO_EXTERNAL

CLSE_SELECT_USR01.