cancel
Showing results for 
Search instead for 
Did you mean: 

xml payload contract fields.

Former Member
0 Kudos

Hi Masters. 

My scenario is SRM-PI-MDM contracts distributed.

the contract is send ok. but no all fields are send in xml only some field are completed in xml payload message.   I need include more fields standard like pay terms. units measure, country and others more. 

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

- <n0:CatalogTransmission xmlns:n0="http://sap.com/xi/EBP" xmlns:prx="urn:sap.com:proxy:SRQ:/1SAI/TAS7EDB88C4789F3432D64B:700:2010/12/13">

- <StandardBusinessDocumentHeader>

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

<CreationDateTime>2012-07-10T16:58:34Z</CreationDateTime>

- <SenderParty>

<InternalID schemeID="PartyID" schemeAgencyID="SRQ400">4302448</InternalID>

</SenderParty>

</StandardBusinessDocumentHeader>

- <Catalog>

<ID>4400000030</ID>

<CatalogTypeCode>03</CatalogTypeCode>

<ActionCode>04</ActionCode>

<CompleteTransmissionIndicator>true</CompleteTransmissionIndicator>

- <ValidityDateTimePeriod>

<StartDateTime>2012-05-21T12:00:00Z</StartDateTime>

<EndDateTime>2013-05-21T12:00:00Z</EndDateTime>

</ValidityDateTimePeriod>

- <CatalogContent>

- <ItemList>

- <Item>

<ID>1</ID>

<ActionCode>04</ActionCode>

<CompleteTransmissionIndicator>false</CompleteTransmissionIndicator>

- <PropertyValuationList>

- <PropertyValuation>

<PropertyReference>/CCM/PRODUCT_ID</PropertyReference>

- <PropertyValues>

- <SimpleValue>

<NameSpecification>30361104</NameSpecification>

</SimpleValue>

</PropertyValues>

</PropertyValuation>

- <PropertyValuation>

<PropertyReference>/CCM/PRICE</PropertyReference>

- <PropertyValues>

- <MultipleValue>

<Index>1</Index>

- <SimpleValue>

<AmountSpecification currencyCode="MXN">120.0</AmountSpecification>

</SimpleValue>

</MultipleValue>

</PropertyValues>

</PropertyValuation>

- <PropertyValuation>

<PropertyReference>/CCM/PRICE_BASIS_QUANTITY</PropertyReference>

- <PropertyValues>

- <SimpleValue>

<QuantitySpecification unitCode="C62">1.0</QuantitySpecification>

</SimpleValue>

</PropertyValues>

</PropertyValuation>

</PropertyValuationList>

</Item>

</ItemList>

</CatalogContent>

</Catalog>

</n0:CatalogTransmission>

thanks in advances.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi somebody has an idea about that situation ?

thanks.