TWFS
Workflow 3.0: Folders - Views of a User
TWFS is an SAP database table in S/4HANA. Workflow 3.0: Folders - Views of a User. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_WorkflowTaskRecipient | view | right_outer | BASIC | Work item recipients |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | uname | UNAME | User Name | |||
| KEY | sicht | SWL_VIEW | View | |||
| KEY | s_cnt | SWL_VINDEX | Counter | |||
| otype | OTYPE | Object type | ||||
| objid | ACTORID | Agent ID | ||||
| reppr | HR_REP_PRF | Substitute Profile | ||||
| active | HS_REP_ACT | Substitution active | ||||
| rep_flag | HR_REP_FLG | Substitute |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Workflow 3.0: Folders - Views of a User
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TWFS (
MANDT, -- Client [MANDT]
UNAME, -- User Name [UNAME]
SICHT, -- View [SWL_VIEW]
S_CNT, -- Counter [SWL_VINDEX]
OTYPE, -- Object type [OTYPE]
OBJID, -- Agent ID [ACTORID]
REPPR, -- Substitute Profile [HR_REP_PRF]
ACTIVE, -- Substitution active [HS_REP_ACT]
REP_FLAG, -- Substitute [HR_REP_FLG]
PRIMARY KEY (MANDT, UNAME, SICHT, S_CNT)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA