cancel
Showing results for 
Search instead for 
Did you mean: 

WORKFLOW FOR RELEASE P.R

former_member1005887
Participant
0 Kudos

Dear All,

I now only basics about Workflow with that I have built the Workflow for simple P.R release to receive a mail in SAP inbox.

Step are on creating the P.R (Releasestepcreated) Mail should trigget to the ID which I have assigned in TASK and on executing that mail System will take him to the P.R release screen on releasing workflow should get completed.

Now I am facing below problem

1.Workflow not getting triggered on creation of the P.R which has the release step.

2.When I test the Workflow. It takes me to release screen but on releasing workflow still stay in inbox with status In-process wheseas it should be completed.

FYI:1. When I check this event in SWE2 the Check Functional module is not maintained for event BUS2009

2. EVENT TRACE IS ON.

Please tell me what can be done in order to solve this in detail with T-code

Thanks,

Dhanu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member554978
Active Contributor
0 Kudos

Hi,

Since you have used the event releasestepcreated, WF iwill be triggered for release step,

In your release method, please pass back the return parameter to the Wf, then only the WF will get the control and it will get completed.

Thanks and Regards,

Swaminathan

former_member1005887
Participant
0 Kudos

Dear swaminathan,

I have created a P.R which requires the Release that means worflow should trigger but it is not triggering and Can you please tell me how to pass the return value..

former_member554978
Active Contributor
0 Kudos

Hi,

Please activate the event linkage for event Releasestepcreated in SWE2 and no need to have check FM and also pass the releasecode from event to workflow in SWDD->Basicdata->startevents-> binding.

The above settings will trigger the WF.

for return tou might be using the release method, which has the return parameter after the release FM.

Pass this return parameter to WF thru binding in the release activity(Task--->Workflow)

Thanks and Regards,

Swaminathan