cancel
Showing results for 
Search instead for 
Did you mean: 

idoc mapping

Former Member
0 Kudos

hi

why we assign segment and begin to constant value during idoc mapping.

regards

raghu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi raghu,

this is how the IDOC adapter works.

If you go in your integration repository > imported archive > idocs and open an idoc, then goto XSD tab.

You will see the following:

<xsd:attribute name="SEGMENT" type="xsd:string" fixed="1" use="required" />

<xsd:attribute name="BEGIN" type="xsd:string" fixed="1" use="required" />

SEGMENT and BEGIN are mandantory

So, if you do not assign the @segment, the adapter does not generate the element.

It is just like it is. so don't worry.

Regards Mario

Answers (0)