cancel
Showing results for 
Search instead for 
Did you mean: 

creating a dynamic valuehelp in webdynpro abap

former_member192818
Active Participant
0 Kudos

Hello,

I am doing some development in Webdynpro Abap.

At this point I am unable to use the standard valuehelp provided in the system for selecting some values in an SAP HR system. Would there be any code samples for coding a custom value help in Webdynpro for ABAP. One of the things I have to be able to do is to dynamically generate the values of the valuehelp based on the value of some other fields on the screen that I am coding.

Any code samples or links will be appreciated.

Thanks for your help.

Best Regards

Sumit Agarwal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Check out OVS Input help.

/people/shruti.rathour/blog/2008/05/05/ovs-help-in-web-dynpro-abap

http://help.sap.com/saphelp_nw04s/helpdata/en/47/9ef8c99b5e3c5ce10000000a421937/frameset.htm

I hope this will help you.

Thanx.

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Use Freely Programmed value help... see the component in DEMO_VALUE_HELP

Abhi