P_SAPObjectTypeText_2
SAP Object Type - Text
P_SAPObjectTypeText_2 is a Basic CDS View that provides data about "SAP Object Type - Text" in SAP S/4HANA. It reads from 1 data source (I_SAPObjectTypeText_2) and exposes 5 fields with key fields Language, SAPObjectTypeInUppercase. Part of development package BEL_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SAPObjectTypeText_2 | I_SAPObjectTypeText_2 | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | SAP Object Type - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | SAPObjectTypeInUppercase | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | SAPObjectTypeInUppercase | SAPObjectTypeInUppercase | ||
| SAPObjectTypeDescription | SAPObjectTypeDescription | Object Text | ||
| _Language | _Language | |||
| _SAPObjectType | _SAPObjectType |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'SAP Object Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory:#TEXT
@ObjectModel.representativeKey: 'SAPObjectTypeInUppercase'
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #META
}
@VDM.viewType:#BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT]
define view entity P_SAPObjectTypeText_2 as select from I_SAPObjectTypeText_2
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key Language,
@ObjectModel.text.element:['SAPObjectTypeDescription']
@ObjectModel.foreignKey.association: '_SAPObjectType'
key SAPObjectTypeInUppercase,
@Semantics.text: true
@EndUserText.label: 'Object Text'
SAPObjectTypeDescription,
_Language,
_SAPObjectType
}
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