cancel
Showing results for 
Search instead for 
Did you mean: 

Event link between SAPGUI for HTML and Web dynpro

devanand_l
Explorer
0 Kudos

HI all,

We are using NWBC for our project. In a Web dynpro application, on click of button, i am opening a SAP GUI transaction using SAPGUI for HTML. After processing the tcode, i need to perform an action in my Webdynpro application. Since the Transaction is opened as an independent and external browser window, i am not able to link them through events.

Kindly through some light on how we can achieve that.

regards.

Accepted Solutions (1)

Accepted Solutions (1)

mmgc_riel
Participant
0 Kudos

Hi,

You could try to use the cl_wd_notification_service=>get_service
If the SAPGUI is ready it can reply on the notification ID.

Hope it helps.

Answers (1)

Answers (1)

devanand_l
Explorer
0 Kudos

Hi Maarten,

Thanks for your support... That requirement was not completed yet... Will try your approach.

regards,

Dev