I_ChmlCmplncReqApplicationTP
Chemical Compliance Application
I_ChmlCmplncReqApplicationTP is a Transactional CDS View that provides data about "Chemical Compliance Application" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncReqApplication) and exposes 10 fields with key field ChmlCmplncApplUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncReqApplication | I_ChmlCmplncReqApplication | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ChmlCmplncReqTP | _ChmlCmplncReq | $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Chemical Compliance Application | view | |
| AbapCatalog.sqlViewName | ICRQAPPLTP | 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.writeActivePersistence | ehfndv_crq_appl | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncApplUUID | ChmlCmplncApplUUID | ||
| ChmlCmplncRequestUUID | ChmlCmplncRequestUUID | |||
| CreatedByUser | CreatedByUser | |||
| CreationUTCDateTime | CreationUTCDateTime | |||
| LastChangeUTCDateTime | LastChangeUTCDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| ChmlCmplncApplication | ChmlCmplncApplication | |||
| ChmlCmplncReqChgType | ChmlCmplncReqChgType | |||
| _ChmlCmplncReq | _ChmlCmplncReq | |||
| _Application | _Application |
@EndUserText.label: 'Chemical Compliance Application'
@AbapCatalog:
{
sqlViewName: 'ICRQAPPLTP',
compiler.compareFilter: true
}
@AccessControl:
{
authorizationCheck: #MANDATORY
}
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel:
{
modelCategory: #BUSINESS_OBJECT,
transactionalProcessingEnabled: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
writeActivePersistence: 'ehfndv_crq_appl',
semanticKey: [ 'ChmlCmplncApplUUID' ],
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
define view I_ChmlCmplncReqApplicationTP
as select from I_ChmlCmplncReqApplication
association [1..1] to I_ChmlCmplncReqTP as _ChmlCmplncReq on $projection.ChmlCmplncRequestUUID = _ChmlCmplncReq.ChmlCmplncRequestUUID
{
key ChmlCmplncApplUUID,
@ObjectModel.mandatory: true
ChmlCmplncRequestUUID,
CreatedByUser,
CreationUTCDateTime,
LastChangeUTCDateTime,
LastChangedByUser,
@ObjectModel.mandatory: true
ChmlCmplncApplication,
ChmlCmplncReqChgType,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_ChmlCmplncReq,
_Application
}
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