cancel
Showing results for 
Search instead for 
Did you mean: 

how to assign search help for an input field by fetchign values from an int

Former Member
0 Kudos

i have an input field ,

i want to assign search help for the same by fetching values from a table.

how to achieve this ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member1151507
Participant
0 Kudos

Hi,

You can either create a seach help for that table or use OVS where you can get the data from table and create F4 help and assign it to the InputField attribute.

Regards,

Manogna

Answers (4)

Answers (4)

Former Member
0 Kudos

Using the below ways you can assign search help to a field.

1) [OVS Search Help|http://wiki.sdn.sap.com/wiki/display/Snippets/OVSsearchhelp]

2) [Freely Programmed Search Help|http://wiki.sdn.sap.com/wiki/display/WDABAP/Freelyprogrammedinput+help]

3) Dictonary Help - Use the Data element for that purpose.

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can refer the below WIKI for OVS

[http://wiki.sdn.sap.com/wiki/display/WDABAP/ABAPWDObjectValueSelector(OVS)]

Regards,

Priya

Edited by: Chaitanya Priya Puvvada on Sep 7, 2010 10:49 AM

Madhu2004
Active Contributor
0 Kudos

1) You can create a search help and assign it to the context attribute using the dictionary searh help option

2) you can use the OVS help( Test component WDR_TEST_OVS2)

3) You can create a freely programmed value help

Former Member
0 Kudos

Hi ,

You can make use of OVS for providing search help.

Have a look at the example component WDR_TEST_OVS.

Cheers,

Aditya.