cancel
Showing results for 
Search instead for 
Did you mean: 

"No receiver entered" while triggering event

0 Kudos

Hi WF experts,

I am developing a custom workflow, which is triggered by using workflow event in Appraisal template, of SAP PMS module.

When I change the status of appraisal document, I checked in SWEL and found out that my workflow had been triggered. Unfortunately my workflow stopped with error "no receiver entered".

I put a break point at my method and my method hasn't run yet when the error occurs, so I think there is something wrong with my customize workflow.

What can I be missing? I activate my workflow successfully.

Please see the screenshot:

Accepted Solutions (0)

Answers (1)

Answers (1)

thanh_dinh
Explorer
0 Kudos

Hello Hung,

For error "no receiver entered", I think you should add a new entry for the workflow event and your custom workflow as Receiver Type in tcode SWE2 Event type linkage.

Regards,

.

0 Kudos

Hello Thanh,

I have added this entry before, and the error still occurs:

anjan_paul
Active Contributor
0 Kudos

Hi,

From your attached screenshot of SWEL, your workflow WS90000279 got triggered.

Thanks

0 Kudos

Hi Anjan Paul and Thanh,

I checked and my workflow works ok.

But I have another issue. My workflow is only executed immediately in the morning (to 12:00pm, I guess). After that time, when I try to change the status of appraisal document, my workflow doesn't start, although the event is triggered.These work items I created in the previous afternoon are all executed in the next day morning. I checked in SWUD and found out that may be my work items is added in a queue (please see the screenshot).

capture3.png

So what am I missing? Are there any settings to control the start time of workflow?