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: 

How to Convert a quantity value to string or char

thangam_perumal
Contributor
0 Kudos

Hi to all,

            I am to new to abap,am doing a smartform  work in invoice. Here am facing a one problem i need to display a quantity value to string format Like Twenty Seven instead of 27.is there any function module is available  to rectify this one? i Tried some function module but not working. Please any one guide me.

Moderator message : Search for available information, discussion locked.

Message was edited by: Vinod Kumar

3 REPLIES 3

laurent_fournier2
Contributor
0 Kudos

Hi,

You can use function SPELL_AMOUNT.

Regards.

Former Member
0 Kudos

Hi,

Use this function Module SPELL_AMOUNT or SPELL_AMOUNT_CN to convert number into char.

Regards

Ravi Singh

Former Member
0 Kudos

create a variable of type string and simply use the equal to operator. it will be done