cancel
Showing results for 
Search instead for 
Did you mean: 

Call webdynpro component on F4 help

prathamesh_gandhi
Participant
0 Kudos

Hi All,

How to call the webdynpro application on the customize f4 applied on the input field.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prathamesh

You need to follow the below steps.

1. The WD component that needs to be called on click of F4 should implement the interface IWD_VALUE_HELP.

2. Creating a component usage for the above component in your application component that contains the input field for F4.

3. Attach the component usage to the context attribute. In this case, for the input help mode choose free (either when creating the attribute or later in its properties table) and specify the respective component usage.

Please check the below links

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80ae749c-87c9-2d10-87bd-821b5e92ee69

http://wiki.sdn.sap.com/wiki/display/WDABAP/Freelyprogrammedinput+help

Regards

Lorraine