cancel
Showing results for 
Search instead for 
Did you mean: 

Error Troubling me Since Two days

Former Member
0 Kudos

Hello Experts,

I am trying to execute a Standard webservice for Material list after configuring it in the Soamanager.

Name of Webservice: ecc_materialerpsimplebyelmtsqr

Sample Input XML :


<MaterialSimpleSelectionByElements languageCode="EN">
<SelectionByMaterialTypeCode>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryMaterialTypeCode>HAWA</LowerBoundaryMaterialTypeCode>
</SelectionByMaterialTypeCode>
</MaterialSimpleSelectionByElements>
<ProcessingConditions>
<QueryHitsMaximumNumberValue>105</QueryHitsMaximumNumberValue>
<UnlimitedQueryHitsIndicator>true</UnlimitedQueryHitsIndicator>
</ProcessingConditions>
</glob:MaterialERPSimpleByElementsQuery_sync>

But strangely, I am getting following response .....

Can some of you help me to resolve it . We dont have any TREX and we dont have any BI Machine .


<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
   <env:Header/>
   <env:Body>
      <n0:MaterialERPSimpleByElementsResponse_sync xmlns:n0="http://sap.com/xi/EA-APPL/SE/Global">
         <Log>
            <BusinessDocumentProcessingResultCode>5</BusinessDocumentProcessingResultCode>
            <MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>
            <Item>
               <TypeID>044(COM_SE_SEARCH)</TypeID>
               <SeverityCode>3</SeverityCode>
               <Note>The required index has not been created yet in the search engine</Note>
               <WebURI>http://<hostname>:<portname>/sap/xi/docu_apperror?ID=NA&amp;OBJECT=COM_SE_SEARCH044&amp;LANGUAGE=E&amp;MSGV1=BUS1001006&amp;MSGV2=1</WebURI>
            </Item>
         </Log>
      </n0:MaterialERPSimpleByElementsResponse_sync>
   </env:Body>
</env:Envelope>

I dont know why such an issue ...

Can someone point me what could be the Issue ?

Regards,

Ravi Sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Resolvd using :

Transaction SES_ADMIN by defining the index for the Business object.

Answers (0)