cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting a error when making soap web service call in byd on managepricelistin wsdl

Former Member
0 Kudos
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
   <soapenv:Header/>
   <soapenv:Body>
      <glob:SalesPriceListFindByTypeCodeAndPropertyIDAndPropertyValueQuery_sync>
         <SalesPriceList>
           
            <ID >PRICE LIST BASE</ID>
            
            <PropertyValuationPriceSpecificationElementPropertyValuation1>
               <IdentifyingIndicator>true</IdentifyingIndicator>
               <PriceSpecificationElementPropertyReference>
                   <PriceSpecificationElementPropertyID>CND_PRODUCT_ID</PriceSpecificationElementPropertyID> 
				  <PriceSpecificationElementPropertyDefinitionClassCode>2</PriceSpecificationElementPropertyDefinitionClassCode> 
				</PriceSpecificationElementPropertyReference>
              <PriceSpecificationElementPropertyValue>
                  <ID></ID>
                  <Code></Code>
               </PriceSpecificationElementPropertyValue>
            </PropertyValuationPriceSpecificationElementPropertyValuation1>
            
            
             <ValidityPeriod>
               <IntervalBoundaryTypeCode/>
               <StartTimePoint>
                  <TypeCode>1</TypeCode>
                  <Date>2000-01-01</Date>
               </StartTimePoint>
               <EndTimePoint>
                  <TypeCode>1</TypeCode>
                  <Date>2017-02-28</Date>
               </EndTimePoint>
            </ValidityPeriod>
	
		
            <TypeCode >7PL0</TypeCode>
            <!--Optional:-->
            
         </SalesPriceList>
      </glob:SalesPriceListFindByTypeCodeAndPropertyIDAndPropertyValueQuery_sync>
   </soapenv:Body>
</soapenv:Envelope>

this is my request body

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
   <soap-env:Header/>
   <soap-env:Body>
      <soap-env:Fault>
         <faultcode>soap-env:Client</faultcode>
         <faultstring xml:lang="en">Application exception occurred!</faultstring>
         <detail>
            <n0:StandardFaultMessage xmlns:n0="http://sap.com/xi/AP/Common/Global" xmlns:prx="urn:sap.com:proxy:LLC:/1SAI/TAS5118194EC91140F9E030:804">
               <standard>
                  <faultText>A technical error (Property Valuation ID CND_PRODUCT_ID not valid) occurred: PRC_ESF_CND_MAINT 106. Report an incident.</faultText>
               </standard>
               <addition>
                  <Log>
                     <Item>
                        <TypeID>106(/PRC_ESF_CND_MAINT/)</TypeID>
                        <CategoryCode>INC.COI</CategoryCode>
                        <SeverityCode>3</SeverityCode>
                        <Note>A technical error (Property Valuation ID CND_PRODUCT_ID not valid) occurred: PRC_ESF_CND_MAINT 106. Report an incident.</Note>
                     </Item>
                  </Log>
               </addition>
            </n0:StandardFaultMessage>
         </detail>
      </soap-env:Fault>
   </soap-env:Body>
</soap-env:Envelope>

this the response body

I am trying get all the pricelistspecificationitems that exists for a particular pricelist and probably a way to filter the result.

I would be grateful for any help regarding this issue,thanks in advance

Accepted Solutions (0)

Answers (0)