cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help in Webdynpro Select Option

Former Member
0 Kudos

Hi Expert,

I am having a scenario where i need to provide a search help for a field period i.e. SPMON on selction screen of webdynpro. In the normal report I have achieved the same using FM POPUP_TO_SELECT_MONTH. Could you please guide me how can we achieve this in webdynpro. I am trying to use OVS help for the same. But I am not sure how to use a FM to show that help.

Your valuable inputs are highly appreciable.

Thanks,

V-

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member300076
Participant
0 Kudos

Hi Varundeep,

I'm facing to the same issue, did you find any good solution ?

Regards,

Former Member
0 Kudos

Hi,

If you are using OVS then it should be a value help for month.

Refer to this article:

<a>http://www.saptechnical.com/Tutorials/WebDynproABAP/OVS/page1.htm</a>

This will show how to create the OVS.

See how they have hanlded the event ON_OVS in page 3. Here in lt_select_list you can manually enter months. Then the months will appear as value help.

You will also have to modify little coding an all the phases of this event handler method.

Former Member
0 Kudos