I_ACCTGSRVCDOCUMENTITEMBASIC

CDS View

Accounting Service Document Item

I_ACCTGSRVCDOCUMENTITEMBASIC is a CDS View in S/4HANA. Accounting Service Document Item. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_RAIntegEBRRServiceDocument view inner COMPOSITE RAR integration EBRR Service Document

Fields (4)

KeyField CDS FieldsUsed in Views
ResultAnalysisInternalID ResultAnalysisInternalID 1
ServiceDocument ServiceDocument 1
ServiceDocumentItem ServiceDocumentItem 1
ServiceDocumentType ServiceDocumentType 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.

-- Accounting Service Document Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ACCTGSRVCDOCUMENTITEMBASIC (
    RESULTANALYSISINTERNALID,
    SERVICEDOCUMENT,
    SERVICEDOCUMENTITEM,
    SERVICEDOCUMENTTYPE
);