I_ChmlCmplncReqStep
Compliance Request Step
I_ChmlCmplncReqStep is a Basic CDS View that provides data about "Compliance Request Step" in SAP S/4HANA. It reads from 1 data source (ehfndd_crq_step) and exposes 10 fields with key field ChmlCmplncRequestStepUUID. It has 1 association to related views. Part of development package EHFND_BO_CRQ.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ehfndd_crq_step | ehfndd_crq_step | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ChmlCmplncReq | _ChmlCmplncReq | $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Compliance Request Step | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncRequestStepUUID | chmlcmplncrequeststepuuid | ||
| ChmlCmplncRequestUUID | chmlcmplncrequestuuid | |||
| CreationDateTime | creationdatetime | |||
| CreatedByUser | createdbyuser | |||
| LastChangeDateTime | lastchangedatetime | |||
| LastChangedByUser | lastchangedbyuser | |||
| CmplncReqDialogSectionID | cmplncreqdialogsectionid | |||
| CmplncRequestStepIsCompleted | cmplncrequeststepiscompleted | |||
| ChmlCmplncReqStepProcessorUser | chmlcmplncreqstepprocessoruser | |||
| _ChmlCmplncReq | _ChmlCmplncReq |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Compliance Request Step'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #BASIC
define view entity I_ChmlCmplncReqStep as select from ehfndd_crq_step
association [1..1] to I_ChmlCmplncReq as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID
{
key chmlcmplncrequeststepuuid as ChmlCmplncRequestStepUUID,
chmlcmplncrequestuuid as ChmlCmplncRequestUUID,
creationdatetime as CreationDateTime,
createdbyuser as CreatedByUser,
lastchangedatetime as LastChangeDateTime,
lastchangedbyuser as LastChangedByUser,
cmplncreqdialogsectionid as CmplncReqDialogSectionID,
cmplncrequeststepiscompleted as CmplncRequestStepIsCompleted,
chmlcmplncreqstepprocessoruser as ChmlCmplncReqStepProcessorUser,
_ChmlCmplncReq
}
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