Hi experts!
I'm trying to integrate a Webdynpro-application in a classical SAPGui environment via the class CL_GUI_WDR_VIEWER (subclass of CL_GUI_HTML_VIEWER) and SAPEVENTs.
So the basic idea is the following: I developed an ordinary SAPGui-application (my custom made Z-program) containing a CL_GUI_WDR_VIEWER which loads my webdynpro-application. This application then contains some "sapevent:"-links which, when navigated to, raise a sapevent that is handled by my Z-program which does "CALL TRANSACTION <whatever>", depending on the SAPEVENT and its parameters.
I tried to insert an ordinary LinkToUrl with the reference-property set to "sapevent:test_event". Unfortunately this sapevent was not handled by the class CL_GUI_WDR_VIEWER, but instead the link was opened in a web-browser.
Regrettably I was not able to find a working example of what I need - could someone please provide me one or tell me how SAPEVENTS can be fired from a WebDynpro ?
I'm thankful for any pointers and - to some extend - for suggestions of different strategies.
Regards,
Patrick Seidelmann (Developer, DSC Unternehmensberatung und Software Gmbh)