HRP1746

Transparent Table Customizing Table

DB-Tabelle zum Infotyp 1746

HRP1746 is an SAP database table in S/4HANA. DB-Tabelle zum Infotyp 1746. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
PiqCds_Moduledata view left_outer Module Data

Fields (2)

KeyField Data ElementDescription DomainTypeLength
infty infotyp Infotype
otjid otjid Obj.type/obj.ID

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.

-- DB-Tabelle zum Infotyp 1746
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE HRP1746 (
    INFTY,  -- Infotype [infotyp]
    OTJID   -- Obj.type/obj.ID [otjid]
);