E071K

Transparent Table System Table (transport)

Transport system: Key entries of requests/tasks

E071K is an SAP database table in S/4HANA. Transport system: Key entries of requests/tasks. It contains 14 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
ATOV_CMN_REQUESTS_E071K_FIRST view inner JOIN E071K with Requests
ATOV_CMN_REQUESTS_SSUT view_entity left_outer Join ATO_CMN_EXP_SSHD with AKH info
ATOV_TABLE_KEY_IN_OPEN_REQUEST view from ATO: Table Key in Customizing Request
CBC_STA_TRA view_entity from
I_RecordedObjectTableKeys view inner Objects
SXCO_TR_KEY_ENTRY view_entity from XCO Transport: Key entry

Fields (14)

KeyField Data ElementDescription DomainTypeLength
KEY trkorr TRKORR Request/Task
KEY pgmid PGMID Program ID
KEY object TROBJTYPE Object Type
KEY objname TABNAME Table Name
KEY as4pos DDPOSITION Dictionary: Line item
mastertype TROBJTYPE Object Type
mastername SOBJ_NAME Object Name
viewname VIEWNAME View Name
objfunc UPDID Do not use
tabkey TROBJ_NAME Object Name
sortflag FLAG Indicator
flag FLAG Indicator
lang SPRAS Language
activity TRACTIVITY IMG Activity

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.

-- Transport system: Key entries of requests/tasks
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE E071K (
    TRKORR,      -- Request/Task [TRKORR]
    PGMID,       -- Program ID [PGMID]
    OBJECT,      -- Object Type [TROBJTYPE]
    OBJNAME,     -- Table Name [TABNAME]
    AS4POS,      -- Dictionary: Line item [DDPOSITION]
    MASTERTYPE,  -- Object Type [TROBJTYPE]
    MASTERNAME,  -- Object Name [SOBJ_NAME]
    VIEWNAME,    -- View Name [VIEWNAME]
    OBJFUNC,     -- Do not use [UPDID]
    TABKEY,      -- Object Name [TROBJ_NAME]
    SORTFLAG,    -- Indicator [FLAG]
    FLAG,        -- Indicator [FLAG]
    LANG,        -- Language [SPRAS]
    ACTIVITY,    -- IMG Activity [TRACTIVITY]
    PRIMARY KEY (TRKORR, PGMID, OBJECT, OBJNAME, AS4POS)
);