Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Which workflow DDIC tables contain names of IF_SWF_IFS_WORKITEM_EXIT classes

Sandra_Rossi
Active Contributor
0 Kudos
447

Hi,

For information, I'm both asking and answering my question, no help needed, but you may still complete if you want.

How to find which workflow definitions are using a given ABAP class implementing the interface IF_SWF_IFS_WORKITEM_EXIT?

Thanks.

Sandra

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos
410

The program exits defined in the header and in the steps are stored in the table SWDSFUNCS:

Note that FUNCTION doesn't refer to a function module here, but to a class.

The column NODEID refers to the table SWDSMNODES, a STRT node indicates a node part of the header:

SWDD / Header level (French login):

SWDD / Step level:

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos
411

The program exits defined in the header and in the steps are stored in the table SWDSFUNCS:

Note that FUNCTION doesn't refer to a function module here, but to a class.

The column NODEID refers to the table SWDSMNODES, a STRT node indicates a node part of the header:

SWDD / Header level (French login):

SWDD / Step level: