A_CmplRqRsltHndlgStorageNote

DDL: A_CMPLRQRSLTHNDLGSTORAGENOTE Type: view_entity CONSUMPTION Package: EHSDS_API_ODATA_HANDL_STORAGE

Handling and Storage Note

A_CmplRqRsltHndlgStorageNote is a Consumption CDS View that provides data about "Handling and Storage Note" in SAP S/4HANA. It reads from 1 data source (R_CmplRqRsltHndlgStorageNoteTP) and exposes 3 fields with key field PCPrptyNoteUUID. It is exposed through 2 OData services (API_HANDLINGANDSTORAGE, ASQL_F8266). Part of development package EHSDS_API_ODATA_HANDL_STORAGE.

Data Sources (1)

SourceAliasJoin Type
R_CmplRqRsltHndlgStorageNoteTP R_CmplRqRsltHndlgStorageNoteTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Handling and Storage Note view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
ObjectModel.sapObjectNodeType.name HandlingAndStorageNote view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
OData.entityType.name HandlingAndStorageNote_Type view

OData Services (2)

ServiceBindingVersionContractRelease
API_HANDLINGANDSTORAGE API_HANDLINGANDSTORAGE V4 C2 C1
ASQL_F8266 ASQL_F8266 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PCPrptyNoteUUID PCPrptyNoteUUID UUID of Note
HandlingAndStorageNote PCPrptyNoteText Comments
PCPrptyRootUUID PCPrptyRootUUID Root object

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_CmplRqRsltHndlgStorageNote.
-- 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_CmplRqRsltHndlgStorageNote AS
SELECT
  PCPrptyNoteUUID,
  PCPrptyNoteText AS HandlingAndStorageNote,
  PCPrptyRootUUID
FROM R_CmplRqRsltHndlgStorageNoteTP
;