I_ContractAccountPartnerVH
Suchhilfe für Vertragskonto Partner
I_ContractAccountPartnerVH is a Composite CDS View (Dimension) that provides data about "Suchhilfe für Vertragskonto Partner" in SAP S/4HANA. It reads from 1 data source (I_ContractAccountPartner) and exposes 8 fields with key fields ContractAccount, BusinessPartner.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ContractAccountPartner | I_ContractAccountPartner | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICAP__VH1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Suchhilfe für Vertragskonto Partner | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ContractAccount | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| Metadata.allowExtensions | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ContractAccount | ContractAccount | ||
| KEY | BusinessPartner | BusinessPartner | ||
| ContractAccountName | ContractAccountName | |||
| ContractAccountCategory | _ContrAcc | ContractAccountCategory | ||
| CreationDate | CreationDate | |||
| CAAuthorizationGroup | CAAuthorizationGroup | |||
| _ContrAcc | _ContrAcc | |||
| _BusinessPartner | _BusinessPartner |
@AbapCatalog.sqlViewName: 'ICAP__VH1'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm : #SESSION_VARIABLE
@EndUserText.label: 'Suchhilfe für Vertragskonto Partner'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ContractAccount'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #D
@Search.searchable: true
@Consumption.ranked: true
@VDM.viewType: #COMPOSITE
@Metadata.allowExtensions:true
@Analytics: { dataCategory: #DIMENSION,
internalName: #LOCAL }
define view I_ContractAccountPartnerVH
as select from I_ContractAccountPartner
{
@Consumption.valueHelpDefinition: null
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.9, ranking: #HIGH }
@ObjectModel.text.element: 'ContractAccountName'
key ContractAccount,
@Consumption.valueHelpDefinition: [{entity: { name: 'C_CAContractPartnerValueHelp', element: 'BusinessPartner'}}]
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.9, ranking: #LOW }
@ObjectModel.foreignKey.association: '_BusinessPartner'
key BusinessPartner,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #LOW }
@Semantics.text: true
ContractAccountName,
@Consumption.valueHelpDefinition: [{entity: { name: 'C_ContractAccountCatValueHelp', element: 'ContractAccountCategory'}}]
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.9, ranking: #LOW }
@ObjectModel.text.element: 'ContractAccountName'
_ContrAcc.ContractAccountCategory,
CreationDate,
@UI.hidden: true
CAStandardCompanyCode,
@UI.hidden: true
CAAuthorizationGroup,
_ContrAcc,
_BusinessPartner
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONTRACTACCOUNTHEADER",
"I_CONTRACTACCOUNTPARTNER"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_CONTRACTACCOUNTHEADER"
],
"BASE":
[
"I_CONTRACTACCOUNTPARTNER"
],
"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