cancel
Showing results for 
Search instead for 
Did you mean: 

Identify currently used Workflows

0 Kudos

Hello All,

There is a requirement to find out all the implemented workflows used in HR module. Could you please let me know the procedure (tcode?) to identify the same?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

anjan_paul
Active Contributor
0 Kudos

hI,

SWDM you can try.

Else You can do like this way, lets try this way.   First  check table TADIR with PGMID = R3TR ,

OBJECT =  PDWS and DEVCLASS = *HR*.

Then take OBJ_NAME and select the entries  SWFDVEVTY1 table with ENABLED = 'X'

Answers (5)

Answers (5)

0 Kudos

Thanks all for your responses.

Former Member
0 Kudos

Hi Asokan,

Check with the t-code SWI6 ,it displays all workflows for the business objects, object types,  with task, task groups.

find the screen shot attached for your reference.

hope it resolves your issue.

Regards,

Reshma S

bpawanchand
Active Contributor
0 Kudos

You can also check for the workflows relevant to a component  by using SWDM.

Regards,

Pavan

ronen_weisz
Active Contributor
0 Kudos

Use transaction SWI2_FREQ, this will display all the workflows with active instances in the system. you can also use SWE2 to see all active links between events to workflows task.

former_member185167
Active Contributor
0 Kudos

Hello,

I would use SWI1 to see which workflows have actually been run (only look for "F" workitems)

and manipulate the results using Excel (remove duplicates etc). SWI2_FREQ may be more suited for this.

regards

Rick Bakker