I_ACMAPPLDOCLTSTVERS

CDS View

ACM Application Document Latest Version Data

I_ACMAPPLDOCLTSTVERS is a CDS View in S/4HANA. ACM Application Document Latest Version Data. It contains 10 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ACMApplicationOverview view from TRANSACTIONAL Interface Layer for ACM Application Overview

Fields (10)

KeyField CDS FieldsUsed in Views
KEY ReferenceApplicationItem ReferenceApplicationItem 1
ApplDocumentCreatedBy ApplDocumentChangedBy,ApplDocumentCreatedBy 1
ApplicationItemChangedOnDate ApplicationItemChangedOnDate 1
ApplicationItemCreatedOnDate ApplicationItemCreatedOnDate 1
ContractApplicationUUID ContractApplicationUUID 1
ContractApplicationVersion ContractApplicationVersion 1
DeliveryDate DeliveryDate 1
OverfillID OverfillID 1
ReferenceApplicationSide ReferenceApplicationSide 1
ReferenceApplicationSubItem ReferenceApplicationSubItem 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.

-- ACM Application Document Latest Version Data
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ACMAPPLDOCLTSTVERS (
    REFERENCEAPPLICATIONITEM,
    APPLDOCUMENTCREATEDBY,
    APPLICATIONITEMCHANGEDONDATE,
    APPLICATIONITEMCREATEDONDATE,
    CONTRACTAPPLICATIONUUID,
    CONTRACTAPPLICATIONVERSION,
    DELIVERYDATE,
    OVERFILLID,
    REFERENCEAPPLICATIONSIDE,
    REFERENCEAPPLICATIONSUBITEM,
    PRIMARY KEY (REFERENCEAPPLICATIONITEM)
);