I_CmplRqRsltGHSLblHzdCompTP
Hazard Inducing Components - TP
I_CmplRqRsltGHSLblHzdCompTP is a Transactional CDS View that provides data about "Hazard Inducing Components - TP" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRsltGHSLblHzdComp) and exposes 11 fields. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmplRqRsltGHSLblHzdComp | I_CmplRqRsltGHSLblHzdComp | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CmplRqRsltGHSLblAssmtTP | _CmplRqRsltGHSLblAssmt | $projection.CmplRqRsltUUID = _CmplRqRsltGHSLblAssmt.CmplRqRsltUUID |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Hazard Inducing Components - TP | view | |
| AbapCatalog.sqlViewName | IGHSLBLHICTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.writeDraftPersistence | EHSDSW_GHS_L_HIC | view | |
| ObjectModel.writeActivePersistence | EHSDSV_GHS_L_HIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| CmplRqRsltUUID | CmplRqRsltUUID | |||
| PCPrptySequence | PCPrptySequence | |||
| SubstanceUUID | SubstanceUUID | |||
| CreatedByUser | CreatedByUser | |||
| LastChangedByUser | LastChangedByUser | |||
| _CmplRqRsltGHSLblAssmt | _CmplRqRsltGHSLblAssmt | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser | |||
| _UnitOfMeasure | _UnitOfMeasure | |||
| _OperatorLowerLimit | _OperatorLowerLimit | |||
| _OperatorUpperLimit | _OperatorUpperLimit |
@EndUserText.label: 'Hazard Inducing Components - TP'
@AbapCatalog:
{
sqlViewName: 'IGHSLBLHICTP',
compiler.compareFilter: true
}
@AccessControl:
{
authorizationCheck: #MANDATORY,
privilegedAssociations: [ '_CreatedByUser', '_LastChangedByUser' ]
}
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM:
{
viewType: #TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel:
{
--Transactional Annotations for the generated BO
modelCategory: #BUSINESS_OBJECT,
transactionalProcessingEnabled: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
writeDraftPersistence: 'EHSDSW_GHS_L_HIC',
writeActivePersistence: 'EHSDSV_GHS_L_HIC',
semanticKey: [ 'GHSLblHzdCompAssgmtUUID' ],
usageType:
{
dataClass: #TRANSACTIONAL,
sizeCategory: #XL,
serviceQuality: #C
}
}
define view I_CmplRqRsltGHSLblHzdCompTP
as select from I_CmplRqRsltGHSLblHzdComp
--Link to root
association [1..1] to I_CmplRqRsltGHSLblAssmtTP as _CmplRqRsltGHSLblAssmt on $projection.CmplRqRsltUUID = _CmplRqRsltGHSLblAssmt.CmplRqRsltUUID
{
--GHS Label Hazard Inducing Component Assignment UUID
@ObjectModel.mandatory: true
key GHSLblHzdCompAssgmtUUID,
@ObjectModel.mandatory: true
CmplRqRsltUUID,
@ObjectModel.mandatory: true
PCPrptySequence,
@ObjectModel.mandatory: true
SubstanceUUID,
--Specific Concentration Unit of Measurement
@ObjectModel.mandatory: true
GHSLblConcnUoM,
--Specific Concentration Lower Quantity Operator
GHSLblConcnLowrQtyOptr,
--Specific Concentration Lower Quantity
GHSLblConcnLowrQty,
--Specific Concentration Lower Quantity Text
GHSLblConcnLowrQtyTxt,
--Specific Concentration Upper Quantity Operator
GHSLblConcnUprQtyOptr,
--Specific Concentration Limit Upper Quantity
GHSLblConcnUprQty,
--Specific Concentration Limit Upper Quantity Text
GHSLblConcnUprQtyTxt,
--Create at date/time and by user
@ObjectModel.readOnly: true
CreationDateTime,
@ObjectModel.readOnly: true
CreatedByUser,
--Update at date/time and by user
@ObjectModel.readOnly: true
LastChangeDateTime,
@ObjectModel.readOnly: true
LastChangedByUser,
/* Associations */
@ObjectModel.association.type: [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
_CmplRqRsltGHSLblAssmt,
_CreatedByUser,
_LastChangedByUser,
_UnitOfMeasure,
_OperatorLowerLimit,
_OperatorUpperLimit
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLTGHSLBLHZDCOMP"
],
"ASSOCIATED":
[
"I_CHMLCOMPONENTOPTRLOWRLMT",
"I_CHMLCOMPONENTOPTRUPRLMT",
"I_CMPLRQRSLTGHSLBLASSMTTP",
"I_UNITOFMEASURE",
"I_USER"
],
"BASE":
[
"I_CMPLRQRSLTGHSLBLHZDCOMP"
],
"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