I_SuplrInvcAcctAssgmtType

DDL: I_SUPLRINVCACCTASSGMTTYPE SQL: ISIVACTASGMTTYPE Type: view COMPOSITE

Translation for Invoice Acct Assignment

I_SuplrInvcAcctAssgmtType is a Composite CDS View that provides data about "Translation for Invoice Acct Assignment" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field AccountAssignmentType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SuplrInvcAcctAssgmtTypeDesc _SuplrInvcAcctAssgmtTypeDesc $projection.AccountAssignmentType = _SuplrInvcAcctAssgmtTypeDesc.AccountAssignmentType

Annotations (11)

NameValueLevelField
EndUserText.label Translation for Invoice Acct Assignment view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AbapCatalog.sqlViewName ISIVACTASGMTTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.compiler.compareFilter true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AccountAssignmentType
_SuplrInvcAcctAssgmtTypeDesc _SuplrInvcAcctAssgmtTypeDesc
@EndUserText.label: 'Translation for Invoice Acct Assignment'
@VDM.viewType : #COMPOSITE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AbapCatalog.sqlViewName: 'ISIVACTASGMTTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@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.compiler.compareFilter:true

define view I_SuplrInvcAcctAssgmtType
  as select from dd07l
  association [0..*] to I_SuplrInvcAcctAssgmtTypeDesc as _SuplrInvcAcctAssgmtTypeDesc on $projection.AccountAssignmentType = _SuplrInvcAcctAssgmtTypeDesc.AccountAssignmentType
{
  key cast ( substring( domvalue_l, 1, 2 ) as mmiv_acct_assgmt_desc preserving type) as AccountAssignmentType,

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