I_CNTRLREQFORQUOTATIONBIDDERTP

CDS View

TP view for Central Request For Quotation Bidder

I_CNTRLREQFORQUOTATIONBIDDERTP is a CDS View in S/4HANA. TP view for Central Request For Quotation Bidder. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CntrlReqForQuotationBidderTP view from CONSUMPTION Consumption view for central RFQ bidder

Fields (6)

KeyField CDS FieldsUsed in Views
KEY CentralRequestForQuotation CentralRequestForQuotation 1
KEY PartnerCounter PartnerCounter 1
KEY PartnerFunction PartnerFunction 1
_PartnerFunction _PartnerFunction 1
RFQLifecycleStatus RFQLifecycleStatus 1
Supplier Supplier 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.

-- TP view for Central Request For Quotation Bidder
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNTRLREQFORQUOTATIONBIDDERTP (
    CENTRALREQUESTFORQUOTATION,
    PARTNERCOUNTER,
    PARTNERFUNCTION,
    _PARTNERFUNCTION,
    RFQLIFECYCLESTATUS,
    SUPPLIER,
    PRIMARY KEY (CENTRALREQUESTFORQUOTATION, PARTNERCOUNTER, PARTNERFUNCTION)
);