cancel
Showing results for 
Search instead for 
Did you mean: 

Using BAPI_GOODSMVT_CREATE

0 Kudos

Hey gurus!

I'm working on a z moodulpool to create fabrication orders.

To create production notifications I'm using the BAPI_GOODSMVT_CREATE and it works fine. But eixts a little issue.

When I want modify the notifications it doesn't work.

Process to modif the notifications.

Cancel gm with WS_REVERSE_GOODS_ISSUE like VL09

Delete HU using batch input

Notify the new prodcution using the same perform that I notifief it before.

When I'm notifing after deleting HU it doesn't works. Appears the message VL383 "Enter a material or an item category"

Do anybody have got any idea cuz it doesn't work?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

It doesn't works cancelling the GM by HU_CANCEL_GOODS_MOVEMENT cuz it's packed like an inboud delivery, so first I must cancel de GM with VL09, later I delete HU from delivery. I delete it using batch input cuz with functions I didn't get it using FM.

Just asked here

https://answers.sap.com/questions/670222/unable-to-unassign-hu-with-fm.html

And now, I have the problem when I want make the GM. If i don't reasstart the transaction, I cannot do it.

franois_henrotte
Active Contributor
0 Kudos

I would recommend cancelling the GM with function HU_CANCEL_GOODS_MOVEMENT

Not sure if you should still delete the HU after that, but in any case you should not do it with a batch input...

0 Kudos

0

It doesn't works cancelling the GM by HU_CANCEL_GOODS_MOVEMENT cuz it's packed like an inboud delivery, so first I must cancel de GM with VL09, later I delete HU from delivery. I delete it using batch input cuz with functions I didn't get it using FM.

Just asked here

https://answers.sap.com/questions/670222/unable-to-unassign-hu-with-fm.html

And now, I have the problem when I want make the GM. If i don't reasstart the transaction, I cannot do it.