/PM0/ABDACLAUSE

Transparent Table Application Table

Klauseln (Clause - BO Application)

/PM0/ABDACLAUSE is an SAP database table in S/4HANA. Klauseln (Clause - BO Application). It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
E_InsurancePolicyClause view_entity from EXTENSION Insurance Policy Clause - Extension
I_InsurPlcyBsClauseBasic view_entity from BASIC Clause in Insurance Policy
I_InsurPlcyClauseBasic view_entity from BASIC Clause in Insurance Policy

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client

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.

-- Klauseln (Clause - BO Application)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /PM0/ABDACLAUSE (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);