Hi Experts,
We have created a WAD template with Input ready query. When we execute in the web, we are able to get the variable sceen but after input the variable value and execute, its throwing the following error.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
BEx Web Application
Unknown Error
Exception occured while processing the current request; this exception cannot be handled by the application or framework
Log ID: C0000A87473705A200000001021100F8
Unable to process request. Contact your system administrator.
To facilitate analysis of the problem, keep a copy of this error page
We are sorry for the inconvenience
Copyright © SAP AG. All Rights Reserved.
Unknown Error
BEx Web Application
Unable to process request. Contact your system administrator.
Information for Administrator
Error Summary
Exception occured while processing the current request; this exception cannot be handled by the application or framework
If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
Details
Root Cause
The initial exception that caused the request to fail was:
while trying to invoke the method java.lang.String.equals(java.lang.Object) of a null object loaded from local variable 'lowString'
java.lang.NullPointerException: while trying to invoke the method java.lang.String.equals(java.lang.Object) of a null object loaded from local variable 'lowString' at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderRange.getLow(ProviderRange.java:289) at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderComponentList.setup(ProviderComponentList.java:170) at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.selection.ProviderComponentList.isSingleMemberSelection(ProviderComponentList.java:416) at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.selection.ComponentList.isOnlySingleMembersSelection(ComponentList.java:1104) at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.Sorting.supportsSortBySelection(Sorting.java:457) [...]
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Please suggest what would be causing for this error.
Thanks,
Rama