cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound SHPMNT05 error - Service Agent not copied from deliveries

Former Member
0 Kudos

Hi All,

Im using:

idoc SHPMNT05

message type SHPMNT

FM IDOC_INPUT_SHPMNT

I'm unable to change an existing shipment (tx: VT02n) with the SHPMNT05 idoc.

I've tried both message types SHPMNT and SHPADV..both fail.

The error I'm getting most is "Service agent not copied from deliveries - none exist"

Message no. VW153

I have also tried the following:

Create output SHPMNT05 idoc from a shipment.

Delete that shipment.

Input that idoc again with WE19 (making some changes ofcourse)...but still getting the same error.

OSS notes regarding this FM are implemented aswell.

Any ideas ??

cheers

Eric

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This has been resolved now.

Former Member
0 Kudos

Hi Eric, can you please tell me how you resolved the issue. I am having the same problem and i don't know whether the fact that I can't map back to the IDOC that created the SHIPMENT, if it related to this error message or not.

Former Member
0 Kudos

Hi Eric

Can you please tell me how you resolved the Service agent error on the SHPMNT05 processing

Former Member
0 Kudos

Hi, Not sure if you still remember the solution from 2009. If you do, could you please post here.

0 Kudos

Hello ,

Kindly let me know how it was resolved ?

former_member786627
Discoverer
0 Kudos

Kindly let me know how was this resolved, will be super helpful
thank you !

Former Member
0 Kudos

are you using User exit to make any changes? if so then you may have to commit work by calling BAPI:

'BAPI_TRANSACTION_COMMIT'

Former Member
0 Kudos

No, im using IDOC_INPUT_SHPMNT - see my message for details.

Former Member
0 Kudos

IDOC_INPUT_SHPMNT is Function Module, but inside that there will be user exit to handle tasks if that was not possible with already existing functionality...