C_CmplRqRsltSutblPcggMatTP

DDL: C_CMPLRQRSLTSUTBLPCGGMATTP Type: view_entity CONSUMPTION Package: EHSDS_CNS_HANDL_STORAGE

Suitable Packaging Material

C_CmplRqRsltSutblPcggMatTP is a Consumption CDS View that provides data about "Suitable Packaging Material" in SAP S/4HANA. It reads from 1 data source (R_CmplRqRsltSutblPcggMatTP) and exposes 7 fields with key field SutblPcggMatUUID. It is exposed through 2 OData services (ASQL_F7929, UI_EHSDS_HANDL_STORAGE). Part of development package EHSDS_CNS_HANDL_STORAGE.

Data Sources (1)

SourceAliasJoin Type
R_CmplRqRsltSutblPcggMatTP R_CmplRqRsltSutblPcggMatTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Suitable Packaging Material view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
UI.deleteHidden true view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
AccessControl.personalData.blocking #NOT_REQUIRED view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F7929 ASQL_F7929 C2 NOT_RELEASED
UI_EHSDS_HANDL_STORAGE UI_EHSDS_HANDL_STORAGE V4 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SutblPcggMatUUID SutblPcggMatUUID
SutblPcggMatAdviceUUID SutblPcggMatAdviceUUID
CmplRqRsltUUID CmplRqRsltUUID SDS Assessment
PCPrptySequence PCPrptySequence Sequence
CmplRqVersUUID _CmplRqRsltHndlgStorage CmplRqVersUUID NodeID
ProdCmplncPhrsText
_ProdCmplncPhrsTxtWthFallback _ProdCmplncPhrsTxtWthFallback

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 C_CmplRqRsltSutblPcggMatTP.
-- 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 C_CmplRqRsltSutblPcggMatTP AS
SELECT
  SutblPcggMatUUID,
  SutblPcggMatAdviceUUID,
  CmplRqRsltUUID,
  PCPrptySequence,
  _CmplRqRsltHndlgStorage.CmplRqVersUUID AS CmplRqVersUUID,
  cast(_ProdCmplncPhrsTxtWthFallback.ProdCmplncPhrsText as ehfnd_ui_advice preserving type) AS ProdCmplncPhrsText
FROM R_CmplRqRsltSutblPcggMatTP
;