R_ChmlCmplncPrpsAssgmtTP

DDL: R_CHMLCMPLNCPRPSASSGMTTP Type: view_entity TRANSACTIONAL

Chemical Cmplnc Purpose Assignment - TP

R_ChmlCmplncPrpsAssgmtTP is a Transactional CDS View that provides data about "Chemical Cmplnc Purpose Assignment - TP" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncPrpsAssgmt) and exposes 12 fields with key field ChmlCmplncPrpsAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
I_ChmlCmplncPrpsAssgmt I_ChmlCmplncPrpsAssgmt from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Chemical Cmplnc Purpose Assignment - TP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY ChmlCmplncPrpsAssgmtUUID ChmlCmplncPrpsAssgmtUUID
ChmlCmplncInfoUUID ChmlCmplncInfoUUID
CreationUTCDateTime CreationUTCDateTime
CreatedByUser CreatedByUser
LastChangeUTCDateTime LastChangeUTCDateTime
LastChangedByUser LastChangedByUser
CmplncPrpsUUID CmplncPrpsUUID
CmplncPrps _Purpose CmplncPrps
_ChmlCmplncInfo _ChmlCmplncInfo
_Purpose _Purpose
_CreatedByUser _CreatedByUser
_LastChangedByUser _LastChangedByUser
@AccessControl:
{
  authorizationCheck: #MANDATORY,
  privilegedAssociations:  [ '_CreatedByUser', '_LastChangedByUser' ]
}
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Chemical Cmplnc Purpose Assignment - TP'

@ObjectModel:
{
  usageType:
  {
    dataClass: #MASTER,
    sizeCategory: #L,
    serviceQuality: #B
  }
}

@VDM: 
{
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL 
}
define view entity R_ChmlCmplncPrpsAssgmtTP 
  as select from I_ChmlCmplncPrpsAssgmt 

  association to parent R_ChemicalComplianceInfoTP as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncInfoUUID
{
  key ChmlCmplncPrpsAssgmtUUID,
      ChmlCmplncInfoUUID, 
      CreationUTCDateTime,
      CreatedByUser,
      LastChangeUTCDateTime,
      LastChangedByUser,   
      CmplncPrpsUUID,      
      _Purpose.CmplncPrps,
            
      /* Associations */
      _ChmlCmplncInfo,                   
      _Purpose,
      _CreatedByUser,
      _LastChangedByUser
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHMLCMPLNCPRPSASSGMT",
"I_CMPLNCPRPS"
],
"ASSOCIATED":
[
"I_CMPLNCPRPS",
"I_USER",
"R_CHEMICALCOMPLIANCEINFOTP"
],
"BASE":
[
"I_CHMLCMPLNCPRPSASSGMT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/