CRMC_PARTY

Transparent Table Customizing (protected)

Kündigungspartei

CRMC_PARTY is an SAP database table in S/4HANA. Kündigungspartei. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_SbscrContrItmCanclnPty view_entity from BASIC Cancellation Party
I_ServiceCancellationParty view from BASIC Service Cancellation Party

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY canc_party crmt_canc_party Cancelling Party
subject_profile crmt_subject_profile Subject Profile

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.

-- Kündigungspartei
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CRMC_PARTY (
    CLIENT,           -- Client [mandt]
    CANC_PARTY,       -- Cancelling Party [crmt_canc_party]
    SUBJECT_PROFILE,  -- Subject Profile [crmt_subject_profile]
    PRIMARY KEY (CLIENT, CANC_PARTY)
);