I_CmplRqRsltSubLiChkActnInfoTP
CmplRqRslt Additional Action Information
I_CmplRqRsltSubLiChkActnInfoTP is a Transactional CDS View that provides data about "CmplRqRslt Additional Action Information" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRsltAddlActionInfo) and exposes 4 fields with key field CmplRqRsltActionInfoAssgmtUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmplRqRsltAddlActionInfo | I_CmplRqRsltAddlActionInfo | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CmplRqRsltSubstListChkTP | _CmplRqRslt | $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRRSUBCHKACTNTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | 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_a | view | |
| ObjectModel.writeActivePersistence | ehfndv_crr_actin | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| EndUserText.label | CmplRqRslt Additional Action Information | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CmplRqRsltActionInfoAssgmtUUID | CmplRqRsltActionInfoAssgmtUUID | ||
| CmplRqRsltUUID | CmplRqRsltUUID | |||
| ProductSubstAuthorityNumber | ProductSubstAuthorityNumber | |||
| _CmplRqRslt | _CmplRqRslt |
@AbapCatalog: {
sqlViewName: 'ICRRSUBCHKACTNTP',
compiler.compareFilter: true,
preserveKey: true
}
@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,
// Due to the pattern-specific BO this view is associated with, the draft persistence needs to be pattern-specific as well
writeDraftPersistence: 'ehpmaw_crr_slc_a',
writeActivePersistence: 'ehfndv_crr_actin',
semanticKey: [ 'CmplRqRsltActionInfoAssgmtUUID' ],
usageType:
{
dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #B
}
//entityChangeStateId: 'LastChangeDateTime'
}
@EndUserText.label: 'CmplRqRslt Additional Action Information'
define view I_CmplRqRsltSubLiChkActnInfoTP
as select from I_CmplRqRsltAddlActionInfo
association [1..1] to I_CmplRqRsltSubstListChkTP as _CmplRqRslt on $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID
{
key CmplRqRsltActionInfoAssgmtUUID,
CmplRqRsltUUID,
/* Content */
ProductSubstAuthorityNumber,
/** Future Fields, Valid From, Valid TO, ...
/* Associations */
@ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
_CmplRqRslt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLTADDLACTIONINFO"
],
"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