cancel
Showing results for 
Search instead for 
Did you mean: 

OVS help in ALV table

Former Member
0 Kudos

Dear folks,

I have created ALV functionality and displayed Simple table(Not dynamic) and now i want to enhance functionality by adding search help in ALV when i click on edit button.How to add OVS HELP in this ALV table.SAP has provided example but its for dynamic table.I dont want this .Please help.

Nirad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nirad.

Just add the ovs component usage to your component that also uses the ALV component. Then implement the OVS handler as usual and add the OVS as search help to the attribute in your context (the node which is mapped to the ALV).

In ALV make this field editable. This should do the job.

Cheers,

Sascha

Answers (2)

Answers (2)

Former Member
0 Kudos

done

Former Member
0 Kudos

Hi Nirad,

OVS for ALV is similar to implementing OVS for normal tables. Declare the component usage of OVS at the component level and in your view that contains the ALV table. Implement the event handler.

Refer to the component demo_value_help on how to use the OVS.

Regards,

Nithya