_PARKEDACCOUNTINGDOCUMENT

_PARKEDACCOUNTINGDOCUMENT is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
AccountingDocCreatedByUser AccountingDocCreatedByUser 1
AccountingDocumentCategory AccountingDocumentCategory 5
AccountingDocumentCreationDate AccountingDocumentCreationDate 2
AccountingDocumentType AccountingDocumentType 3
CompanyCodeCurrency CompanyCodeCurrency 2
DocumentDate DocumentDate 4
DocumentReferenceID DocumentReferenceID 2
FiscalPeriod FiscalPeriod 2
PostingDate PostingDate 5

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 _PARKEDACCOUNTINGDOCUMENT (
    ACCOUNTINGDOCCREATEDBYUSER,
    ACCOUNTINGDOCUMENTCATEGORY,
    ACCOUNTINGDOCUMENTCREATIONDATE,
    ACCOUNTINGDOCUMENTTYPE,
    COMPANYCODECURRENCY,
    DOCUMENTDATE,
    DOCUMENTREFERENCEID,
    FISCALPERIOD,
    POSTINGDATE
);