Skip to Content
0
Former Member
May 29, 2009 at 08:09 PM

How to get input parameters in Web Dynpro Application without GP Interface

38 Views

Hello Folks!

Well, i have implement a composite application that has two parts: the first one is CAF with web services that persist on database any data, the second part is three web dynpro applications that are consuming the web services, and finally with all this parts i made a guided procedures, i developed a kind of approval system.

Ok, it´s my cenary, i have a problem with web dynpro application when i try to get a input parameter specificated on my guided procedure, the input parameter is passed directly to the process of my guided procedure, so in web dynpro application without GP interface (Obs: I wouldn´t like to implement web dynpro with GP interfaces here!) i would like to access my input parameter of my process, how i make it? I read a lot of articles but all them implement GP interface thats why they implement the method execute that have a parameter called executionContext, and with this parameter is possible to access input parameters, another alternative?