‎2008 Jun 11 5:57 AM
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
‎2008 Jun 11 5:59 AM
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
‎2008 Jun 11 6:04 AM
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.
‎2008 Jun 11 6:12 AM
use the function module CONVERSION_EXIT_ALPHA_INPUT for conversion from external format to internal format