Application Development 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: 

Selecting Deliveries which shipment has not been created

Former Member
0 Kudos

Hi All,

I need to select the deliveries from the table LIKP which shipment has not been created.

Can anybody please tell me what is the field for checking that and the value to check in that table.

Urgent.. Thanks in advance

Vasu...

4 REPLIES 4

Former Member
0 Kudos

Hi Vasu,

Check in the VTTP table. Give the delivery and check if shipment is available.

Regards

Arun

0 Kudos

Hi Kumar,

Thanks for your reply.

Is there any otherway to check in the LIKP table itself.

Former Member
0 Kudos

Hi

Fetch all he deliveries from LIKP into table ITAB

then for all these deliveries check the shipments in Table VTTP

by equating VTTP-VBELN = LIKP-VBELN. ( and take these deliveries into ITAB1)

Fetch these deliveries and delete them from the originally fetched deliveries from LIKP.

ITAB - ITAB1 will give the deliveries for which Shipment was not created.

check the field SPE_SHP_INF_STS in LIKP table also.

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Former Member
0 Kudos

Check in table<b> VBUK</b> field <b>trsta</b>. If the value of the field = 'C'. Then there will be shipment for the delivery.

Let me know if you need more info.

Thanks,

Krishna