2014 Nov 14 6:13 AM
Hello,
In Program Script , i am using BAPI_GOODSMVT_CREATE for Goods Movement code = 04. while processing i am getting error " Material 1000999 not maintained in Plant 1200 . Checked in debug mode and noted the input details, same inputs if i pass through function module (SE37), i am able to process and never get any error. I am getting Error while processing through Program mode.
Can any one suggest how to fix this issue.
BR,
Murali
2014 Nov 14 10:26 AM
Hi Murali,
Try,
pass the Material to the CONVERSION_EXIT_ALPHA_INPUT FM to get the preceding zero's as like stored in table. Then pass the values to bapi.
Regards,
Venkat.
2014 Nov 14 6:39 AM
Hi Murali, Can you please provide the Code snippet. Regards, Suhas.
2014 Nov 14 10:26 AM
Hi Murali,
Try,
pass the Material to the CONVERSION_EXIT_ALPHA_INPUT FM to get the preceding zero's as like stored in table. Then pass the values to bapi.
Regards,
Venkat.
2014 Nov 14 2:09 PM
Hello Murali,
Use the function module CONVERSION_EXIT_MATN1_INPUT and do the conversion of material before passing it to the function module for creating goods movement.
Regards,
Thanga
2014 Nov 18 5:38 AM
Hello,
Thanks to every one, Material code issue , fixed. Please close this Request.
BR,
Murali