Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger SAP event from custom URL screen

Former Member
0 Likes
656

Hi

Is it possible to trigger a SAP event (event registered by HTML Control class), when a user clicks on any link on a custom URL loaded with HTML Viewer?

E.g.

custom URL http://google.co.in is loaded into HTML browser.

if i press 'Search' in the browser window, a SAP event should be triggered.

Its possible in the SAPHTML_EVENTS_DEMO program,. but I cannot make it work for a custom URL.

Hi

Is it possible to trigger a SAP event (event registered by HTML Control class), when a user clicks on any link on a custom URL loaded with HTML Viewer?

E.g.

custom URL http://google.co.in is loaded into HTML browser.

if i press 'Search' in the browser window, a SAP event should be triggered.

Its possible in the SAPHTML_EVENTS_DEMO program,. but I cannot make it work for a custom URL.

1 REPLY 1
Read only

former_member196651
Contributor
0 Likes
538

Hi Vickram,

You can raise the events by using the RAISE EVENT statement and can pass parameters for the event also. Try it that way within the URL click event handler method.

Regards,

Abijith