R_MaintNotifCodingCatalogTP

DDL: R_MAINTNOTIFCODINGCATALOGTP SQL: RNOTIFCATCOTP Type: view TRANSACTIONAL

Catalog for Coding

R_MaintNotifCodingCatalogTP is a Transactional CDS View that provides data about "Catalog for Coding" in SAP S/4HANA. It reads from 1 data source (I_Inspectioncatalog) and exposes 4 fields with key field MaintNotifCodingCatalog. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_Inspectioncatalog I_Inspectioncatalog from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_MaintNotifCodingCodeGrpTP _MaintNotifCodeGrp

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName RNOTIFCATCOTP 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.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Catalog for Coding view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifCodingCatalog I_Inspectioncatalog InspectionCatalog
MaintNotifCodingCatalogText
Language
_MaintNotifCodeGrp _MaintNotifCodeGrp
@AbapCatalog.sqlViewName: 'RNOTIFCATCOTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@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 for Coding'
define root view R_MaintNotifCodingCatalogTP as select from I_Inspectioncatalog   
       composition [0..*] of R_MaintNotifCodingCodeGrpTP as _MaintNotifCodeGrp

        {
 
  key I_Inspectioncatalog.InspectionCatalog             as     MaintNotifCodingCatalog,
      I_Inspectioncatalog._InspectionCatalogText[1:Language=$session.system_language].InspSpecAdditionalCatalogText   as     MaintNotifCodingCatalogText,
      I_Inspectioncatalog._InspectionCatalogText[1:Language=$session.system_language].Language,

   /* Associations */
  // _MaintNotifCatalogText,

   _MaintNotifCodeGrp
} 
where InspectionCatalog = 'D'