Skip to Content
0
Former Member
Nov 18, 2003 at 03:58 PM

Select Options

42 Views

The flight example for accessing BAPIs from WebDynpro components assumes very elementary search criterion fields such as a City From (string) and City To(string) etc which can be created on a Webdynproi view and which correspond to optional fields of the following SAP Structure: Destination_From and Destination_To in the backend BAPI etc

However if the Web Dynpro Search Criteria parameters correspond to a Select-Option kind of a parameter in the backend BAPI, the underlying implementation of which being internal tables with

schema (sign,option, low, high), how am i supposed to build the UI elements on a View.

i tried creating 4 text fields on the View which had bindings with the view context structure elements (sign,option, low, high) which were actually generated from the BAPI parameters.

i then did the initialization etc. and tried entering the input values

i.e. Low: from vendor no (lowest venfor no)

High: to vendor no (highest vendor no)

Sign: I (->inclusive)

Option: BT (-> Between)

This didn't work and the result was the max possible rows were returned by the BAPI and there was no filtering. i.e. all the 4000 rows of my data was returned.

I tried feeding the above parameters into the SAPGUI and made a BAPI call from SE37 and it returned me the fitered rows which satisfied the criterion in the select -option internal table.

thus it returned only about 2100 rows of my data.

hence i concluded that the web dynpro View was not feeding my search criterion while making the BAPI Call.

Has anyone tried using Search-Option like parameters in a WebDynpro View as a seach criterion

range.

.V