E_ActgActAlcPrftbltySgmtDraft

DDL: E_ACTGACTALCPRFTBLTYSGMTDRAFT Type: view_entity EXTENSION

Direct Activity Allocation PS - Extension

E_ActgActAlcPrftbltySgmtDraft is a Extension CDS View that provides data about "Direct Activity Allocation PS - Extension" in SAP S/4HANA. It reads from 1 data source (drctactyitmps_d) and exposes 9 fields with key fields FiscalYear, ReferenceDocument, ControllingArea, ReferenceDocumentItem, LedgerGLLineItem.

Data Sources (1)

SourceAliasJoin Type
drctactyitmps_d Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Direct Activity Allocation PS - Extension view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY FiscalYear drctactyitmps_d fiscalyear G/L Fiscal Year
KEY ReferenceDocument drctactyitmps_d referencedocument Reference Document
KEY ControllingArea drctactyitmps_d controllingarea Controlling Area
KEY ReferenceDocumentItem drctactyitmps_d referencedocumentitem Reference item
KEY LedgerGLLineItem drctactyitmps_d ledgergllineitem Journal Entry Item
KEY ReferenceDocumentType drctactyitmps_d referencedocumenttype Reference Document Type
KEY ReferenceDocumentContext drctactyitmps_d referencedocumentcontext Reference Document Context
KEY AccountingDocument drctactyitmps_d accountingdocument Journal Entry
KEY DraftUUID drctactyitmps_d draftuuid UUID

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_ActgActAlcPrftbltySgmtDraft.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW E_ActgActAlcPrftbltySgmtDraft AS
SELECT
  Persistence.fiscalyear AS FiscalYear,
  Persistence.referencedocument AS ReferenceDocument,
  Persistence.controllingarea AS ControllingArea,
  Persistence.referencedocumentitem AS ReferenceDocumentItem,
  Persistence.ledgergllineitem AS LedgerGLLineItem,
  Persistence.referencedocumenttype AS ReferenceDocumentType,
  Persistence.referencedocumentcontext AS ReferenceDocumentContext,
  Persistence.accountingdocument AS AccountingDocument,
  Persistence.draftuuid AS DraftUUID
FROM drctactyitmps_d AS Persistence
;