Skip to Content
0
Former Member
Feb 09, 2012 at 11:56 AM

Inserting segment E1EDL41 into IDoc type SHPMNT06

667 Views

Hi Experts,

I have a requirement for IDOC.

If segment E1EDL41 with qualifier 001 is not found for a particular message type, I have to insert that segment.

I have added an Enhancement point in the Include' LV56KF3Q' and I am writing the code. At this point all the idoc data are in INT_EDIDD table.

I can check whether E1EDL41 segment is present or not

IDOC TYPE : SHPMNT06.

E1EDL41 is child segment for E1EDL24, and no mandatory segmnents are given .

E1EDL24 is the delivery item segment, hence it will repeat as many time ITEMS are present.So the child segment will also get repeated.

as many times parnt segment will repeat.

At runtime INT_EDIDD has no Entries for fields PSGNUM, HLEVEL & SEGNUM.

Please tell me how to do so and how to find exact location as where to insert this segment.