cancel
Showing results for 
Search instead for 
Did you mean: 

shipment being created without deliveries getting picked

Former Member
0 Kudos

HI

I am creating shipment in SAP using TPSSHT01 IDOC. The IDOC is creating shipment even if the deliveries are not completely picked.

When i create shipment using transaction VT01N , the system doesnt allow to mark 'shipment completion' if deliveries are not picked completely. However, when i use IDOC, shipment is created with 'shipment completion' with out any error. if the deliveries are not picked completely , i want the IDOC to fail. How do i do this?

Thanks

Prasad

Edited by: prasad p on Sep 3, 2010 2:58 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In your shipment type definition, do you have the field 'pick check' (TVTK-KOPRF) blank?

Regards,

Dominik Modrzejewski

Former Member
0 Kudos

Hi Dominik

In the shipment definition type , for pick check 'shipment completion only for full picking' is selected. when i do shipment completion using VT01N without fully picking the deliveries, i see message. But when i use IDOC the system is creating shipments even if picking is not complete for deliveries.

Regards,

Prasad

Former Member
0 Kudos

If you use standard IDOC_INPUT_SHIPPL then FM 'SD_SHIPMENT_STATUS_COMPLETION' should be also triggered for your scenario. Try to debug there subroutine 'form check_deliveries_all_picked'

Regards,

Dominik Modrzejewski