Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modifying deliveries using WS_DELIVERY_UPDATE

Former Member
0 Likes
1,274

Hi

We want to replace a BDC processing for modifying a delivery for the FM WS_DELIVERY_UPDATE.

The problem is that we are using field LIPS-KDMAT (Material belonging to the customer) for internal managements and is mandatory for us. Wa have been searching for this field or anyone similar field on all parameters and tables of the FM but wa haven't found anything. Did anybody knows if any other field could be used for that? Or any other FM to modify a delivery??

Thanks and regards

1 ACCEPTED SOLUTION
Read only

venkata_ramisetti
Active Contributor
0 Likes
920

Hi,

There a field P_MATERIAL in table VERPO in FM WS_DELIVERY_UPDATE. You have to use this field.

Thanks,

Ramakrishna

Hi

We want to replace a BDC processing for modifying a delivery for the FM WS_DELIVERY_UPDATE.

The problem is that we are using field LIPS-KDMAT (Material belonging to the customer) for internal managements and is mandatory for us. Wa have been searching for this field or anyone similar field on all parameters and tables of the FM but wa haven't found anything. Did anybody knows if any other field could be used for that? Or any other FM to modify a delivery??

Thanks and regards

2 REPLIES 2
Read only

venkata_ramisetti
Active Contributor
0 Likes
921

Hi,

There a field P_MATERIAL in table VERPO in FM WS_DELIVERY_UPDATE. You have to use this field.

Thanks,

Ramakrishna

Read only

0 Likes
920

If we have just delivery line item and we are deleting that with WS_Delivery_update then it leaves delivery with no items which is incorrect, in that case it should delete delivery header as well.

Any parameter to do that?

Regards,

Parul