P_RU_COMMISSIONTRADEINVOICE12

CDS View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_RU_CommissionTradeInvoice13 view_entity from CONSUMPTION

Fields (24)

KeyField CDS FieldsUsed in Views
AccountingDocument AccountingDocument 1
CompanyCode CompanyCode 1
DebitCreditCode DebitCreditCode 1
DebitCreditCodeCust DebitCreditCodeCust 1
FiscalYear FiscalYear 1
IsCorrectionInvoice IsCorrectionInvoice 1
IsNegativePosting IsNegativePosting 1
IsReversal IsReversal 1
IsReversed IsReversed 1
PostingDate PostingDate 1
ReverseDocument ReverseDocument 1
ReverseDocumentFiscalYear ReverseDocumentFiscalYear 1
RU_SourceDocumentType RU_SourceDocumentType 1
RU_VATReturnLine RU_VATReturnLine 1
RU_VATReturnSectionType RU_VATReturnSectionType 1
RU_VATReturnVersion RU_VATReturnVersion 1
RU_VATScenario RU_VATScenario 1
RU_VATSubScenario RU_VATSubScenario 1
TaxCode TaxCode 1
TaxCountry TaxCountry 1
TaxItem TaxItem 1
TaxItemGroup TaxItemGroup 1
TaxJurisdiction TaxJurisdiction 1
TaxReportingDate TaxReportingDate 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_RU_COMMISSIONTRADEINVOICE12 (
    ACCOUNTINGDOCUMENT,
    COMPANYCODE,
    DEBITCREDITCODE,
    DEBITCREDITCODECUST,
    FISCALYEAR,
    ISCORRECTIONINVOICE,
    ISNEGATIVEPOSTING,
    ISREVERSAL,
    ISREVERSED,
    POSTINGDATE,
    REVERSEDOCUMENT,
    REVERSEDOCUMENTFISCALYEAR,
    RU_SOURCEDOCUMENTTYPE,
    RU_VATRETURNLINE,
    RU_VATRETURNSECTIONTYPE,
    RU_VATRETURNVERSION,
    RU_VATSCENARIO,
    RU_VATSUBSCENARIO,
    TAXCODE,
    TAXCOUNTRY,
    TAXITEM,
    TAXITEMGROUP,
    TAXJURISDICTION,
    TAXREPORTINGDATE
);