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 and Amount field

Former Member
0 Likes
536

Hi,

While transferring data from a local file, i've the amount field in xxxx.xx format. but it should be transferred to the screen according to the format is being used currently. it may be xxxx.xx or xxxx,xx or xxxx,xxx. how to convert the field to the internal format? I'm using LSMW.

Thanks in advance

Regards

Anupam

Hi,

While transferring data from a local file, i've the amount field in xxxx.xx format. but it should be transferred to the screen according to the format is being used currently. it may be xxxx.xx or xxxx,xx or xxxx,xxx. how to convert the field to the internal format? I'm using LSMW.

Thanks in advance

Regards

Anupam

2 REPLIES 2
Read only

Former Member
0 Likes
451

Hi,

Try to use the conversion routines....

You have the conversion routines for each data element or some are used to convert the qty and amount fields...

SE37->search for conversion routines..> CONVERSIONEXIT*

Hope this helps you

Regards

Shiva

Read only

Former Member
0 Likes
451

resolved