cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping IDOC to 810

Former Member
0 Kudos

Hello,

I try to implement scenario from IDOC to EDI 810

I work with ItemField converter and I have XSD that represent the structure of the EDI 810.

My problem is to map the IDOC to 810.

I have a problem with segments TDS, SAC, CTT, SE, GE, IEA.

This segment is not come directly from the IDOC and I need to calculate them.

I'll be happy to learn from your experience.

Elad

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member187587
Contributor
0 Kudos

Elad ,

If you have the logic of what segments you need to ctreate

and the value needed exists in the source message- you can do it with regular message mapping.

Nimrod.G

Former Member
0 Kudos

Nimrod,

You recommend me to do this transformation in 2 steps:

1. Import to XI valid XSD (that represent EDI 810) and mapping in the SAP XI between the IDOC XSD to EDI 810 XSD.

2. Serialize in CDE (ItemField) the EDI810 XSD to valid EDI810?

I'll be happy to hear if you succeed to implement this scenario.

Ill be happy to hear if someone succeed to implement complete scenario from IDOC to EDI810 with CDE (ItemField).

Elad

Former Member
0 Kudos

Hi,

In general, the EDI software which you are using should be able to provide the details of this segmenat like:

1. The ISA13/IEA02 segments will be unique and starts sequentially. I.e for the first transaction we send it will be 1, next 2 and so on.

2. Within the ISA segments there can be multiple GS segments and each GS segment will be again numbered sequentially within this ISA segment. and if it is a new transaction then again the GS segment will start from 1.

3. Within the GS there can be multiple ST segments and each are again numbered sequentially.

Regards,

Nithiyanandam

Former Member
0 Kudos

No one implemented this scenario before?

Former Member
0 Kudos

Hi,

The best thing i would suggest is to use Java Mapping.

Got thro these blogs for Java Mapping:

I dont think other mapping techniques may be used to solve your problem in an optimized manner. May be if graphical mapping is possible u can go for that.it is better to develop a java adapter and run on standalone adapter enginer..

Here is document how to develop adapter modules:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac2...

http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

Regards,

Surya