cancel
Showing results for 
Search instead for 
Did you mean: 

Get responsible of a workflow in ABAP

Former Member
0 Kudos

Hi all,

is it possible and if yes how can i get the responsible of my workflow in ABAP with FM or class.

Thanks,

Cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

What do u mean by responsible ? u mean the intiator

if thats the case look at swel and the program behind the screen in which you have the selection screen to identify or the table SWFREVTLOG which has the event linkage.

Use a ABAP select stament to pick the intiator from this table along with other details.

Thanks,

Charan

Former Member
0 Kudos

It's not initiator, you can set a responsible of a workflow in menu Goto->Basic data tab Version-Dependent, tab Agents.

Former Member
0 Kudos

Solution : read table HRP1001 with OTYPE = WS, OBJID = your workflow number and SCLAS = US, SOBID is your responsible.