I_ChmlCmplncWasteCodeAssgmtTP

DDL: I_CHMLCMPLNCWASTECODEASSGMTTP Type: view TRANSACTIONAL

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.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncWasteCodeAssgmt I_ChmlCmplncWasteCodeAssgmt from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_ChmlCmplncWasteCodeTP _ChmlCmplncWasteCode $projection.ChmlCmplncWasteCodeUUID = _ChmlCmplncWasteCode.ChmlCmplncWasteCodeUUID

Annotations (19)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHMLCMPLNCWASTECODEASSGMT"
],
"ASSOCIATED":
[
"I_CHMLCMPLNCWASTECODETP",
"I_ENVRMTWASTECODESRELEASED",
"I_USER"
],
"BASE":
[
"I_CHMLCMPLNCWASTECODEASSGMT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/