cancel
Showing results for 
Search instead for 
Did you mean: 

FM SD_SHIPMENT_POST_GOODS_ISSUE is not updating the delivery output

peter_schmidt4
Explorer
0 Kudos

Hello folks.

We use the FM SD_SHIPMENT_POST_GOODS_ISSUE to post goods issue of deliveries. In our case, the delivery output is not being updated. In contrast when posting goods issue with transaction VL02N, the delivery output will be updated.

How can the delivery output be updated when posting goods issue by a FM? Is there an other FM to do that?

Kind regards,

Peter.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Peter,

It is easier to do a BDC, if you are just doing a PGI. All you have to code for is just the initial screen, enter the delivery number and the BDC OKCODE for PGI.

Try with

BAPI_GOODSMVT_CREATE 'WS_DELIVERY_UPDATE'

or

BAPI_OUTB_DELIVERY_CREATE_SLS

Regards

Ram

peter_schmidt4
Explorer
0 Kudos

Hi Ram,

thanks for your hints but I found another FM that works: WS_LM_GOODS_MOVEMENT.

It is already used in transaction VL06O to post goods issue for marked deliveries.

Kind regards,

Peter.

Answers (0)