I_ChmlCmplncWasteCodeAssgmtTP
Chml Cmplnc Waste Code Assgmt TP
I_ChmlCmplncWasteCodeAssgmtTP is a Transactional CDS View that provides data about "Chml Cmplnc Waste Code Assgmt TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncWasteCodeAssgmt) and exposes 15 fields with key field ChmlCmplncWasteCodeAssgmtUUID. It has 1 association to related views. Part of development package EHFND_BO_CCW.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncWasteCodeAssgmt | I_ChmlCmplncWasteCodeAssgmt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ChmlCmplncWasteCodeTP | _ChmlCmplncWasteCode | $projection.ChmlCmplncWasteCodeUUID = _ChmlCmplncWasteCode.ChmlCmplncWasteCodeUUID |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Chml Cmplnc Waste Code Assgmt TP | view | |
| AbapCatalog.sqlViewName | ICCWSTCDASGMTT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | 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_CCW_WCAST | view | |
| ObjectModel.writeActivePersistence | EHFNDV_CCW_WCAST | view | |
| ObjectModel.representativeKey | ChmlCmplncWasteCodeAssgmtUUID | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncWasteCodeAssgmtUUID | ChmlCmplncWasteCodeAssgmtUUID | ||
| ChmlCmplncWasteCodeUUID | ChmlCmplncWasteCodeUUID | |||
| CreationUTCDateTime | CreationUTCDateTime | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeUTCDateTime | LastChangeUTCDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| EnvrmtWasteCodeUUID | EnvrmtWasteCodeUUID | |||
| EnvrmtWasteCode | EnvrmtWasteCode | |||
| ChmlCmplncWasteCodeSequence | ChmlCmplncWasteCodeSequence | |||
| MaterialIsRequiredOnManifest | MaterialIsRequiredOnManifest | |||
| MaterialIsRequiredOnLabel | MaterialIsRequiredOnLabel | |||
| _ChmlCmplncWasteCode | _ChmlCmplncWasteCode | |||
| _CmplRqVersWasteCode | _CmplRqVersWasteCode | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
@EndUserText.label: 'Chml Cmplnc Waste Code Assgmt TP'
@AbapCatalog:
{
sqlViewName: 'ICCWSTCDASGMTT',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #CHECK
--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #TRANSACTIONAL
@VDM.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: 'EHFNDW_CCW_WCAST',
writeActivePersistence: 'EHFNDV_CCW_WCAST',
semanticKey: ['EnvrmtWasteCode' ],
representativeKey: 'ChmlCmplncWasteCodeAssgmtUUID',
usageType:
{
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #B
}
}
define view I_ChmlCmplncWasteCodeAssgmtTP
as select from I_ChmlCmplncWasteCodeAssgmt
association [1..1] to I_ChmlCmplncWasteCodeTP as _ChmlCmplncWasteCode on $projection.ChmlCmplncWasteCodeUUID = _ChmlCmplncWasteCode.ChmlCmplncWasteCodeUUID
{
//I_ChmlCmplncWasteCodeAssgmt
key ChmlCmplncWasteCodeAssgmtUUID,
@ObjectModel.mandatory: true
ChmlCmplncWasteCodeUUID,
@ObjectModel.readOnly: true
CreationUTCDateTime,
@ObjectModel.readOnly: true
CreatedByUser,
@ObjectModel.readOnly: true
LastChangeUTCDateTime,
@ObjectModel.readOnly: true
LastChangedByUser,
EnvrmtWasteCodeUUID,
@ObjectModel.mandatory: true
EnvrmtWasteCode,
@ObjectModel.readOnly: true
ChmlCmplncWasteCodeSequence,
MaterialIsRequiredOnManifest,
MaterialIsRequiredOnLabel,
/* Associations */
//I_ChmlCmplncWasteCodeAssgmt
@ObjectModel.association.type: [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
_ChmlCmplncWasteCode,
_CmplRqVersWasteCode,
_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