I_ChmlCmplncMktReqTP
Chemical Compliance Market Request
I_ChmlCmplncMktReqTP is a Transactional CDS View that provides data about "Chemical Compliance Market Request" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncMktReq) and exposes 20 fields with key field ChmlCmplncMktReqUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncMktReq | I_ChmlCmplncMktReq | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ChmlCmplncInfoTP | _ChmlCmplncInfo | _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Chemical Compliance Market Request | view | |
| AbapCatalog.sqlViewName | ICCMKTREQTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | 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 | ehfndw_cci_mreq | view | |
| ObjectModel.writeActivePersistence | ehfndv_cci_mreq | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncMktReqUUID | ChmlCmplncMktReqUUID | ||
| ActiveChmlCmplncMktReqUUID | ChmlCmplncMktReqUUID | |||
| ActiveUUIDofCoverageChmlCmplncInfoUUID | ||||
| ActiveChmlCmplncInfoUUID | ChmlCmplncInfoUUID | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeUTCDateTime | LastChangeUTCDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| Country | Country | |||
| ChmlCmplncProdnIsReqd | ChmlCmplncProdnIsReqd | |||
| ChmlCmplncExprtIsReqd | ChmlCmplncExprtIsReqd | |||
| ChmlCmplncImprtIsReqd | ChmlCmplncImprtIsReqd | |||
| ChmlCmplncSalesIsReqd | ChmlCmplncSalesIsReqd | |||
| _ChmlCmplncInfo | _ChmlCmplncInfo | |||
| _Country | _Country | |||
| _ReqStsProdn | _ReqStsProdn | |||
| _ReqStsExprt | _ReqStsExprt | |||
| _ReqStsImprt | _ReqStsImprt | |||
| _ReqStsSales | _ReqStsSales | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
@EndUserText.label: 'Chemical Compliance Market Request'
@AbapCatalog:
{
sqlViewName: 'ICCMKTREQTP',
compiler.compareFilter: true
}
@AccessControl:
{
authorizationCheck: #CHECK,
privilegedAssociations: [ '_CreatedByUser', '_LastChangedByUser' ]
}
--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,
writeDraftPersistence: 'ehfndw_cci_mreq',
writeActivePersistence: 'ehfndv_cci_mreq',
semanticKey: [ 'ChmlCmplncMktReqUUID' ],
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
define view I_ChmlCmplncMktReqTP
as select from I_ChmlCmplncMktReq
association [1..1] to I_ChmlCmplncInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
{
key ChmlCmplncMktReqUUID,
@ObjectModel.readOnly: true
ChmlCmplncMktReqUUID as ActiveChmlCmplncMktReqUUID, --Active UUID of Coverage
@ObjectModel.mandatory: true
ChmlCmplncInfoUUID,
@ObjectModel.readOnly: true
ChmlCmplncInfoUUID as ActiveChmlCmplncInfoUUID, --Active UUID of Chemical Compliance Information
CreationUTCDateTime,
CreatedByUser,
LastChangeUTCDateTime,
LastChangedByUser,
@ObjectModel.mandatory: true
Country,
ChmlCmplncProdnIsReqd,
ChmlCmplncExprtIsReqd,
ChmlCmplncImprtIsReqd,
ChmlCmplncSalesIsReqd,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_ChmlCmplncInfo,
_Country,
_ReqStsProdn,
_ReqStsExprt,
_ReqStsImprt,
_ReqStsSales,
_CreatedByUser,
_LastChangedByUser
}
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