I_KZ_BUSINESSPARTNERCONTRACT

CDS View

Internal Contract Numbers

I_KZ_BUSINESSPARTNERCONTRACT is a CDS View in S/4HANA. Internal Contract Numbers. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_KZ_SupplierStatus view inner COMPOSITE KZ Supplier Status

Fields (3)

KeyField CDS FieldsUsed in Views
AssignmentReference InternalContractNum 1
ExternalContractDate ExternalContractDate 1
ExternalContractNumber ExternalContractNumber 1

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.

-- Internal Contract Numbers
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_KZ_BUSINESSPARTNERCONTRACT (
    ASSIGNMENTREFERENCE,
    EXTERNALCONTRACTDATE,
    EXTERNALCONTRACTNUMBER
);