I_BPCntctPersnVIPIndicatorText
Text for Contact Person VIP Indicator
I_BPCntctPersnVIPIndicatorText is a Basic CDS View that provides data about "Text for Contact Person VIP Indicator" in SAP S/4HANA. It reads from 1 data source (tb917) and exposes 4 fields with key fields ContactPersonVIPType, Language. It has 1 association to related views. Part of development package MDC_BUPA_REL_BO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tb917 | tb917 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPCPVIPTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Text for Contact Person VIP Indicator | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.sapObjectNodeType.name | BPContactPersonVIPType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | ContactPersonVIPType | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
@AbapCatalog.sqlViewName: 'IBPCPVIPTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Text for Contact Person VIP Indicator'
@Analytics.dataExtraction.enabled: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#LANGUAGE_DEPENDENT_TEXT,
#EXTRACTION_DATA_SOURCE,
#ANALYTICAL_DIMENSION ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ,
#LANGUAGE_DEPENDENT_TEXT]
@ObjectModel.sapObjectNodeType.name:'BPContactPersonVIPType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.representativeKey: 'ContactPersonVIPType'
@Search.searchable: true
@VDM.viewType: #BASIC
define view I_BPCntctPersnVIPIndicatorText as select from tb917
association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key tb917.pavip as ContactPersonVIPType,
@Semantics.language: true
key tb917.spras as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
tb917.bez20 as BPContactPersonVIPText,
_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