cancel
Showing results for 
Search instead for 
Did you mean: 

Search Help

Former Member
0 Kudos

Hi,

I'm a values in my internal table in WDA.

I would like to give a column as search help to a field.

For ex:

1. internal table has col1, col2, col3

2. table contains 10 values.

3. in a textfield, if user presses F4, values in Col1(for ex 10 values) should be populated.

Any idea of how to do it????

Thanks,

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

refer to these examples:

WDR_TEST_CHANGE_VHELP,WDR_TEST_DDIC_SHLP,WDR_OVS

Answers (2)

Answers (2)

Former Member
0 Kudos

OVS,

In Phase Model,

When phase_indicator = 2,

call method set_output_table on call back object with internal

table as parameter.

[SAP Help Link|http://help.sap.com/saphelp_nw04s/helpdata/en/47/9ef8c99b5e3c5ce10000000a421937/frameset.htm]

[SDN Thread Link|;

-

Achyut

Former Member
0 Kudos

hi patrick......

you can use ovs for that....... so that whenever a f4 is clicked, your user defined values would be uploaded.

[link|help.sap.com/saphelp_erp2005/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/content.htm ]

---regards,

alex b justin

Former Member
0 Kudos

Hi,

All given me a solution. But I'm looking for a simple example to understand to workout.

Can you give me a simple work out example.

Thanks...

Former Member
0 Kudos

Hi,

Refer my blog on OVS Help.

[OVS Help in WDA|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9502] [original link is broken] [original link is broken] [original link is broken];

Hope it will Help.

Thanks.