cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery POD(CRR) Status upate problem in FM WS_DELIVERY_UPDATE_2

Former Member
0 Kudos

Hey guys,

I am using FM WS_DELIVERY_UPDATE_2 to create a POD for a delivery, it is creating the POD, but it isn't updating the status POD in that delivery, and this happens because in fact he is not confirming the POD created.

I am setting in the VBKOK_WA the KZPOD field with the value B for him to verify and confirm the POD, and also the fields PODAT and POTIM, also i am filling the table TVPOD_TAB with the data needed to create.

For last, i filled also the table VBPOK_TAB with the delivery and items to "update" and setting in the field KZPOD the value B.

Can you give me a tip about what is happening for he to don't confirm the POD and update the status in the delivery?

Note: I have tried without using the vbpok_tab table and the result was the same.

Thanks in advice,

Carlos Soares

Accepted Solutions (1)

Accepted Solutions (1)

christian_rosa
Employee
Employee
0 Kudos

Hi Carlos,

You could check the parameter of the WS_DELIVERY_UPDATE_2, it seems it should be:

CALL FUNCTION 'WS_DELIVERY_UPDATE_2'

EXPORTING

vbkok_wa = ls_vbkok

delivery = iv_outb_vbeln

TABLES

vbpok_tab = lt_vbpok

prot = gt_prot

Take a look at the SAP note 877234.

Regards,

Christian Rosa

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

siva_subramanian2
Participant
0 Kudos

This message was moderated.