I_UTILSBILLGDOCLINEITMAMTPRC

CDS View

Billing Document Line Item for Amount and Price Data

I_UTILSBILLGDOCLINEITMAMTPRC is a CDS View in S/4HANA. Billing Document Line Item for Amount and Price Data. It contains 3 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_OutsrtdInvcgDocBillgNetAmt view inner COMPOSITE Total Net Amount for Outsorted Invoicing Document
I_OutsrtdUtilsBillgDocTotAmt view inner COMPOSITE Outsorted Billing Document: Total Net Amount
I_UtilsBillgDocTotalNetAmt view from COMPOSITE Billing Document Total Net Amount

Fields (3)

KeyField CDS FieldsUsed in Views
KEY UtilitiesBillingDocument UtilitiesBillingDocument 3
_UtilitiesBillingDocument _UtilitiesBillingDocument 3
UtilsBillgDocTransactionCrcy UtilsBillgDocTransactionCrcy 3
@EndUserText.label: 'Billing Document Line Item for Amount and Price Data'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEBILLGITMAMTPRC'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'UtilitiesBillingDocLineItem'
@Metadata.allowExtensions:true
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilsBillgDocLineItmAmtPrc
  as select from dberchz3
  association [1..1] to I_UtilitiesBillingDocument as _UtilitiesBillingDocument on $projection.UtilitiesBillingDocument = _UtilitiesBillingDocument.UtilitiesBillingDocument
  association [0..1] to I_Currency                 as _Currency                 on $projection.UtilsBillgDocTransactionCrcy = _Currency.Currency
{
      @ObjectModel.foreignKey.association: '_UtilitiesBillingDocument'
  key dberchz3.belnr                                                  as UtilitiesBillingDocument,
  key dberchz3.belzeile                                               as UtilitiesBillingDocLineItem,
      @Semantics.amount.currencyCode: 'UtilsBillgDocTransactionCrcy'
      @Aggregation.default: #SUM
      cast(dberchz3.nettobtr as e_billgdocnetamt_vdm preserving type) as UtilsBillgDocLineItmNetAmt,
      @Semantics.currencyCode: true
      dberchz3.twaers                                                 as UtilsBillgDocTransactionCrcy,

      _UtilitiesBillingDocument,
      _Currency
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DBERCHZ3"
],
"ASSOCIATED":
[
"I_CURRENCY",
"I_UTILITIESBILLINGDOCUMENT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/