cancel
Showing results for 
Search instead for 
Did you mean: 

Is WebDynpro provides any feature for "search "automatically

Former Member
0 Kudos

Hi,

I have a InputFiled follwed by search button..

If i fills that field and click search button it has to show all the related Names in the dilagbox below.

Does it happens automatically like SAP or we have to write our code to it

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

that is called F4 or Value Request.

No, You have to write code for this.

You have to get the data from the SAP R/3.

and use EVS or OVS ( Extended Value Set or Object Value Selector )

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b9...

Regards

Abhimanyu L

Former Member
0 Kudos

Hi,

Is it easy to use OVS in my application for automatic search instead of writing code

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Padma

There is no easy way for Search Values, you have to write code even in OVS.

Regards

Abhimanyu L

former_member751941
Active Contributor
0 Kudos

Hi padma,

You can do it in two ways

1> Using OVS [Apply OVS in the input field.]

Check Page No 3.

If you don’t have any RFC you can do it using CAF model also.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/504540a4-fd0d-2a10-7c8e-c88289cf...

In OVS Button is not required.

2> Using External window [Call the external window inside the action of the Button]

Regards,

Mithu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Padma

Theres no feature that will automatically search for you other than OVS. Instead, you can write an action for the button in whose implementation you can make a call to your respective BAPI/ Web service with the value entered by the user in the input field as parameter and display its output in the form of a table.

Regards

Kapil