cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment is not updating using SHPMNT IDoc

rthoodi
Active Participant
0 Kudos

Hello All,

I am updating a Shipment with only one delivery using IDoc SHPMNT05, however this Shipment has two deliveries earlier, As a result IDoc failed with as error message : This action no longer possible: Transport XXXXXXXXX has already been scheduled. This error is because this shipment status is set to planned.

But I want to update the shipment with only one delivery even though it is scheduled. ideally when this IDoc is posted one delivery should be unassigned from the shipment. how can I achieve that, please help me.

Thanks & Regards

RK

Edited by: RK on Jul 1, 2010 11:50 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

We frequently have same problem - we need to update shipment details, but SAP does not allow to do it. How shipment update can be processed in such situations?

rthoodi
Active Participant
0 Kudos

Hi Maris Sauka,

If Shipment is already scheduled, standard SAP does not allow to add , move or delete the deliveries from it, it gives error like "This action no longer possible: Transport XXXXXXXXX has already been scheduled" , This error comes from Function module SD_SHIPMENT_FCODE_CONTROL,To overcome this there is an implicit enhancement required in form statement shipment_fcode_allowed in include program LV56EF01. within this I clear the shipment planning status i_xvttk-stdis.

Note: Please make sure that this enhancement does not impact any other developments, so make use of export and import statements.

Thanks

RK

Former Member
0 Kudos

Thanks, with your help we got rid of unwanted error message. Unfortunately this is not my question, so I cannot give you points or mark it as answered.

Maris

Edited by: Maris Sauka on Sep 1, 2010 1:15 PM

Answers (1)

Answers (1)

rthoodi
Active Participant
0 Kudos

This message was moderated.