cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro passing parameters

nikhil_bose
Active Contributor
0 Kudos

hi experts!!

How to pass parameters from one project dc to another project dc?

I have two dcs. using wdURLGenerator() the url got is passed to interfaceViewController's plugout. And the second is ready to pick parameter from URL.

But the problem is when the first fires plug, the URL is not been invoked.

What about the nature of interface.wdFirePlug() ? suspend/exit ?

thanks in advance,

nikhil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Interfaceviewcontroller.wdfireplugmeth()

is used to terminate the current application and move to the target application.

Hazrath.G