T880

Transparent Table Customizing Table

Gesellschaftsdaten (für KONS-Ledger)

T880 is an SAP database table in S/4HANA. Gesellschaftsdaten (für KONS-Ledger). It contains 2 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
ESH_N_COMPANY_COMPANY view from Global Company Data (for KONS Ledger)
fac_cds_bseg_bkpf view left_outer Entry View BSEG/BSEG_ADD with Header
fiscds_bukcurr view left_outer Currencies of Company Code
fiscds_ldcmpcurr view left_outer Currencies of Company Code and Ledger
I_BPTradingPartner view_entity from BASIC Trading Partner of Business Partner
I_Globalcompany view from BASIC Global Company
ICA_COMPANY view from
P_Ldcmpcurr view left_outer BASIC

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY rcomp rcomp_d Company

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.

-- Gesellschaftsdaten (für KONS-Ledger)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T880 (
    MANDT,  -- Client [mandt]
    RCOMP,  -- Company [rcomp_d]
    PRIMARY KEY (MANDT, RCOMP)
);