cancel
Showing results for 
Search instead for 
Did you mean: 

how to create common ovs ?

Former Member
0 Kudos

hi i have create a ovs for one input field and i hav to reuse in all components where ever this input field is used ?

thanks in advance ,

lokesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lokesh,

Create attribute with inputHelpMode Property  As OVS in Context (Component Controller) Develop ovs event in component controller it self... And use it ..   When ever u use inputfield just bind the ovs attriute..

Regards,

Venkat

Former Member
0 Kudos

hii i have solved it  using freely programming.... thanks venkat

Former Member
0 Kudos

Hi lokesh,

Pls Close this thread as answered..

Regards,

Venkat

Former Member
0 Kudos

hi venkat ... i have followed this document ..

which is also available in sdn..

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50fd6096-a4b6-2d10-bfa8-bbd9001e0...

Former Member
0 Kudos

Hi guy:

        After i open this link,it turns wrong! I can't find anything? (you can see in the attachment),I really need this document to create a  OVS for my work,can you pass it to me through email(my email is aptxtong@Hotmail.com)

Best Regards!

Former Member

Answers (1)

Answers (1)

Abhijeet-K
Active Participant
0 Kudos

Hi Lokeshwar,

Put the field and it's OVS handler code in a custom controller. Use this custom controller in all your distinct components. However, bear in mind that the OVS being a visual component in itself, you have to capture the event in the current view and pass on the call to your custom controller.