T663A

Transparent Table Application Table

Dealing with errors:Scheduling agreements with rel.orders

T663A is an SAP database table in S/4HANA. Dealing with errors:Scheduling agreements with rel.orders. It contains 17 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_DelivSchedEDIProcgOptn view from BASIC Basic View for Delivery Schedule Processing Options

Fields (17)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY kunnr KUNAG Sold-to Party
KEY ablad ABLAD Unloading Point
msgvs MSGVS Version
automo AUTOMO Special rules
erstl DUMMY Dummy function in length 1
lsbeg LSBEG Dlv.prefix
bstnkp BSTNKP Check PO number
abladpl ABLADPL Check UnPt
abladul ABLADUL Update UnlPoint
testkl TESTKL Test run
testkf TESTKF Test run
audifz AUDIFZ Audi CmlQtyDif
packep PACKEP PackMaterials
txtml TXTML Texts
packnr PACKNR Text number
spras TDSPRAS Language

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.

-- Dealing with errors:Scheduling agreements with rel.orders
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T663A (
    MANDT,    -- Client [MANDT]
    KUNNR,    -- Sold-to Party [KUNAG]
    ABLAD,    -- Unloading Point [ABLAD]
    MSGVS,    -- Version [MSGVS]
    AUTOMO,   -- Special rules [AUTOMO]
    ERSTL,    -- Dummy function in length 1 [DUMMY]
    LSBEG,    -- Dlv.prefix [LSBEG]
    BSTNKP,   -- Check PO number [BSTNKP]
    ABLADPL,  -- Check UnPt [ABLADPL]
    ABLADUL,  -- Update UnlPoint [ABLADUL]
    TESTKL,   -- Test run [TESTKL]
    TESTKF,   -- Test run [TESTKF]
    AUDIFZ,   -- Audi CmlQtyDif [AUDIFZ]
    PACKEP,   -- PackMaterials [PACKEP]
    TXTML,    -- Texts [TXTML]
    PACKNR,   -- Text number [PACKNR]
    SPRAS,    -- Language [TDSPRAS]
    PRIMARY KEY (MANDT, KUNNR, ABLAD)
);