I_CmplRqRsltSpillEnvrnmtlMsrTP
Environmental Precautions
I_CmplRqRsltSpillEnvrnmtlMsrTP is a Transactional CDS View that provides data about "Environmental Precautions" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRsltSpillEnvrnmtlMsr) and exposes 11 fields with key field SpillEnvrnmtlMsrUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmplRqRsltSpillEnvrnmtlMsr | I_CmplRqRsltSpillEnvrnmtlMsr | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CmplRqRsltSpillTP | _CmplRqRsltSpill | $projection.CmplRqRsltUUID = _CmplRqRsltSpill.CmplRqRsltUUID |
| [0..*] | I_CmplRqRsltSpillMsrRatgTP | _CmplRqRsltSpillMsrRatg | $projection.SpillEnvrnmtlMsrUUID = _CmplRqRsltSpillMsrRatg.PCPrptyParentUUID |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRRARMENVPTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Environmental Precautions | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | SpillEnvrnmtlMsrUUID | view | |
| ObjectModel.semanticKey | SpillEnvrnmtlMsrUUID | view | |
| ObjectModel.transactionalProcessingUnitRoot | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.entityChangeStateId | LastChangeDateTime | view | |
| ObjectModel.writeActivePersistence | EHFNDD_ARM_ENVP | view | |
| ObjectModel.writeDraftPersistence | EHFNDW_ARM_ENVP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SpillEnvrnmtlMsrUUID | SpillEnvrnmtlMsrUUID | ||
| CmplRqRsltUUID | CmplRqRsltUUID | |||
| PCPrptySequence | PCPrptySequence | |||
| SpillEnvrnmtlMsrAdvcUUID | SpillEnvrnmtlMsrAdvcUUID | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| _CmplRqRsltSpill | _CmplRqRsltSpill | |||
| _CmplRqRsltSpillMsrRatg | _CmplRqRsltSpillMsrRatg | |||
| _CmplRqRslt | _CmplRqRslt |
@AbapCatalog.sqlViewName: 'ICRRARMENVPTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl:{
authorizationCheck: #CHECK,
privilegedAssociations: ['_CmplRqRsltSpillMsrRatg']
}
@EndUserText.label: 'Environmental Precautions'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
representativeKey: 'SpillEnvrnmtlMsrUUID',
semanticKey: 'SpillEnvrnmtlMsrUUID',
transactionalProcessingUnitRoot: true,
createEnabled:true,
updateEnabled:true,
deleteEnabled:true,
entityChangeStateId: 'LastChangeDateTime',
writeActivePersistence: 'EHFNDD_ARM_ENVP',
writeDraftPersistence: 'EHFNDW_ARM_ENVP',
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
}
define view I_CmplRqRsltSpillEnvrnmtlMsrTP
as select from I_CmplRqRsltSpillEnvrnmtlMsr
association [1..1] to I_CmplRqRsltSpillTP as _CmplRqRsltSpill on $projection.CmplRqRsltUUID = _CmplRqRsltSpill.CmplRqRsltUUID
association [0..*] to I_CmplRqRsltSpillMsrRatgTP as _CmplRqRsltSpillMsrRatg on $projection.SpillEnvrnmtlMsrUUID = _CmplRqRsltSpillMsrRatg.PCPrptyParentUUID
{
key SpillEnvrnmtlMsrUUID ,
CmplRqRsltUUID,
@ObjectModel: { mandatory: true }
PCPrptySequence,
@ObjectModel: { mandatory: true }
SpillEnvrnmtlMsrAdvcUUID ,
CreationDateTime,
CreatedByUser,
LastChangeDateTime,
LastChangedByUser,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_CmplRqRsltSpill,
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
_CmplRqRsltSpillMsrRatg,
_CmplRqRslt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLTSPILLENVRNMTLMSR"
],
"ASSOCIATED":
[
"I_CMPLRQRSLT",
"I_CMPLRQRSLTSPILLMSRRATGTP",
"I_CMPLRQRSLTSPILLTP"
],
"BASE":
[
"I_CMPLRQRSLTSPILLENVRNMTLMSR"
],
"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