C_CmplRqRsltHndlgStorageNoteTP

DDL: C_CMPLRQRSLTHNDLGSTORAGENOTETP Type: view_entity CONSUMPTION Package: EHSDS_CNS_HANDL_STORAGE

Notes

C_CmplRqRsltHndlgStorageNoteTP is a Consumption CDS View that provides data about "Notes" in SAP S/4HANA. It reads from 1 data source (R_CmplRqRsltHndlgStorageNoteTP) and exposes 6 fields with key field PCPrptyNoteUUID. 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_CmplRqRsltHndlgStorageNoteTP R_CmplRqRsltHndlgStorageNoteTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Notes view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true 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 (6)

KeyFieldSource TableSource FieldDescription
KEY PCPrptyNoteUUID PCPrptyNoteUUID UUID of Note
PCPrptyParentType PCPrptyParentType Parent object type
PCPrptyParentUUID PCPrptyParentUUID Parent Object
PCPrptyRootType PCPrptyRootType Root object type
PCPrptyRootUUID PCPrptyRootUUID Root object
PCPrptyNoteText PCPrptyNoteText Comments

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_CmplRqRsltHndlgStorageNoteTP.
-- 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_CmplRqRsltHndlgStorageNoteTP AS
SELECT
  PCPrptyNoteUUID,
  PCPrptyParentType,
  PCPrptyParentUUID,
  PCPrptyRootType,
  PCPrptyRootUUID,
  PCPrptyNoteText
FROM R_CmplRqRsltHndlgStorageNoteTP
;