A_MaintenanceCatalogProfile

DDL: A_MAINTENANCECATALOGPROFILE Type: view_entity COMPOSITE

Catalog Profile

A_MaintenanceCatalogProfile is a Composite CDS View that provides data about "Catalog Profile" in SAP S/4HANA. It reads from 1 data source (I_TechnicalReport) and exposes 4 fields with key field MaintNotifCatalogProfile. It has 1 association to related views. It is exposed through 1 OData service (API_CATALOGPROFILE).

Data Sources (1)

SourceAliasJoin Type
I_TechnicalReport I_TechnicalReport from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_MaintCtlgPrflCtlgCodeGrp _Catalog $projection.MaintNotifCatalogProfile = _Catalog.MaintNotifCatalogProfile

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Catalog Profile view
OData.entitySet.name CatalogProfile view
OData.entityType.name CatalogProfile_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CATALOGPROFILE API_CATALOGPROFILE V4 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifCatalogProfile I_TechnicalReport CatalogProfile
Language
MaintNotifCatalogProfileText
_Catalog _Catalog
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
        lifecycle.contract.type: #PUBLIC_REMOTE_API,
        viewType: #COMPOSITE,
       usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
        }
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}
@EndUserText.label: 'Catalog Profile'
@OData: {
        entitySet.name: 'CatalogProfile',
        entityType.name: 'CatalogProfile_Type'
        }
define view entity A_MaintenanceCatalogProfile
  as select from I_TechnicalReport
  association [0..*] to A_MaintCtlgPrflCtlgCodeGrp as _Catalog on $projection.MaintNotifCatalogProfile = _Catalog.MaintNotifCatalogProfile

{
      @ObjectModel.sapObjectNodeTypeReference: 'MaintenanceCatalogProfile'
  key I_TechnicalReport.CatalogProfile                              as MaintNotifCatalogProfile,
      _Text[1:Language=$session.system_language].Language           as Language,
      _Text[1:Language=$session.system_language].CatalogProfileText as MaintNotifCatalogProfileText,
      _Catalog    
}