cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help for standard UI elements

Former Member
0 Kudos

Experts,

In standard Web Dynpro applicaiton, we have a field, that needs to be enabled for search help. I have enhanced the component and enabled search help for that.

My requirement is, when I select F4 for that perticular field, selection dialog appears and when I click on search after giving search criteria, its displaying all the possible values, and when I select one value among them, it should update the field on which F4 was done and other related fields also.

Webdynpro component : /SAPSRM/WDC_UI_DO_SHIPTO

Window : IV_L_FPC_CA_DETAILS

View : V_DODC_SHIPTO

Field : NAME_2

Along with NAME_2, I want the other fields also should get updated.

PS: right now, I could see only one field is getting updated, the rest of them are not.

How can i achieve this functionality.

Thanks

SR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi SR,

You have to implement OVS help. Based on ovs selection you want to update values in other fields F4 help right?

For this you have to write code accordingly in OVS.

Cheers,

Kris.