cancel
Showing results for 
Search instead for 
Did you mean: 

interface identification and sample data for SRM_MDM_Catalog_701

Former Member
0 Kudos

Hi ALL,

we are working on SRM_MDM_Catalog_701 ,we are asked by MDM team to provide the file going to MDM system in the format given below.

sample expectation

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

-<MDMContractDataTransmission>

-<StandardBusinessDocumentHeader>

<ID>NotAvailable</ID>

</StandardBusinessDocumentHeader>-

<ContractItemList>-<ContractItem>

<ContractID>6100000022</ContractID>

<ContractItemID>10</ContractItemID>

<CategoryId>59</CategoryId>

<ProductID>05.198</ProductID>

<Description languageCode="EN">A4 ROX PAPER</Description>

<SupplierID>T0584</SupplierID>

-<Price>

<LowerBound>1</LowerBound>

<Amount currencyCode="INR">65.0</Amount>

</Price>

<PriceBasisQuantity unitCode="PK">1.0</PriceBasisQuantity>

</ContractItem>

</ContractItemList>

</MDMContractDataTransmission>

we are not able to identify which configuration we need to do ..hence we have done

SRMCatalogTransmission2MDMContractDataTransmission4ProductCategory

can you please suggest which config we need to do and also please help me with sample data for SRMCatalogTransmission2MDMContractDataTransmission4ProductCategory.

more to add to this query :-

when we run this interface SRMCatalogTransmission2MDMContractDataTransmission4ProductCategory

the output message is looking like .

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

- <MDMContractDataTransmission>

- <StandardBusinessDocumentHeader>

  <ID schemeID="0080">44000001210000000020130916122745</ID>

  <CreationDateTime>2013-09-16T12:27:45Z</CreationDateTime>

- <SenderParty>

  <InternalID schemeID="PartyID" schemeAgencyID="L40CLNT800">100062</InternalID>

  </SenderParty>

  </StandardBusinessDocumentHeader>

- <ContractItemList>

- <ContractItem>

  <ContractID>4400000121</ContractID>

  <ContractItemID>1</ContractItemID>

  <ActionCode>04</ActionCode>

  <ContractItemType>Normal</ContractItemType>

  <SupplierID>100062</SupplierID>

  </ContractItem>

  </ContractItemList>

  </MDMContractDataTransmission>

in this some fields which are expected are missing kindly suggest ..?

thanks

Shakif

Accepted Solutions (0)

Answers (1)

Answers (1)

Muniyappan
Active Contributor
0 Kudos

Hi,

check the xsd(message type) of interface SRMCatalogTransmission2MDMContractDataTransmission4ProductCategory?

do you see missing fields in the xsd?

is your sender system sending those fields?

if your xsd has those missing fields and sender system also sending those fields then you have to check the mapping.

if missing fields not present in the xsd then you have to change it to populate the fields as per mdm system requirement.

Regards,

Muniyappan.

Former Member
0 Kudos

this is a standard mapping and its XSLT

Muniyappan
Active Contributor
0 Kudos

Hi,

this is a standard mapping and its XSLT

could you please check with source if they are sending missing fields?

are you able to see it in the sender payload in sxmb_moni?

if then you have to modify the mapping in order to populate those fields.

Regards,

Muniyappan.