R_MaintNotifObjPrtCodeGrpTP

DDL: R_MAINTNOTIFOBJPRTCODEGRPTP SQL: RNOTIFOBJPCGRPTP Type: view TRANSACTIONAL

Catalog Code Group for Object Parts

R_MaintNotifObjPrtCodeGrpTP is a Transactional CDS View that provides data about "Catalog Code Group for Object Parts" in SAP S/4HANA. It reads from 1 data source (I_InspectionCodeGroup) and exposes 7 fields with key fields MaintNotifObjPartCatalog, MaintNotifObjPartCodeGroup. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_InspectionCodeGroup I_InspectionCodeGroup from

Associations (3)

CardinalityTargetAliasCondition
[1..1] I_MaintNotifCodeGrpStsTxt _StatusDesc $projection.MaintNotifCodeGrpStatus = _StatusDesc.MaintNotifCodeGrpStatus
[1..*] I_Inspectioncodegrouptext _Text $projection.MaintNotifObjPartCatalog = _Text.InspectionCatalog and $projection.MaintNotifObjPartCodeGroup = _Text.InspectionCodeGroup
[0..*] R_MaintNotifObjPrtCodeTP _MaintNotifCodeCoding

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName RNOTIFOBJPCGRPTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Catalog Code Group for Object Parts view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifObjPartCatalog I_InspectionCodeGroup InspectionCatalog
KEY MaintNotifObjPartCodeGroup I_InspectionCodeGroup InspectionCodeGroup
MaintNotifCodeGrpStatusText _StatusDesc MaintNotifCodeGrpStatusText
MaintNotifCodeGrpStatus I_InspectionCodeGroup CodeGroupStatus
_Text _Text
_MaintNotifCatalogCoding _MaintNotifCatalogCoding
_MaintNotifCodeCoding _MaintNotifCodeCoding
@AbapCatalog.sqlViewName: 'RNOTIFOBJPCGRPTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
@EndUserText.label: 'Catalog Code Group for Object Parts'
define view R_MaintNotifObjPrtCodeGrpTP as select from I_InspectionCodeGroup 

     association [1..1] to I_MaintNotifCodeGrpStsTxt as _StatusDesc
     on $projection.MaintNotifCodeGrpStatus = _StatusDesc.MaintNotifCodeGrpStatus
     
     association to parent  R_MaintNotifObjPrtCatalogTP as _MaintNotifCatalogCoding
     on $projection.MaintNotifObjPartCatalog = _MaintNotifCatalogCoding.MaintNotifObjPartCatalog
     
     composition [0..*] of R_MaintNotifObjPrtCodeTP as _MaintNotifCodeCoding  
     
     association [1..*] to I_Inspectioncodegrouptext as _Text
     on $projection.MaintNotifObjPartCatalog = _Text.InspectionCatalog
     and $projection.MaintNotifObjPartCodeGroup = _Text.InspectionCodeGroup
{
  key I_InspectionCodeGroup.InspectionCatalog           as      MaintNotifObjPartCatalog,
  key I_InspectionCodeGroup.InspectionCodeGroup         as      MaintNotifObjPartCodeGroup,
  _StatusDesc.MaintNotifCodeGrpStatusText               as      MaintNotifCodeGrpStatusText,
 @UI.hidden: true
  I_InspectionCodeGroup.CodeGroupStatus                 as     MaintNotifCodeGrpStatus,

   _Text,
   _MaintNotifCatalogCoding ,
   _MaintNotifCodeCoding
   
}where InspectionCatalog = 'B' 
       and CodeGroupStatus = '2'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSPECTIONCODEGROUP",
"I_MAINTNOTIFCODEGRPSTSTXT"
],
"ASSOCIATED":
[
"I_INSPECTIONCODEGROUPTEXT",
"I_MAINTNOTIFCODEGRPSTSTXT",
"R_MAINTNOTIFOBJPRTCATALOGTP",
"R_MAINTNOTIFOBJPRTCODETP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/