‎2020 Jan 13 7:17 AM
Hi All,
While using VB_BATCH_DETERMINATION i was able to get the required data, but when the same values are Passed onto BAPI_GOODSMVT_CREATE, i am getting an error "Goods movement not possible with mvmt type 201 " .
But when the same values are passed to BAPI_GOODSMVT_CREATE manually, it works as expected. Not able to find out the reason.
‎2020 Jan 13 8:11 AM
Hi,
One possible reason could be that VB_BATCH_DETERMINATION changes are not committed. Please try by calling BAPI_TRANSACTION_COMMIT with wait = 'X' before calling BAPI_GOODSMVT_CREATE. Let me know how it goes.
GK
‎2020 Jan 13 8:56 AM
hi Gaurav,
Thanx for the reply. As suggested i tried to use BAPI_TRANSACTION_COMMIT, it did nbot work as expected.
with rgds
Ranjith
‎2020 Jan 13 2:44 PM
‎2020 Jan 13 8:23 PM
1. Change any flag(s)/configuration, to allow automated/background processing for this movement type for this transaction (in addition to manual)
2. Compare exact values of all parameters passed to this function module:
#2a. automatically, compared to
#2b. manually
(esp. if any leading zeroes, leading spaces, movement types, etc.)
3. Attach screenshots of #2a & #2b above