Application Development 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: 

could u plz tell me the function module to convert charecter into quantity

Former Member
0 Kudos

Hi Guru,

Could any one u help me how to convert a character type value to Quantity type value.

i have field xtab-qty(15) type c.

and xtab1-qty like zsql-qty.

zsql-qty data element type is meng01.

need to move xtab-qty to xtab1-qty.

could u please tell me any function module to convert this char into quantity type.

Thanks & Regards,

Lakshmi..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try this FM

<b>CONVERSION_EXIT_QUANT_OUTPUT</b>

(or)

<b>QSS0_CHAR_FLTP_CONVERSION</b>

Regards,

Padmam.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try this FM

<b>CONVERSION_EXIT_QUANT_OUTPUT</b>

(or)

<b>QSS0_CHAR_FLTP_CONVERSION</b>

Regards,

Padmam.

0 Kudos

Thanks