_EXPORT

_EXPORT is an SAP database table in S/4HANA. It contains 6 fields.

Fields (6)

KeyField CDS FieldsUsed in Views
exported_at Exported_at 1
ShipToParty ShipToParty 1
TR_EDocCustomRegNumber TR_EDocCustomRegNumber 1
TR_EDocRealExportDate TR_EDocRealExportDate 1
TR_EDocShipToPartyName TR_EDocShipToPartyName 1
TR_EDocTradeRefNumber TR_EDocTradeRefNumber 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _EXPORT (
    EXPORTED_AT,
    SHIPTOPARTY,
    TR_EDOCCUSTOMREGNUMBER,
    TR_EDOCREALEXPORTDATE,
    TR_EDOCSHIPTOPARTYNAME,
    TR_EDOCTRADEREFNUMBER
);