Hi All,
I have searched this forum, but couldnu2019t find the exact thing which I am looking for...
Here is the scenario,
We are using WebDynpro ABAP.
WebDynrpo App 1 : Material request form
When the user submits the data on this application using submit button the application calls the client proxy that is generated from the WDSL created form the GP side and it starts the GP process. GP process then calls the WebDynrpo App 2 which is approval form.
We generate a unique reqid for the material request and send it to GP when the user submits the information.
WebDynrpo App 2 ; Material approval form
Now how do we get that Process_id and taks_id associated with the workflow to read the requid to conitnue with the rest of the process?
For example if you are using GP with BSP you use FM "EUP_GET_BSP_INPUT_DATA" to read the data and get Reqid associated with it.
I am looking for similar kind of FM or class which serves that purpose.
Hope I was clear with my explanation.
Thx
Krishna.
Edited by: Krishna Prasad on Jan 3, 2011 11:42 PM