I_SuplrInvcTransactionType

DDL: I_SUPLRINVCTRANSACTIONTYPE SQL: ISIVTRANSACTTYPE Type: view BASIC

Translation for Invoice Transaction Type

I_SuplrInvcTransactionType is a Basic CDS View that provides data about "Translation for Invoice Transaction Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SupplierInvoiceTransactionType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SuplrInvcTransactionTypeDesc _SuplrInvcTransactionTypeDesc $projection.SupplierInvoiceTransactionType = _SuplrInvcTransactionTypeDesc.SupplierInvoiceTransactionType

Annotations (12)

NameValueLevelField
EndUserText.label Translation for Invoice Transaction Type view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AbapCatalog.sqlViewName ISIVTRANSACTTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SupplierInvoiceTransactionType
_SuplrInvcTransactionTypeDesc _SuplrInvcTransactionTypeDesc
@EndUserText.label: 'Translation for Invoice Transaction Type'
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AbapCatalog.sqlViewName: 'ISIVTRANSACTTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
//This is a technical view only returning texts for the Account Assignment Type

@AccessControl.personalData.blocking:#NOT_REQUIRED
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true

define view I_SuplrInvcTransactionType
  as select from dd07l
  association [0..*] to I_SuplrInvcTransactionTypeDesc as _SuplrInvcTransactionTypeDesc on $projection.SupplierInvoiceTransactionType = _SuplrInvcTransactionTypeDesc.SupplierInvoiceTransactionType
{
  key cast ( substring( domvalue_l, 1, 1 ) as mmiv_transactiontype_desc preserving type) as SupplierInvoiceTransactionType,

      _SuplrInvcTransactionTypeDesc
}
where
      domname  = 'MMIV_TRANSACTIONTYPE_DESC'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SUPLRINVCTRANSACTIONTYPEDESC"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/