I_PAYTREQVARIANTADMINISTRATION

CDS View

Variant Administration of Payt Request

I_PAYTREQVARIANTADMINISTRATION is a CDS View in S/4HANA. Variant Administration of Payt Request. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PaymentRequestVariantVH view_entity from CONSUMPTION Variant For Payment Request Value Help

Fields (3)

KeyField CDS FieldsUsed in Views
KEY PaymentRequestVariant PaymentRequestVariant 1
CreatedByUser CreatedByUser 1
PaymentRequestVariantText PaymentRequestVariantText 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.

-- Variant Administration of Payt Request
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PAYTREQVARIANTADMINISTRATION (
    PAYMENTREQUESTVARIANT,
    CREATEDBYUSER,
    PAYMENTREQUESTVARIANTTEXT,
    PRIMARY KEY (PAYMENTREQUESTVARIANT)
);