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

Adding Serial Numbers to delivery using 'WS_DELIVERY_UPDATE'

former_member445996
Participant
0 Likes
1,033

Hi All,

I am using 'WS_DELIVERY_UPDATE' function Module to perform Post goods issue. Now for another requirement I need to add serial numbers on line item level and then perform Post goods issue. I see the internal table IT_PACKING_SERNR in table parameters of the function module but don't know how to populate the first field of the table which is called ZEILE and has the data type INT4 length 10.

Has anyone ever used this table to update the serial numbers on delivery.

Any ideas/suggestions will be great.

Regards

Hi All,

I am using 'WS_DELIVERY_UPDATE' function Module to perform Post goods issue. Now for another requirement I need to add serial numbers on line item level and then perform Post goods issue. I see the internal table IT_PACKING_SERNR in table parameters of the function module but don't know how to populate the first field of the table which is called ZEILE and has the data type INT4 length 10.

Has anyone ever used this table to update the serial numbers on delivery.

Any ideas/suggestions will be great.

Regards

1 REPLY 1
Read only

Former Member
0 Likes
569

Hi,

For This field ZEILE , Check the table HUWM_LOAD_PROT.

It seems it is the ID of Handling UNit Item.

Also check VEKP, VEPO tables for HU data.

Regards,

Anji