cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help in standard webdynpro application

former_member210804
Active Participant
0 Kudos

Hi Experts,

I have to give F4 help for a field which is standard in standard webdynpro application.

Is it possible to provide OVS for the standard field .

Best regards,

Rao

Accepted Solutions (1)

Accepted Solutions (1)

former_member210804
Active Participant
0 Kudos

Hi Experts,

Thank you for the quick reply.

Could you please give me steps(code) to follow . So that i can implement the same in my code.

Best regards,

Rao.

ramakrishnappa
Active Contributor
0 Kudos

Hi Narasimha,

Please refer the document OVS search help in standard Webdynpro abap application

Hope this solves your issue.

Regards,

Rama

Answers (2)

Answers (2)

ramakrishnappa
Active Contributor
0 Kudos

Hi Narasimha,

As suggested by Kiran, you can use method SET_ATTRIBUTE_VALUE_HELP of interface if_wd_context_node_info.

Here you can specify the type of value help in the parameter VALUE_HELP_MODE as below

  • c_value_help_mode-ddic ( 121 ) - Data dictionary search help

          - Create your own search help using SE11 and attach here

  • c_value_help_mode-ovs ( 131 ) - OVS

         

Regards,

Rama

former_member184578
Active Contributor
0 Kudos

Hi,

Yes, you can achieve this using SET_ATTRIBUTE_VALUE_HELP method IF_WD_CONTEXT_NODE_INFO.

Enhance the standard component and write the code in post exit of DOMODIFYVIEW to assign value help.

Regards,

Kiran