cancel
Showing results for 
Search instead for 
Did you mean: 

URL in Workflow

Former Member
0 Kudos

Hallo all,

I want to call the WebDynpro Application from the SAP Workflow. How looks like the URL? Can I use the Workitem ID in the URL?

My Idea is, to send an email within the URL. After this the user use the URL to logon on the WebDynpro Application and do something. If the user ends the WebDynpro Application it should be sure, that the user isn't able to call the WebDynpro session again. How can I do this?

Best regards

Petra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Petra,

will your webdynpro application run inside any portal or it will run in stand alone mode? If its in portal then you have to give the url for the portal component where the webdynpro iview is included. Otherwise the url should be the same which you get during deploy and run of your application.

Hope it helps.

Shubhadip

Former Member
0 Kudos

Hi Shubhadip

it's a stand alone WebDynpro Application. The workflow

contains a agreement and I want to inhibit, that the user can agree to it twice because the agreement results in a creating in SAP.

When I deploy the WebDynpro Application it ends of SAPtestId=1 (2,3...). When I actually work with SAPtestID=3 , then I can also call SAPtestID=2. Thats why I think, the user would be able to agree twice.

At first I have to call a ABAP RFC function in the WebDynpro Application to read the object the user have to agree. How can I send those parameters by calling the WebDynpro application?

Bye

Petra

Former Member
0 Kudos

Hi Petra,

you can access the WD application without this 'SAPTestId=' phrase. Just remove that part and the question mark from the url and u got ur url. Like I have one app which has the following url http://inl50035598:50000/webdynpro/dispatcher/local/Training/DynamicApp. Now it will run with this url as well as with http://inl50035598:50000/webdynpro/dispatcher/local/Training/DynamicApp?SAPtestId=12 (or some number).

To stop the user from accessing the same service more than once you have to create some other intelligence.

regards,

Shubhadip