cancel
Showing results for 
Search instead for 
Did you mean: 

Popup as a Search help

Former Member
0 Kudos

Hi ,

I need to develop one popup. and this popup should be attached a search help to one of the inputfield.

Actually i can go for freely programmed sh for this but i should use only popup to get the standard look and feel of window.

I have created a popup but dont know how to attach this popup as a search help for inputfield.

Could anybody suggest me on this...?

Thanks & Regards

Sireesha.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

When you create your component that you want to serve as a Search Help, be sure to add the Web Dynpro Interface IWD_VALUE_HELP. You must also implement the Method of the Component Controller - SET_VALUE_HELP_LISTENER (added by the above mentioned interface).

In the component where you want to use this search help - add a component usage (just like you would for an ALV) except for the above custom component you created to serve as a Search Help. Then for the properites of the context attribute that you want to attach the search help, Change the Input Help Mode to Freely Programmed. You will then get a new property called Input Help Component Usage. Simply choose the name of the component usage you just created.

Answers (1)

Answers (1)

saket_abhyankar
Active Participant
0 Kudos

Hi Sireehsa,

I had similar requirement in my project. I had developed independent component and wanted to attach it as a input help to one of the fields. I couldn't find any way to attach it as an input help. So I created one button next to the input field and called that component in the event of that button. It can be done as a last option.

Regards,

Saket.