cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow Tables

Former Member
12,717

I had some questions about workflow logs and agent determination tables:

What is the typical setup in SAP systems for the tracking of work item approval history and for the agent determination routing? The way I see it is to use the standard approval log table (SWWWIHEAD) and to have a custom table for agent determination.

Would you ever have a custom workflow log table? Is that even possible?

Inversely, is there a standard way to route agent determination without a custom table in the system?

What are the advantages / disadvantages of standard vs. custom for workflow table?

Any help would be appreciated, thanks.

View Entire Topic
surjith_kumar
Active Contributor

Hi,

Dont Create a Custom Table, Make use of the std. workflow Tables & Function Modules and achieve your Requirement.

Function Module

SWP_WORKFLOW_LOG_READ

SWP_WORKFLOW_NODE_LOG_READ

SWP_WORKFLOW_STEP_LOG_READ

Tables

SWWLOGHIST - History of a work item

SWWWIHEAD - Header Table for all Work Item Types

SWW_WI2OBJ - Workflow Runtime: Relation of Work Item to Object

SWW_CONT - Container Contents for Work Item Data Container

Regards,

Surjith