cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Values into Search Help

Former Member
0 Kudos

Hi,

I'd like to simulate a select-option range that has a search help. In addition, I want to be able to filter the search help hit list based on other screen values. At this point, I've built a search help and search help exit that takes an input and filters the results. However, I don't know how to pass an input from the web dynpro screen into the search help.

Thanks for the help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Victoria,

Try using OBJECT VALUE SELECTOR,

where you can read the value entered on the front end and based on that you can perform select queries and show the popup to select a value,

If you use standard normal search helps we cant pass the values entered in the front end for filtering,

please refer to

SAP Community Network Wiki - Web Dynpro ABAP - ABAP WD Object Value Selector(OVS)

or

OVS help in the WebDynpro application

Points please if helpful.

Regards

Subhash

Answers (3)

Answers (3)

amy_king
Active Contributor
0 Kudos

Hi Victoria,

Just to follow-up on the link Kiran has provided, the document demonstrates how to pass restriction values into a search help from the web dynpro view.

Cheers,

Amy

former_member184578
Active Contributor
0 Kudos

Hi,

Check this document http://scn.sap.com/docs/DOC-32686 by Amy. Or you can use OVS also to achieve your requirement.

Hope this helps u.,

Regards,

Kiran

Former Member
0 Kudos

Hi San,

Have you taken a look at this thread? https://scn.sap.com/thread/829166

Hope it helps. Cheers!