P_ChmlCmplncReqIntNmMigration1

DDL: P_CHMLCMPLNCREQINTNMMIGRATION1 Type: view_entity COMPOSITE

P_ChmlCmplncReqIntNmMigration1 is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncReq) and exposes 3 fields with key field ChmlCmplncRequestUUID.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncReq I_ChmlCmplncReq from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #B view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncRequestUUID ChmlCmplncRequestUUID Chemical Compliance Request
ProductComplianceRequest ProductComplianceRequest
CreationUTCDateTime CreationUTCDateTime Time Stamp

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_ChmlCmplncReqIntNmMigration1.
-- 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_ChmlCmplncReqIntNmMigration1 AS
SELECT
  ChmlCmplncRequestUUID,
  ProductComplianceRequest,
  CreationUTCDateTime
FROM I_ChmlCmplncReq
;