Hi,
I am developing an ABAP Webdynpro application with a main view that acts as a data input screen. In this screen there are 2 fields ID & Description of which ID is display only. I need to give a search help functionality for the Description field such that on selection of a record, both the ID and Description need to be filled up.
I created a Search view to list the records in the table and am passing the selected row as a parameter to the outound plug. In the handler for the inbound plug of the main view, I have declared an importing parameter to hold the selected row. Both parameters are of the same type.But I am getting the following error when navigating from the outbound plug of the Search view to the inbound plug of the Main View.
Der Parameter SELECTED_AREA enthält einen ungültigen Wert
I am not sure on how to proceed. Firstly, is it right to use a separate view for the search functionality? And how do we pass the selected recordback to the main view?
Regds
Thiru