I_ContactPersonFunction
Value Help for Func of Contact Person
I_ContactPersonFunction is a Basic CDS View (Dimension) that provides data about "Value Help for Func of Contact Person" in SAP S/4HANA. It reads from 1 data source (tb912) and exposes 2 fields with key field ContactPersonFunction. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tb912 | tb912 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ContactPersonFunctionT | _Text | $projection.ContactPersonFunction = _Text.ContactPersonFunction |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | I_MD_FUNCTION | view | |
| EndUserText.label | Value Help for Func of Contact Person | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| ObjectModel.sapObjectNodeType.name | BPContactPersonFunction | view | |
| ObjectModel.representativeKey | ContactPersonFunction | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ContactPersonFunction | tb912 | pafkt | |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'I_MD_FUNCTION'
@EndUserText.label: 'Value Help for Func of Contact Person'
@VDM.viewType: #BASIC
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
automatic: true
}
}
}
//@Analytics : { dataCategory: #DIMENSION }
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ,
#EXTRACTION_DATA_SOURCE , #ANALYTICAL_DIMENSION ]
@ObjectModel.sapObjectNodeType.name: 'BPContactPersonFunction'
@ObjectModel.representativeKey: 'ContactPersonFunction'
@Search.searchable: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
define view I_ContactPersonFunction
as select from tb912
association [0..*] to I_ContactPersonFunctionT as _Text on $projection.ContactPersonFunction = _Text.ContactPersonFunction
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key tb912.pafkt as ContactPersonFunction,
_Text
}
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