I_ES_SIIACCOUNTINGDOCTYPE

CDS View

Spain SII Accounting Document Types

I_ES_SIIACCOUNTINGDOCTYPE is a CDS View in S/4HANA. Spain SII Accounting Document Types. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
R_ES_EDCSalesInvoiceSIITaxItem view_entity inner COMPOSITE Spain SII Customer Inv TaxLines
R_ES_EDCSuplrInvcSIITaxLine view_entity inner COMPOSITE Spain Supplier Invoice Tax lines

Fields (2)

KeyField CDS FieldsUsed in Views
ES_SIIInvoiceTypeCode ES_SIIInvoiceTypeCode 1
ES_SIITaxRegimeCode ES_SIITaxRegimeCode 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.

-- Spain SII Accounting Document Types
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ES_SIIACCOUNTINGDOCTYPE (
    ES_SIIINVOICETYPECODE,
    ES_SIITAXREGIMECODE
);