HRS1211

Transparent Table System Table (transport)

Standardinfotyp 1211 (SAP) Containerdefinitionstexte

HRS1211 is an SAP database table in S/4HANA. Standardinfotyp 1211 (SAP) Containerdefinitionstexte. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
HRS1211_M view from Text Verticalization: Replacement View for HRS1211

Fields (8)

KeyField Data ElementDescription DomainTypeLength
KEY otype hr_sotype Std.object type
KEY objid hr_sobjid Object ID
KEY langu langu Language
KEY element swc_elem Element
aedtm aedtm Changed on
uname usrname User Name
descript swc_descr Name
descript_l swc_shtext Description

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.

-- Standardinfotyp 1211 (SAP) Containerdefinitionstexte
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE HRS1211 (
    OTYPE,       -- Std.object type [hr_sotype]
    OBJID,       -- Object ID [hr_sobjid]
    LANGU,       -- Language [langu]
    ELEMENT,     -- Element [swc_elem]
    AEDTM,       -- Changed on [aedtm]
    UNAME,       -- User Name [usrname]
    DESCRIPT,    -- Name [swc_descr]
    DESCRIPT_L,  -- Description [swc_shtext]
    PRIMARY KEY (OTYPE, OBJID, LANGU, ELEMENT)
);