cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cXML integration

Former Member
0 Likes
1,088

Hi,

I am implementing this cxml to IDOC scenario in PI.

I have downloaded invoicedetail.dtd file from cxml website and converted it into XSD.

then I have imported xsd into external definition. after that I can see various messages in the message tab. like HEADER , INVOICE REQUEST.

Where as I was expecting that these elements will be grouped in a segment ??? is that correct ? as any inbound cxml file will have header and invoice lines with them , so should they be separate messages ? something wrong ?

Regards

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

Hi,

A DTD can be composed of many messages. Usually, the name of the DTD itself will indicate the root node of the message that will contain the sub-messages. e.g for Orders.dtd, go to the Messages tab in the external definition and find the Orders there. The Orders message will contain all the items from Header to Items. It should also be the same in your case.

Regards,

Mark

Former Member
0 Likes

Hi Mark,

Thanks for the reply. That doesnot looks like , invoicedetail.dtd seems to contain all the segments related to Invoice .

Thanks,