cancel
Showing results for 
Search instead for 
Did you mean: 

Delvry03/Delvry05 Idoc, Status whether it is new delivery or changed

Former Member
0 Kudos

Hi All,

We are using Idoc of type Delvry03, now everytime we create a delivery or change or delete Idoc is created. However the 3rd party doesnt know if its a new delivery or change.

which field of Idoc can be used to send this information, In other Idocs we use status field, however there is no status field for this Idoc type.

Please help!

Parul

Accepted Solutions (1)

Accepted Solutions (1)

mandar_shete
Active Participant
0 Kudos

Hi Parul,

I am still figuring out the standard way, but the work arround is extend the IDOC DELVRY03 and add one more Z Segment into it just to keep the flag as,

I - Create.

U - Change

D - Delete.

So that the EDI guys can check this filed for the correct status of the Delivery.

To fill this status, you can use function module IDOC_OUTPUT_DELVRY and the user exit is EXIT_SAPLV56K_002.

Please let me know if you need more info.

Thanks & Regards,

Mandar

mandar_shete
Active Participant
0 Kudos

Hi Parul,

There is a segment E1EDL18 ( IDOC: Controlling (Delivery)).

Which contains QUALF (IDOC Qualifier: Control (Delivery)) field.

The values are as below.

CHG Change delivery (inbound)

DEL Delete delivery (inbound)

PGI Post delivery goods issue (inbound)

ORI Original message (outbound)

CHA Change message (outbound)

GWT Change gross weight (inbound)

NWT Change net weight (inbound)

VOL Change volume (inbound)

PIC Picking with flow records (inbound)

JIT Summarized JIT call

PID Primary identification

INC Include delivery in standard tour

Thanks & Regards,

Mandar

Answers (0)