A_MaintenanceCatalogProfile
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)
| Source | Alias | Join Type |
|---|---|---|
| I_TechnicalReport | I_TechnicalReport | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_MaintCtlgPrflCtlgCodeGrp | _Catalog | $projection.MaintNotifCatalogProfile = _Catalog.MaintNotifCatalogProfile |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CATALOGPROFILE | API_CATALOGPROFILE | V4 | C2 | C1 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA