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

Quantity Field issue

Former Member
0 Likes
613

Hello All,

I am getting the bom item quantity values for lv_qty using function CSAP_MAT_BOM_READ is like

Example 1,966,346.00 or 159.818,182 or 13.555 or 552,500 or 2,00

Data: lv_qty(18)

Data : lv_menge(15)

I am expecting the above values to the lv_ menge is like 1966.346 or 159818.182 or 13.555 or 552.500 or 2.000

I tried all the possible ways but can't change these values like above ...

Regards,

Lavanya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

Hi,

Try using this :

"FM PP_CATT_CONVERT_DECIMAL_POINT."

3 REPLIES 3
Read only

Former Member
0 Likes
569

try changing the decimal notations(in tab default) for the user profile in SU01.

Read only

0 Likes
569

Thanks for your response , But I have to do this with the program.

Edited by: lavanya kakarla on Jul 6, 2011 7:19 AM

Read only

Former Member
0 Likes
570

Hi,

Try using this :

"FM PP_CATT_CONVERT_DECIMAL_POINT."