R_ClfnObjectTP
Classification Object - TP
R_ClfnObjectTP is a Transactional CDS View that provides data about "Classification Object - TP" in SAP S/4HANA. It reads from 1 data source (I_ClfnObjectClass) and exposes 5 fields with key fields SAPObjectNodeType, ClfnObjectID. Part of development package NGC_CORE_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ClfnObjectClass | ObjectClass | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Classification Object - TP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.sapObjectNodeType.name | ClassificationObject | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.query.implementedBy | ABAP:CL_NGC_RAP_EML_QRY | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SAPObjectNodeType | |||
| KEY | ClfnObjectID | I_ClfnObjectClass | ClfnObjectID | |
| LastChangeDateTime | ||||
| _HistlObjectClass | _HistlObjectClass | |||
| _HistlObjectCharcValue | _HistlObjectCharcValue |
@EndUserText.label: 'Classification Object - TP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'ClassificationObject'
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.query: {implementedBy: 'ABAP:CL_NGC_RAP_EML_QRY'}
define root view entity R_ClfnObjectTP
as select from I_ClfnObjectClass as ObjectClass
composition[0..*] of R_ClfnHistlObjectClassTP as _HistlObjectClass
composition[0..*] of R_ClfnHistlObjectCharcValTP as _HistlObjectCharcValue
{
key cast ('' as sbo_node_type ) as SAPObjectNodeType,
key ObjectClass.ClfnObjectID,
cast( max( ObjectClass.LastChangeDateTime ) as timestampl preserving type ) as LastChangeDateTime,
@ObjectModel.filter.enabled: false
_HistlObjectClass,
@ObjectModel.filter.enabled: false
_HistlObjectCharcValue
}
where
1 = 0
group by
ObjectClass.ClfnObjectID,
ObjectClass.ClfnObjectTable
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