Hello experts,
I'm trying to call a transaction out of my Web Dynpro ABAP application. An existing Thread () describes, how this can be done (and it works just fine).
To fully achieve my requirement, I have to pass parameters to the called transaction. The FIRE method of class CL_WDR_SAPGUI_INTEGRATION2, that is used in the afore mentioned thread, has a parameter called PARAMETERS of type WDR_NAME_VALUE_LIST. I tried to fill this parameter with a simple key - value pair, but the called transaction does not respond to the parameter.
Is this approach basically correct?
If yes: What am I doing wrong?
If no: Is there an alternate way, to start an other transaction out of a Web Dynpro ABAP application, except ITS (ITS doesn't fully meet our requirements)?
Thanks.
Helmut