P_ACMLDCEventStatus

DDL: P_ACMLDCEVENTSTATUS Type: view_entity BASIC

LDC Event status details

P_ACMLDCEventStatus is a Basic CDS View that provides data about "LDC Event status details" in SAP S/4HANA. It reads from 1 data source (jest) and exposes 3 fields with key fields SettlementStatusObject, StatusProfileName.

Data Sources (1)

SourceAliasJoin Type
jest jest from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label LDC Event status details view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.private true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SettlementStatusObject objnr Val. Obj. No.
KEY StatusProfileName stat Status of Time-Dependent Document Linkage
ChangeDocumentStatusIsInactive inact TRUE

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 P_ACMLDCEventStatus.
-- 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 P_ACMLDCEventStatus AS
SELECT
  objnr AS SettlementStatusObject,
  stat AS StatusProfileName,
  inact AS ChangeDocumentStatusIsInactive
FROM jest
;