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

Conversion exit for Quantity field

Former Member
0 Likes
2,729

Hi all,

I am creating a BDC for VA02. In this BDC I am changing Order Quantity. If I pass it Hard coded then it' working fine but if I pass it through selection screen by a variable then it does not updated.

I think I change the Quantity format form external to Internal so if there is any conversion exit for it then sugess.

Or there is any other Idea to do this.

Points will be sured for valuable answers.

Thanks

Sanket sethi

3 REPLIES 3
Read only

Former Member
0 Likes
1,140

Decalre the qty field variable as per the data element of that field.

Do condense no-gaps before passing it to the field. It should work.

Best regards,

Prashant

Read only

Former Member
0 Likes
1,140

Hi Sanket,

order quantity field is of type CHAR with lentgh 10.

pass the selection screen variable data to a field which is having CHAR with 10 length.

and then pass this variable.

Regards,

S.Gangi reddy.

Read only

JoffyJohn
Active Contributor
0 Likes
1,140

use the function module CONVERSION_EXIT_ALPHA_INPUT for conversion from external format to internal format