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

Piciking list

Former Member
0 Likes
697

Hi friends,

I have few questions,

i am trying to diplay outbound delivery items that are not picked properly. - what is the exact field i need to check for that .

and how to find whether the delivered goods are handled to a carrier i mean for transporting.

let me know .

thanks in advance,

Regards,

Roberts.K

Message was edited by: Roberts K

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Hi Roberts,

I am not exactly sure what you meant by 'outbound delivery items that are not picked properly', but VBUK and VBUP tables store the document header and item statii respectively. The key to these tables is same as the SD document header and item tables. So from LIKP to VBUK it will be VBELN for finding out the header status and from LIPS to VBUP it will be VBELN and POSNR for finding out the item status.

Could you elaborate your second question please? Do you want to find out who the carrier is(it will be in the partners tab of the delivery), or if the delivery has been released to transportation(which means it has been goods issued or PGI)? Or do you want to know what the shipping document is(if you create shipping documents), in which case they will be in VTTK and VTTP? All this is there in the document flow.

Please let me know.

Srinivas

Hi friends,

I have few questions,

i am trying to diplay outbound delivery items that are not picked properly. - what is the exact field i need to check for that .

and how to find whether the delivered goods are handled to a carrier i mean for transporting.

let me know .

thanks in advance,

Regards,

Roberts.K

Message was edited by: Roberts K

4 REPLIES 4
Read only

Former Member
0 Likes
670

Hi Roberts,

I am not exactly sure what you meant by 'outbound delivery items that are not picked properly', but VBUK and VBUP tables store the document header and item statii respectively. The key to these tables is same as the SD document header and item tables. So from LIKP to VBUK it will be VBELN for finding out the header status and from LIPS to VBUP it will be VBELN and POSNR for finding out the item status.

Could you elaborate your second question please? Do you want to find out who the carrier is(it will be in the partners tab of the delivery), or if the delivery has been released to transportation(which means it has been goods issued or PGI)? Or do you want to know what the shipping document is(if you create shipping documents), in which case they will be in VTTK and VTTP? All this is there in the document flow.

Please let me know.

Srinivas

Read only

0 Likes
669

Hai Srinivas,

Thank you for the reply,

here r the exact point i am looking for .

1. display list of outbound delivery lines which are not picked completely.

2. display list of outbound deliveries including handling units which are not marked as a handed over to carrier.

Please Let me know .

Thanks in advance.

Regards,

Roberts.K

Read only

0 Likes
669

For 1.

You can go to VBUK and look at the field KOSTK. If it is equal to 'C', then the entire delivery has been picked completely. If it is space, this delivery is not relevant for picking. Anything else means, it has been partially picked. Now if you want each individual line pick status, then you need to go to VBUP and look at the field KOSTA. The same logic applies.

For 2.

If the delivery has been goods issued, it means that the items are in transportation. You will find this information on the same two tables mentioned above but the field name is WBSTK for VBUK and WBSTA for VBUP. Again the logic remains the same.

Hope this helps,

Srinivas

Read only

0 Likes
669

Hai Srinivas,

Great thanks a lot for the information u have provided.

Thanks again.

Regards,

Roberts.K