P_HU_SD_AUDITREPORTAGGR

CDS View

P_HU_SD_AUDITREPORTAGGR is a CDS View in S/4HANA. It contains 14 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_HU_SD_AUDITINVOICE view_entity from COMPOSITE

Fields (14)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 1
CompanyCodeCurrency CompanyCodeCurrency 1
CustomerInvoiceType CustomerInvoiceType 1
DocumentCurrency DocumentCurrency 1
DocumentDate DocumentDate 1
DocumentReferenceID DocumentReferenceID 1
GrossAmount GrossAmount 1
NetPriceAmount NetPriceAmount 1
OriginalReferenceDocument OriginalReferenceDocument 1
PostingDate PostingDate 1
ReferenceDocumentType ReferenceDocumentType 1
TaxAmount TaxAmount 1
TaxAmountInCoCodeCrcy TaxAmountInCoCodeCrcy 1
TaxFulfillmentDate TaxFulfillmentDate 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 P_HU_SD_AUDITREPORTAGGR (
    COMPANYCODE,
    COMPANYCODECURRENCY,
    CUSTOMERINVOICETYPE,
    DOCUMENTCURRENCY,
    DOCUMENTDATE,
    DOCUMENTREFERENCEID,
    GROSSAMOUNT,
    NETPRICEAMOUNT,
    ORIGINALREFERENCEDOCUMENT,
    POSTINGDATE,
    REFERENCEDOCUMENTTYPE,
    TAXAMOUNT,
    TAXAMOUNTINCOCODECRCY,
    TAXFULFILLMENTDATE
);