TCMS_RBL_PROD

Transparent Table Customizing Table

Receivable Product

TCMS_RBL_PROD is an SAP database table in S/4HANA. Receivable Product. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CollateralRblProduct view from BASIC Receivable Product

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY prod CMS_DTE_RBL_PROD Product

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.

-- Receivable Product
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCMS_RBL_PROD (
    MANDT,  -- Client [MANDT]
    PROD,   -- Product [CMS_DTE_RBL_PROD]
    PRIMARY KEY (MANDT, PROD)
);