BPS_RV_ORDER_D

Transparent Table Application Table

Draft table for entity R_SCHEDULINGRUNREQUESTORDERTP

BPS_RV_ORDER_D is an SAP database table in S/4HANA. Draft table for entity R_SCHEDULINGRUNREQUESTORDERTP. It contains 14 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_SchedgRunRequestOrderDraft view_entity from BASIC Scheduling Run Request Order

Fields (14)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY schedulingrunrequestorderuuid bps_review_order_uuid Review Order UUID
schedulingrunrequestuuid bps_review_request_uuid Request UUID
schedulingrunuuid bps_review_run_uuid Run UUID
schedulingdocumentnumber bps_document_no Document No
schedulingdocumentitem bps_item_no Item No
scheduleline etenr Schedule Line
material matnr Material
plant werks_ext Plant
shippingpoint vstel Shipping Point
route route Route
customer kunnr Customer
unloadingpointname ablad Unloading Point
receivingplant ewerk Plant

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.

-- Draft table for entity R_SCHEDULINGRUNREQUESTORDERTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BPS_RV_ORDER_D (
    MANDT,                          -- Client [mandt]
    SCHEDULINGRUNREQUESTORDERUUID,  -- Review Order UUID [bps_review_order_uuid]
    SCHEDULINGRUNREQUESTUUID,       -- Request UUID [bps_review_request_uuid]
    SCHEDULINGRUNUUID,              -- Run UUID [bps_review_run_uuid]
    SCHEDULINGDOCUMENTNUMBER,       -- Document No [bps_document_no]
    SCHEDULINGDOCUMENTITEM,         -- Item No [bps_item_no]
    SCHEDULELINE,                   -- Schedule Line [etenr]
    MATERIAL,                       -- Material [matnr]
    PLANT,                          -- Plant [werks_ext]
    SHIPPINGPOINT,                  -- Shipping Point [vstel]
    ROUTE,                          -- Route [route]
    CUSTOMER,                       -- Customer [kunnr]
    UNLOADINGPOINTNAME,             -- Unloading Point [ablad]
    RECEIVINGPLANT,                 -- Plant [ewerk]
    PRIMARY KEY (MANDT, SCHEDULINGRUNREQUESTORDERUUID)
);