I_UtilitiesLossAccountVH
ISU BR Engy Loss Contract Account
I_UtilitiesLossAccountVH is a Basic CDS View that provides data about "ISU BR Engy Loss Contract Account" in SAP S/4HANA. It reads from 1 data source (I_ContractAccountPartner) and exposes 2 fields with key field CASrceDocContractAccount.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ContractAccountPartner | I_ContractAccountPartner | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICONTRACTACVHBR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | ISU BR Engy Loss Contract Account | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CASrceDocContractAccount | ContractAccount | ||
| CAAuthorizationGroup | CAAuthorizationGroup |
@AbapCatalog.sqlViewName: 'ICONTRACTACVHBR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@EndUserText.label: 'ISU BR Engy Loss Contract Account'
@Consumption.ranked: true
define view I_UtilitiesLossAccountVH
as select from I_ContractAccountPartner
{
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key ContractAccount as CASrceDocContractAccount,
@UI.hidden: true
@Search.ranking: #LOW
CAAuthorizationGroup,
@Search.ranking: #LOW
@UI.hidden: true
CAStandardCompanyCode
}
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