cancel
Showing results for 
Search instead for 
Did you mean: 

CIDX Standard Message Map to IDoc

Former Member
0 Kudos

Hi,

I am looking for CIDX standard message for mapping to SHPMNT05 IDoc. I want to know the standard CIDX standard message and the repository to find such standard messages when Standard IDocs available in SAP are known.

Regards,

Suraj Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

https://websmp205.sap-ag.de/~sapidb/011000358700008969412004E/index.htm#CIDX

SAP provides you with already devised content. See if these can help you !!!

Former Member
0 Kudos

Hi Michal and Shabarish,

Thanks for providing the required information. I am stuck up with a issue which is explained below.

Sample xml downloaded from http://www.cidx.org/ is different from the required message.

Sample ShipNotice xml downloaded is as follows....

<?xml version="1.0" encoding="UTF-8" ?>

- <ShipNotice>

- <Header>

- <ThisDocumentIdentifier>

<DocumentIdentifier>12345678</DocumentIdentifier>

</ThisDocumentIdentifier>

- <ThisDocumentDateTime>

<DateTime DateTimeQualifier="On">2002-04-01T20:55:13Z</DateTime>

</ThisDocumentDateTime> ......

...........

But what is required as per the business scenario is as follows

<?xml version="1.0" encoding="UTF-8"?>

<PlannedShipment>

<PlannedShipmentIdentifier>191919</PlannedShipmentIdentifier>

<ShipDirection>Outbound</ShipDirection>

<FreightTerms>Pre-Paid</FreightTerms>

<CarrierSCAC>SEFL</CarrierSCAC>

<FreightForwarder/>

<EquipmentType>ODY CODE HERE</EquipmentType>

<EquipmentNumber>TRL2096</EquipmentNumber>

<CarrierTrackingNumber>100283534</CarrierTrackingNumber>

<LoadList>

<Load>

<PlannedLoadIdentifier>125656</PlannedLoadIdentifier>

<TransportationOrderIdentifier>1230987</TransportationOrderIdentifier>

<Schedule>

<ScheduledPickupDate timezone="EST">2004-03-19T15:35:00</ScheduledPickupDate>

<RequestedDeliveryDate timezone="EST">2004-03-22T15:35:00</RequestedDeliveryDate>

<ScheduledDeliveryDate timezone="EST">2004-03-22T15:35:00</ScheduledDeliveryDate>

</Schedule> ..........

.......

In this case, How should I proceed?

Kindly help me out.

Thanks & Regards,

Suraj Kumar

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at this page:

http://www.cidx.org/Default.aspx?tabid=78

you can find ShipNotice and all the rest of schemas there

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>