Hi Experts,
I have followed the same procedure of Creating the OVS on a Custom BO with two fields Branch Code ( type int) and Branch Text ( Lang ind text), however I have the following runtime error when I start typing some thing on the OVS dialog box.
Unexpected Error During Back Ground Processing:
SAP.BYD.LS.UI.Core.Controller.Event.FatalEventProcessingException ---> SAP.BYD.LS.UI.Core.API.Connectivity.BackendProcessingFailedException ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.40728.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.40728.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)
--- End of inner exception stack trace ---
at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at SAP.BYD.LS.UI.Core.Connector.Http.LsHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at SAP.BYD.LS.UI.Core.Connector.BulkConnector.Io.BackendAdapter.HttpWebRequest_BeginGetResponse_Callback(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at SAP.BYD.LS.UI.Core.Connector.BulkConnector.Io.ErrorAnalyzer.AnalyzeError(WebException cause)
at SAP.BYD.LS.UI.Core.Connector.BulkConnector.Io.BackendAdapter.HttpWebRequest_BeginGetResponse_Callback(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.BackendOperationExecutor.HandleBlockingOperation(EventType operation)
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.BackendOperationExecutor.Execute(UXEventHandlerType handlerDefinition, UXEventHandlerOperationType operationDefinition, Boolean continueOperation, EventHandlerExecutionStarted handler)
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.BackendOperationExecutor.DoProcess(UXEventHandlerType handlerDefinition, UXEventHandlerOperationType operationDefinition, EventHandlerExecutionStarted handler)
at SAP.BYD.LS.UI.Core.Controller.Event.Operations.OperationExecutor.Process(IEventProcessor eventProcessor, UXEventHandlerType handlerDefinition, UXEventHandlerOperationType operationDefinition, Boolean continueOperation, EventHandlerExecutionStarted handler, Boolean doFinalize)
What I have done is :
1. Created Custom BO
2. Query By Elements:
3. Object Value Selector
items ObjectID --> mapped to --> HanosBranchCode
ObjectName-->Mapped to---> HanosBranchText
Created Structure with the same data fields using drag and drop
4. Inport : Parameter as /`root/Structure/HanosBranchCode
5. Outport: Parameters as
6. Query Binding Defined
7. Event Handlers:
Finally: Preview
When I start typing something in the FIND I get the following dump.
Regards,
Amber Badam











