‎2006 Jan 10 10:42 AM
Hi guys,
We developed a custom program that creates material reservation using BAPI_RESERVATION_CREATE1. Upon program execution, reservations are successfully created for each material we specified. However, upon viewing the Stock Requirements List for of the material (TX MD07), the reservation created via the custom program does not reflect on this transaction. Does anyone have an issue similar to this? Any help on this matter will be highly appreciated. Thanks!
‎2006 Jan 10 11:10 AM
Dear,
I think you forgot to commit your work.
Use BAPI.COMMIT function module.
Then it will reflect in the stock also..
Regards,
Vikas Madaan
‎2006 Jan 10 11:32 AM
‎2006 Jan 10 11:34 AM
Hi Imelda,
1. use FM
DATA : ret LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
EXPORTING
wait = 'X'
IMPORTING
return = ret.
regards,
amit m.
‎2006 Jan 11 1:01 AM
Hi amit m,
That is exactly the same code I'm using....
Message was edited by: Imelda Nachor
‎2006 Feb 10 10:19 AM
hi imelda nachor ,
Are u able to solve the problem , i am also facing same problem in network confirmation please send me the solution to meetsridhar76@yahoo.com