ATP_R4D_SURPLUS

Transparent Table Application Table

SurplusBucket in Release for Delivery

ATP_R4D_SURPLUS is an SAP database table in S/4HANA. SurplusBucket in Release for Delivery. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_RFDYSurplusBucket view_entity from BASIC Release for Delivery Surplus Bucket

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY rfdysurplusbucketuuid atp_r4d_surplus_bucket_id Surplus ID
rfdymaterialuuid atp_r4d_material_id Material ID
rfdyworklistuuid atp_r4d_worklist_id Worklist ID
supplyingstoragelocation lgort_d Location
batch charg_d Batch
periodstartutcdatetime tzntstmpl Time Stamp
periodstarttimezone tznzone Time Zone
surplusquantityinbaseunit bsatp_surplus_qty Surplus Quantity
unconsideredquantityinbaseunit atp_r4d_unconsidered_quantity Unconsidered Qty
baseunit unit Unit

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.

-- SurplusBucket in Release for Delivery
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATP_R4D_SURPLUS (
    MANDT,                           -- Client [mandt]
    RFDYSURPLUSBUCKETUUID,           -- Surplus ID [atp_r4d_surplus_bucket_id]
    RFDYMATERIALUUID,                -- Material ID [atp_r4d_material_id]
    RFDYWORKLISTUUID,                -- Worklist ID [atp_r4d_worklist_id]
    SUPPLYINGSTORAGELOCATION,        -- Location [lgort_d]
    BATCH,                           -- Batch [charg_d]
    PERIODSTARTUTCDATETIME,          -- Time Stamp [tzntstmpl]
    PERIODSTARTTIMEZONE,             -- Time Zone [tznzone]
    SURPLUSQUANTITYINBASEUNIT,       -- Surplus Quantity [bsatp_surplus_qty]
    UNCONSIDEREDQUANTITYINBASEUNIT,  -- Unconsidered Qty [atp_r4d_unconsidered_quantity]
    BASEUNIT,                        -- Unit [unit]
    PRIMARY KEY (MANDT, RFDYSURPLUSBUCKETUUID)
);