I_ContactPersonFunctionT
Function of Contact Person Textview
I_ContactPersonFunctionT is a Basic CDS View that provides data about "Function of Contact Person Textview" in SAP S/4HANA. It reads from 1 data source (tb913) and exposes 4 fields with key fields ContactPersonFunction, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tb913 | tb913 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | I_MD_FUNCTIONT | view | |
| EndUserText.label | Function of Contact Person Textview | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.dclSourceNotRequired | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | ContactPersonFunction | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
@AbapCatalog.sqlViewName: 'I_MD_FUNCTIONT'
@EndUserText.label: 'Function of Contact Person Textview'
//@VDM.private: false
@VDM.viewType: #BASIC
//@Analytics : { dataCategory: #TEXT }
@Analytics.dataExtraction.enabled: true
@ObjectModel.dataCategory: #TEXT
@VDM.dclSourceNotRequired:true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.representativeKey: 'ContactPersonFunction'
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET,
#EXTRACTION_DATA_SOURCE , #ANALYTICAL_DIMENSION ]
@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view I_ContactPersonFunctionT
as select from tb913
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key tb913.pafkt as ContactPersonFunction,
@Semantics.language: true
key tb913.spras as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
tb913.bez30 as ContactPersonFunctionName,
_Language
}
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