I_EntProjectObjectLinkTypeText
Object Link Type for Ent Projects – Text
I_EntProjectObjectLinkTypeText is a Basic CDS View that provides data about "Object Link Type for Ent Projects – Text" in SAP S/4HANA. It reads from 1 data source (dpr_obl_obtyp_t) and exposes 3 fields with key fields LanguageCode, ObjectLinkType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dpr_obl_obtyp_t | dpr_obl_obtyp_t | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Object Link Type for Ent Projects – Text | view | |
| ObjectModel.representativeKey | ObjectLinkType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IEPRJMOBLTYPETEXT | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LanguageCode | dpr_obl_obtyp_t | language | |
| KEY | ObjectLinkType | dpr_obl_obtyp_t | object_type | |
| ObjectLinkTypeText | dpr_obl_obtyp_t | text |
@EndUserText.label: 'Object Link Type for Ent Projects – Text'
@ObjectModel.representativeKey: 'ObjectLinkType'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IEPRJMOBLTYPETEXT'
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@ObjectModel.modelingPattern: #NONE
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@Metadata.ignorePropagatedAnnotations:true
define view entity I_EntProjectObjectLinkTypeText as select from dpr_obl_obtyp_t {
@Semantics.language: true
key dpr_obl_obtyp_t.language as LanguageCode,
@ObjectModel.text.element: ['ObjectLinkTypeText']
key dpr_obl_obtyp_t.object_type as ObjectLinkType,
@UI.hidden: true
@Semantics.text: true
@Search.defaultSearchElement: true
dpr_obl_obtyp_t.text as ObjectLinkTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DPR_OBL_OBTYP_T"
],
"ASSOCIATED":
[],
"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