cancel
Showing results for 
Search instead for 
Did you mean: 

NO APPLICABLE DATA FOUND ERROR

Former Member
0 Kudos

Hi All,

I am trying to execute a BI webservice. The problem with the webservice is that when I get some valid output it returns me perfectly but when there is no data found it results into an exception. I tried executing this Webservice from wsnavigator and it gave me the following response when no data was found:

HTTP/1.1 500 Soap document processing failed

content-type: text/xml; charset=utf-8

content-length: 634

server: SAP Web Application Server (1.0;640)

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>NO_APPLICABLE_DATA</faultstring><detail><rfc:RRW3_GET_QUERY_VIEW_DATA.Exception xmlns:rfc="urn:sap-com:document:sap:rfc:functions"><Name>NO_APPLICABLE_DATA</Name><Text>Function module RSD_0VTYPE_TXT_GET does not exist</Text><Message><ID>EU</ID><Number>802</Number></Message></rfc:RRW3_GET_QUERY_VIEW_DATA.Exception></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

I want to read <faultstring>NO_APPLICABLE_DATA</faultstring> parameter from the above message.

Could you please help me in getting that attribute value in webdynpro so that whenever there is an exception, I could read that message and display appropriate message to the user.

Your quick help would be highly appreciated.

Thanks and Regards,

Murtuza

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Murthuza,

Webdynpro Framework doesnt support to Read system generated exceptions, i would suggest to have a seperate parametes like Message and collect the same exception from BI itself and populate in WD.

venkat.