I_TechnicalReport
Technical Report
I_TechnicalReport is a Basic CDS View (Dimension) that provides data about "Technical Report" in SAP S/4HANA. It reads from 1 data source (t352b) and exposes 3 fields with key field CatalogProfile. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t352b | t352b | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_TechnicalReportText | _Text | $projection.CatalogProfile = _Text.CatalogProfile |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ITECHREP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Technical Report | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | CatalogProfile | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view | |
| ObjectModel.sapObjectNodeType.name | MaintenanceCatalogProfile | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CatalogProfile | t352b | rbnr | |
| NotificationCategory | qmtyp | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'ITECHREP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Technical Report'
@Analytics:{
dataCategory: #DIMENSION,
dataExtraction:{enabled: true,delta.changeDataCapture.automatic: true}
}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'CatalogProfile'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked: true
@Search.searchable: true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.sapObjectNodeType.name:'MaintenanceCatalogProfile'
define view I_TechnicalReport
as select from t352b
association [0..*] to I_TechnicalReportText as _Text on $projection.CatalogProfile = _Text.CatalogProfile
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key t352b.rbnr as CatalogProfile,
qmtyp as NotificationCategory,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T352B"
],
"ASSOCIATED":
[
"I_TECHNICALREPORTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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