cancel
Showing results for 
Search instead for 
Did you mean: 

how can i see the workitem

Former Member
0 Kudos

hi,

my workflow is triggering , in my workflow i write one backgroundtask to send email,

how can i see this background task is executing(outbax)

thanks

sankar

Message was edited by: sankar surya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sankar,

all background workitems (technical type B) do not appear in any worklist, e.g. SAP Business Workplace.

You see the background task in the history of the workflow (if you didn't configure this step not to be in the workflow protocol), or you select these workitems using the transaction SWI1 (general workitem selection) and enter your TASK TSxxxx here.

If you want to have this workitem to appear in an outbox you have to switch it to a dialog workitem (technical type W) and execute the coding in the context of the current user's execution right after he has done anything in the workflow. But background is usually the preferred method to do.

Best regards,

Florin

Former Member
0 Kudos

Hi,

Check in SBWP.

Regards,

Shshank

Former Member
0 Kudos

IN SBWP,

OUTBOX it not shows the item,

sankar

Former Member
0 Kudos

Have you taken a look at swi2_freq? There you can see your workitems with status.

Is that what you are looking for?

If you are unsure what your workflow is doing in gerneral, maybe you should consider tracing it (SWU8).