FINCS_PJE_WF_H

Transparent Table Application Table

PGJE header workflow table

FINCS_PJE_WF_H is an SAP database table in S/4HANA. PGJE header workflow table. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CnsldtnGrpJrnlEntrWrkflw view from BASIC Base header workflow

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY draftuuid /bobf/conf_key NodeID
uuidkey swf_cp_svc_id Service ID
iscreated boolean Boolean Variable (X = True, - = False, Space = Unknown)

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.

-- PGJE header workflow table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_PJE_WF_H (
    MANDT,      -- Client [mandt]
    DRAFTUUID,  -- NodeID [/bobf/conf_key]
    UUIDKEY,    -- Service ID [swf_cp_svc_id]
    ISCREATED,  -- Boolean Variable (X = True, - = False, Space = Unknown) [boolean]
    PRIMARY KEY (MANDT, DRAFTUUID)
);