2023 Oct 17 2:53 PM
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
2023 Oct 17 3:03 PM
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:
2023 Oct 17 3:03 PM
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: