I_SuplrInvcDebitCreditCodeText

DDL: I_SUPLRINVCDEBITCREDITCODETEXT SQL: ISUPINVDCTXT Type: view BASIC Package: ODATA_MM_IV_LST_ACC

Supplier Invoices By Account Assignments Debit Credit Text

I_SuplrInvcDebitCreditCodeText is a Basic CDS View that provides data about "Supplier Invoices By Account Assignments Debit Credit Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields DebitCreditCode, Language. Part of development package ODATA_MM_IV_LST_ACC.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISUPINVDCTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Supplier Invoices By Account Assignments Debit Credit Text view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DebitCreditCode
KEY Language ddlanguage
DebitCreditCodeName
@AbapCatalog.sqlViewName: 'ISUPINVDCTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Supplier Invoices By Account Assignments Debit Credit Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_SuplrInvcDebitCreditCodeText
  as select from dd07t
{
  key cast ( substring(domvalue_l, 1, 1) as koart preserving type)      as DebitCreditCode,
  key ddlanguage                                                        as Language,
      cast ( ddtext as mmiv_description_text preserving type)           as DebitCreditCodeName
}
where
      domname    = 'SHKZG'
  and as4local   = 'A'
  and ddlanguage = $session.system_language