cancel
Showing results for 
Search instead for 
Did you mean: 

Set F4 help values

Former Member
0 Kudos

Hi all,

I am using a search help for a input field.this is related with a dropdown.I want to show the enteries in that f4 help which are related with selected dropdown entery.

I mean to say that is it possible to sort the F4 help and and set the values.

Suggess.

Points will be sured.

Thanks

Sanket sethi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use WDR_OVS object. With this you can get help values based on another field. For example you can check web dynpro application WDR_TEST_OVS.

Reward point if useful.

Regards,

Karthick S

Answers (1)

Answers (1)

Former Member
0 Kudos

hi sanket....

if you are using a global table as your search help....

then once the drop down value is changed...

load that database with the values corresponding to the drop down value.

so you will get teh desired f4 values.

---regards,

alex b justin

Former Member
0 Kudos

Hi Alex ,

I am using a standard F4 Help for that field ,

How can I change the help entries at runtime based on the value in dropdown.

If it is not possible with standard Help , then How can I create a Custom F4 Help,

which take the selected value from dropdown as import value and display the entries based on it. (Display Filtered Values).

Thanks,

Sanket.

Former Member
0 Kudos

hi sanket........

consider you are having ekko-ebeln as the field.

have a ztable withe ebeln as a field.

create a search help for this field.

assign this search help to your attribute in the context.

---regards,

alex b justin