A_ProdCmplncLogsDocStatusMsg_2

DDL: A_PRODCMPLNCLOGSDOCSTATUSMSG_2 Type: view_entity CONSUMPTION Package: EHFND_API_ODATA_LOGISTICS_DOC

Prod Cmplnc Logs Doc Status Message

A_ProdCmplncLogsDocStatusMsg_2 is a Consumption CDS View that provides data about "Prod Cmplnc Logs Doc Status Message" in SAP S/4HANA. It reads from 1 data source (R_ProdCmplncLogsDocStatusMsgTP) and exposes 15 fields with key field ProdCmplncLogsDocStatusMsgUUID. It is exposed through 2 OData services (API_PRODCMPLNCLOGSDOCUMENT_2, ASQL_F8503). Part of development package EHFND_API_ODATA_LOGISTICS_DOC.

Data Sources (1)

SourceAliasJoin Type
R_ProdCmplncLogsDocStatusMsgTP R_ProdCmplncLogsDocStatusMsgTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Prod Cmplnc Logs Doc Status Message view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name ProdCmplncLogsDocStatusMsg_Type view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
API_PRODCMPLNCLOGSDOCUMENT_2
ASQL_F8503 ASQL_F8503 C2 NOT_RELEASED

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY ProdCmplncLogsDocStatusMsgUUID ProdCmplncLogsDocStatusMsgUUID
ProdCmplncLogsDocumentUUID ProdCmplncLogsDocumentUUID Logistics Doc. UUID
ProdCmplncLogsDocumentStage ProdCmplncLogsDocumentStage
ProdCmplncLogsDocumentItem ProdCmplncLogsDocumentItem Item
ProdCmplncLogsDocumentApplArea ProdCmplncLogsDocumentApplArea
ProdCmplncLogsDocApplAreaNamelocalized
ProdCmplncLogsDocApplAreaCntxt ProdCmplncLogsDocApplAreaCntxt
ProdCmplncLogsDocApplCntxtNamelocalized
SystemMessageIdentification SystemMessageIdentification Message ID
SystemMessageType SystemMessageType Message type
SystemMessageNumber SystemMessageNumber Message Number
SystemMessageVariable1 SystemMessageVariable1 Variable 1
SystemMessageVariable2 SystemMessageVariable2 Variable 2
SystemMessageVariable3 SystemMessageVariable3 Variable 3
SystemMessageVariable4 SystemMessageVariable4 Variable 4

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 A_ProdCmplncLogsDocStatusMsg_2.
-- 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 A_ProdCmplncLogsDocStatusMsg_2 AS
SELECT
  ProdCmplncLogsDocStatusMsgUUID,
  ProdCmplncLogsDocumentUUID,
  ProdCmplncLogsDocumentStage,
  ProdCmplncLogsDocumentItem,
  ProdCmplncLogsDocumentApplArea,
  _ApplicationArea._ProdCmplncLogsDocApplAreaTxt.ProdCmplncLogsDocApplAreaName : localized AS ProdCmplncLogsDocApplAreaNamelocalized,
  ProdCmplncLogsDocApplAreaCntxt,
  _ApplicationAreaContext._ProdCmplncLogsDocApplCntxtT.ProdCmplncLogsDocApplCntxtName : localized AS ProdCmplncLogsDocApplCntxtNamelocalized,
  SystemMessageIdentification,
  SystemMessageType,
  SystemMessageNumber,
  SystemMessageVariable1,
  SystemMessageVariable2,
  SystemMessageVariable3,
  SystemMessageVariable4
FROM R_ProdCmplncLogsDocStatusMsgTP
;