cancel
Showing results for 
Search instead for 
Did you mean: 

Search Help : brief description of what is it possible

Former Member
0 Kudos

Hello,

I need some helps about search helps with abap webdynpro. I understand with little test that automatic option and search help option have some difficulties ... Integration with DDIC and webdynpro is difficult, I understand, so my questions are...

- I have a easy requirement : a search help that displays a code from table and the description coming from text table. What is the best way to do it ? OVS ? Specific Component ? It is possible with dropdowbykey to display the code and a text whe we select it ?

- Other little question : Anybody knows a good cookbook for OVS implementation ?

I would like to implement these requirements by an easy workaround.

Thanks all for your answer and I hope this question helps other persons with the same requirement...

Best regards

Accepted Solutions (1)

Accepted Solutions (1)

S-H
Active Participant
0 Kudos

Hi,

If you want to have only codes in search help, then for the context attribute associate the structure field which has check table associated to it. Then the framework will bring the values from check table, automatically. You can check if the check table is associated to attrbite by checking input help mode property of context attribute.

But if you wanto have text table values (text and values), then one option is to create the search help and associte it to the context attribute by using the property Dictionary search help.

Another way is to have OVS if you do not want to create new search help, some documentation for OVS:

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/frameset.htm</a>

An example for OVS is WDR_TEST_OVS.

Best regards,

Suresh

Answers (0)