P_ChmlCmplncReqIntNmMigration1
View for scilent data migration for CRQ internal number
P_ChmlCmplncReqIntNmMigration1 is a Composite CDS View that provides data about "View for scilent data migration for CRQ internal number" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncReq) and exposes 3 fields with key field ChmlCmplncRequestUUID. Part of development package EHFND_BO_CRQ.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncReq | I_ChmlCmplncReq | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncRequestUUID | ChmlCmplncRequestUUID | ||
| ProductComplianceRequest | ProductComplianceRequest | |||
| CreationUTCDateTime | CreationUTCDateTime |
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ObjectModel:
{
usageType:
{
dataClass: #MASTER,
sizeCategory: #M,
serviceQuality: #B
}
}
@VDM.viewType: #COMPOSITE
@VDM.private: true
-------------------------------------------------------------
-- IMPORTANT: View may not be changed after initial delivery!
-------------------------------------------------------------
define view entity P_ChmlCmplncReqIntNmMigration1
as select from I_ChmlCmplncReq
{
key ChmlCmplncRequestUUID,
ProductComplianceRequest,
CreationUTCDateTime,
case
when ProductComplianceRequest = ''
then '00' -- not yet executed
else '01' -- Migration not needed/ already done
end as StatusField
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA