I_AR_DOCUMENTTYPECLASS

CDS View

Document Class For Self Issued Documents

I_AR_DOCUMENTTYPECLASS is a CDS View in S/4HANA. Document Class For Self Issued Documents. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_AR_StRpODNInvoiceAcctgDocLog view_entity inner CONSUMPTION AR ODN Log of Invoice Accounting Docs
P_AR_LengthOfRefDoc view inner COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
AccountingDocumentType AccountingDocumentType 1
AR_OfclDocClassDescription AR_OfclDocClassDescription 1
DocumentClass DocumentClass 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.

-- Document Class For Self Issued Documents
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_AR_DOCUMENTTYPECLASS (
    ACCOUNTINGDOCUMENTTYPE,
    AR_OFCLDOCCLASSDESCRIPTION,
    DOCUMENTCLASS
);