SAP table TWFSA (Workflow: transfer rule: actions in current status)

SAP table TWFSA has 3 primary key fields being MANDT,PRCTP,RULNUM.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 MANDT
PRCTP Workflow: Process type CHAR 10 0 WF_PRCTP
RULNUM Workflow: Transition rule: Seq. number NUMC 6 0 WF_RULENUM
SIGN SIGN field in creation of SELECT-OPTIONS tables CHAR 1 0 RALDB_SIGN
E Exclude specified values
I Select specified values
OPT OPTION field in structure of SELECT-OPTIONS tables CHAR 2 0 RALDB_OPTI
BT Between: Range of values
CP Contains Pattern: Masked input: Find pattern
EQ Equal: Single value
GE Greater or Equal >= value in field LOW
GT Greater Than: Everything > value in field LOW
LE Less or Equal: Everything <= value in field LOW
LT Less Than: Everything < value in field LOW
NB Not Between: Everything outside the range
NE Not Equal: Everything apart from the specified single value
NP Not Contains Pattern: Masked input: Reject pattern
LOW Workflow: Transition Rule: Source State (Template) CHAR 14 0 WF_CRULE
HIGH Workflow: Transition Rule: Source State (Template) CHAR 14 0 WF_CRULE
RUPRI Workflow: Priority of transition rule NUMC 1 0 WF_PRIOR
1
ASYST Workflow: ID of system where the process func. mod. runs CHAR 10 0 WF_ASYSTEM
AMANDT Workflow: Client f. which proc. func. mod. is to be executed NUMC 3 0 TWFSY WF_AMANDT
FUNC Workflow: Name of process function module CHAR 30 0 TFDIR WF_PRFUNCT
PARAM Workflow: Opt. control parameter for process function module CHAR 79 0 WF_PARAM
RSPUSR Workflow: Responsible user/agent CHAR 12 0 WF_RSP_USR
DIALOG Workflow: Dialog required in next step CHAR 1 0 WF_DIALOG
VBFUNC Workflow: Function module called in update task CHAR 30 0 TFDIR WF_VBFUNC
DISPNUM Workflow: Sequential number in rule display NUMC 4 0 WF_RULENRD

TWFSA foreign key relationships

Table Field Check Table Check Field
0 TWFSA AMANDT TWFSY Workflow: Systems and clients that are workflow partners MANDT
1 TWFSA FUNC TFDIR Function Module FUNCNAME
0 TWFSA VBFUNC TFDIR Function Module FUNCNAME