Hi everyone,
In my project,I want to create material doc via outbound delivery no,and the material doc‘s po is a STO PO.The problem is that when the po has no vender confirmation(LA-inbounddelivery),I can succeed in creating the material doc(movement type :105) with bapi BAPI_GOODSMVT_CREATE,and
when the po has vender confirmation(LA-inbound delivery),I can’tsucceed in creating the material doc(movement type :105),the the bapi prompt that No goods receipt possible for purchase order 8400002343 00010.However,in fact,I can succeed in creating the material doc(movement type :105) in thefrontend with tcode MIGO.
When I debug the bapi,I find that the system program has some problem.In the function ME_CONFIRMATION_READ_GR ,if the
Inbound delivery no is not equal outbound delivery,the program think that the po has no vender confirmation,which result the failure of creating doc(movement type :105) .Consequently,if there is any note to solve the problem,thank you very much or how can i solve the problem.
Thank you very much!!