I_CashPositionProfileVH
Cash Position Profile
I_CashPositionProfileVH is a Basic CDS View that provides data about "Cash Position Profile" in SAP S/4HANA. It reads from 1 data source (I_CashPositionProfile) and exposes 5 fields with key field CashPositionProfile.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CashPositionProfile | I_CashPositionProfile | from |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICSHPOSPRFLVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Cash Position Profile | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CashPositionProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CashPositionProfile | CashPositionProfile | ||
| CashPositionProfileDescription | CashPositionProfileDescription | |||
| CashPositionHierSource | CashPositionHierSource | |||
| CashPositionHierSourceText | ||||
| BankAccountHierarchyName | BankAccountHierarchyName |
@AbapCatalog.sqlViewName: 'ICSHPOSPRFLVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cash Position Profile'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CashPositionProfile'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@Search.searchable: true
@Consumption.ranked: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view I_CashPositionProfileVH
as select from I_CashPositionProfile
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.element: ['CashPositionProfileDescription']
key CashPositionProfile,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
CashPositionProfileDescription,
@ObjectModel.text.element: ['CashPositionHierSourceText']
@Search.ranking: #LOW
CashPositionHierSource,
@Consumption.filter.hidden: true
@Search.ranking: #LOW
_CshPosHierSourceText[1:Language = $session.system_language].DomainValueName as CashPositionHierSourceText,
BankAccountHierarchyName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CASHPOSITIONPROFILE",
"I_CSHPOSHIERSOURCETEXT"
],
"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