cancel
Showing results for 
Search instead for 
Did you mean: 

Open delievry items and qt

Former Member
0 Kudos

I think from LIPS table we can get the delievries created.

Questions:

1) How to get the open delivery quantity ?

2) In case of STO PO delivery how to link the delivery item with the purchase order item. Which table and fields to be linked ?

Regds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have a look at Tcode VL06O Outbound delivery monitor for your first querry

Reward points if useful

Regards,

Amrish Purohit

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Aditya pl check tcode VL06O as this transaction is for delivery monitor and u can get all the deliveries due for either Picking, loading , Post Goods Issue etc .

This tcode is applicable not only for outbound but u can use it for inbound deliveries also by selecting all deliveries at the top.

Hope this will help.

Former Member
0 Kudos

Dear Aditya,

1. Open Delivery : Use Function Module WS_LM_DATA_SELECTION_FREE.

Value of IT_WBSTK : A (Not yet processed), B (Partially processed)

2. You would need to fetch the data from EKKO based on <b>BSART as UB</b> (which means that it is a STO). Based on this information you can fetch the data from LIPS.

Hope this will resolve your issue.

Regards,

Naveen.

Former Member
0 Kudos

Naveen

What would be the input to this function module.

It takes a very long time to execute. I want to get all the open delivery items from LIPS.