I_CNTRLREQFORQUOTATIONTYPE

CDS View

Basic view for Central Request For Quotation Type Value Help

I_CNTRLREQFORQUOTATIONTYPE is a CDS View in S/4HANA. Basic view for Central Request For Quotation Type Value Help. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CentralReqForQuotationTypeVH view from CONSUMPTION Consumption view for Central RFQ Type Value Help

Fields (1)

KeyField CDS FieldsUsed in Views
KEY RFQType RFQType 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.

-- Basic view for Central Request For Quotation Type Value Help
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNTRLREQFORQUOTATIONTYPE (
    RFQTYPE,
    PRIMARY KEY (RFQTYPE)
);