cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help for input field

Former Member
0 Kudos

Hi All,

Can any one tell me how to give dynamic F4 help for input fields.

for eg. For registration when user enters name and press F4 system should display information about the input field.

Thanks & Regards

Kavitha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kavitha,

U want EVS or OVS ?? both r F4 value help. For EVS check <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/391ee590-0201-0010-1c89-f1193a886421">evs</a> and for OVS u can check <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wdjava%20tutorials%20and%20articles%20archive/web%20dynpro%20valuehelp%20using%20object%20value%20selector.pdf">OVS</a>

regards

Sumit

Former Member
0 Kudos

Hi ,

Can you tell me how to get the event when F4 is pressed?

Thanks & Regards

Kavitha

Former Member
0 Kudos

Hi,

No Events

Regards

Ayyapparaj

Former Member
0 Kudos

Hi kavitha,

F4 create a server round trip, that is handled by webdynpro framework internally. In case of EVS , u can't capture any event. What exactly is ur requirement??

regards

Sumit

former_member197348
Active Contributor
0 Kudos

Hi Kavitha,

If you want to give help about the field,

you can use tool tip property of input field for this purpose. If you want to give help about values of the field you should use SVS (DropDown), <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#52">EVS</a> or OVS.

regards,

Siva