I_CmplRqRsltSubLiChkStmntTP
CmplRqRslt Compliance Statement Assgmt
I_CmplRqRsltSubLiChkStmntTP is a Transactional CDS View that provides data about "CmplRqRslt Compliance Statement Assgmt" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRsltCmplncStmnt) and exposes 8 fields with key field CmplRqRsltStmntAssgmtUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmplRqRsltCmplncStmnt | I_CmplRqRsltCmplncStmnt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CmplRqRsltSubstListChkTP | _CmplRqRslt | $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRRSUBCHKSMTTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | CmplRqRslt Compliance Statement Assgmt | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.writeDraftPersistence | ehpmaw_crr_slc_o | view | |
| ObjectModel.writeActivePersistence | ehfndv_crr_osm | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.entityChangeStateId | LastChangeDateTime | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CmplRqRsltStmntAssgmtUUID | CmplRqRsltStmntAssgmtUUID | ||
| CmplRqRsltUUID | CmplRqRsltUUID | |||
| CmplRqVersCmplncStatement | CmplRqVersCmplncStatement | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| _CmplRqRslt | _CmplRqRslt |
@AbapCatalog:
{
sqlViewName: 'ICRRSUBCHKSMTTP',
compiler.compareFilter: true,
preserveKey: true
}
@EndUserText.label: 'CmplRqRslt Compliance Statement Assgmt'
@AccessControl:
{
authorizationCheck: #MANDATORY
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:
{
modelCategory: #BUSINESS_OBJECT,
transactionalProcessingEnabled: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
writeDraftPersistence: 'ehpmaw_crr_slc_o',
writeActivePersistence: 'ehfndv_crr_osm',
semanticKey: [ 'CmplRqRsltStmntAssgmtUUID' ],
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
},
entityChangeStateId: 'LastChangeDateTime'
}
define view I_CmplRqRsltSubLiChkStmntTP
as select from I_CmplRqRsltCmplncStmnt
association [1..1] to I_CmplRqRsltSubstListChkTP as _CmplRqRslt on $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID
{
key CmplRqRsltStmntAssgmtUUID,
CmplRqRsltUUID,
/**** Content ****/
CmplRqVersCmplncStatement,
@ObjectModel.mandatory: true
CreationDateTime,
@ObjectModel.mandatory: true
CreatedByUser,
@ObjectModel.mandatory: true
LastChangeDateTime,
@ObjectModel.mandatory: true
LastChangedByUser,
/* Associations */
@ObjectModel.association.type: [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
_CmplRqRslt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLTCMPLNCSTMNT"
],
"ASSOCIATED":
[
"I_CMPLRQRSLTSUBSTLISTCHKTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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