cancel
Showing results for 
Search instead for 
Did you mean: 

mapping idoc

Former Member
0 Kudos

Hello Guys,

I'm doing a mapping between message type and idoc...

There is a node EDI_DC40 with several required element...

Should these element be declared a not required or should I use mapping with a constant or what else should I do ?

Thanks in advance!

Steph

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

The field that you map to the field right above segment is usually the one you map to segment too.

Segment just tells it how many of the structure it pertains to to make.

Former Member
0 Kudos

It depends, if you are doing a non-IDoc to IDoc senario, you will probably be able to get away with disabling the EDI_DC40 field in the message mapping. The only problem is that it is possible to get an XI error ATTRIBUTE_INV_SEND_SRV, if you are not tranferring from a well defined system, in that case you would probably have to fill in the sender required fields in the EDI_DC40 field, and in the ID you would have to configure the Idoc reciever and check take sender from payload.

Former Member
0 Kudos

Hello Stephan,

see the Blog at /people/michal.krawczyk2/blog/2005/09/01/xi-idoc-adapter--edidc40--demystified that will tell you all about EDI_DC40.

but seriously, if you're working with IDOCs take some tim to familiris yoursef with the basic stractures that they use.

Have a good one,

The Infrastracture Ninja.

Former Member
0 Kudos

Hi Stephan,

it is not necessary to create this element if you are sending the idoc, this part is created by the idoc adapter.

You can ignore the segment (right click on it in the mapping) if you do not have special requirements.

Kind Regards,

Sergio

Former Member
0 Kudos

wHAT ABOUT THE FIELD SEGMENT NAME in each of the different segments???

Should i disable it too ?

Stephan

Former Member
0 Kudos

Stephan,

Either you have to fill manually or if you want automatically to be filled up then check this weblog:

/people/michal.krawczyk2/blog/2005/09/01/xi-idoc-adapter--edidc40--demystified

/people/sravya.talanki2/blog/2005/12/02/manipulating-idoc-control-records-from-payload

Regards,

---Satish

former_member184619
Active Contributor
0 Kudos

Hi Stephan,

Just right click on it and make it disable. then no need to map it.

Sachin