P_RU_VATREPORTINGCUST

CDS View

P_RU_VATREPORTINGCUST is a CDS View in S/4HANA. It contains 10 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_RU_CommissionTradeInvoice12 view_entity inner CONSUMPTION
P_RU_DSVATReporting2 view inner CONSUMPTION

Fields (10)

KeyField CDS FieldsUsed in Views
DebitCreditCode DebitCreditCodeCust 1
IsCorrectionInvoice IsCorrectionInvoice 2
RU_SourceDocumentType RU_SourceDocumentType 2
RU_VATReturnLine RU_VATReturnLine 2
RU_VATReturnSectionType RU_VATReturnSectionType 2
RU_VATReturnVersion RU_VATReturnVersion 2
RU_VATScenario RU_VATScenario 2
RU_VATSubScenario RU_VATSubScenario 2
RU_VATSubScenarioItem RU_VATSubScenarioItem 2
RU_VATSubScenarioVersion RU_VATSubScenarioVersion 2

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_VATREPORTINGCUST (
    DEBITCREDITCODE,
    ISCORRECTIONINVOICE,
    RU_SOURCEDOCUMENTTYPE,
    RU_VATRETURNLINE,
    RU_VATRETURNSECTIONTYPE,
    RU_VATRETURNVERSION,
    RU_VATSCENARIO,
    RU_VATSUBSCENARIO,
    RU_VATSUBSCENARIOITEM,
    RU_VATSUBSCENARIOVERSION
);