cancel
Showing results for 
Search instead for 
Did you mean: 

URL to open particular branche of a parallel workflow for a CR

Former Member
0 Kudos

Hi,

  I am trying to create a URL that will direct me to the Change Request UI for a particular change request. I was able to create this URL by looking at the document http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0b413f4-2fb2-2f10-9ca3-cefe7e214.... But the problem that I have is that I have a workflow with parallel steps. When I use the technique in the link to pass the Change Request as a URL parameter, it opens a pop-up which asks me to choose one of the parallel workflow steps. Is there any URL parameter that I can pass to directly open one of the branches of the parallel workflow.

Thanks & Bets Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

former_member247058
Participant
0 Kudos

Hi,

You have to specify parameter CREQUEST_WORKITEM (preferred although the system would accept also WORKITEM).

Regards,

Hans-Ulrich von Helmolt

Former Member
0 Kudos

Hi Hans-Ulrich von Helmolt,

  Thanks for your reply. I tried with both the options and found that passing WORKITEM works perfectly. I do not get the pop-up to select the workitem. But the problem with using the MDG_BS_MAT was that the proper UI configured at the CR step was not being considered. I had to do some coding to findout the application and application configuration at that step based on the workitem and then use that application(MDG_BS_MAT_OVP) with corresponding configuration and then pass WORKITEM as one of the URL parameters. It is not clear from the application parameters in SE80 that there is a parameter called WORKITEM that we can use. Was there a reason why you did not add this to the Application Parameters list in SE80?

Thanks & Best Regards,

Kiran

Answers (0)