I_UtilitiesLossAccountVH

DDL: I_UTILITIESLOSSACCOUNTVH SQL: ICONTRACTACVHBR Type: view BASIC

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)

SourceAliasJoin Type
I_ContractAccountPartner I_ContractAccountPartner from

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CONTRACTACCOUNTPARTNER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/