I_AccountAssignmentTypeT

DDL: I_ACCOUNTASSIGNMENTTYPET SQL: IFIACTASSGNMT Type: view BASIC

Account Assignment Type - Text

I_AccountAssignmentTypeT is a Basic CDS View that provides data about "Account Assignment Type - Text" in SAP S/4HANA. It reads from 1 data source (tbo01) and exposes 5 fields with key fields Language, AccountAssignmentType.

Data Sources (1)

SourceAliasJoin Type
tbo01 tbo01 from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIACTASSGNMT view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Account Assignment Type - Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey AccountAssignmentType view
VDM.viewType #BASIC view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY AccountAssignmentType
AccountAssignmentTypeName
AccountAssignmentTypeDesc
AcctAsgtTypeLanguageDependent
@AbapCatalog.sqlViewName: 'IFIACTASSGNMT'
//@AbapCatalog.compiler.compareFilter: true

//@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED // #CHECK

@EndUserText.label: 'Account Assignment Type - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'AccountAssignmentType'
@VDM.viewType: #BASIC
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@Search.searchable: true

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass:  #META
@Analytics.dataExtraction.enabled
@Metadata.ignorePropagatedAnnotations:true

@ObjectModel.supportedCapabilities:[#EXTRACTION_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET,#SEARCHABLE_ENTITY]
define view I_AccountAssignmentTypeT

  as select from tbo01
{

      @Semantics.language: true
  key spras                                              as Language,
      @ObjectModel.text.element: 'AccountAssignmentTypeDesc'
  key cast(obart as j_obart preserving type )            as AccountAssignmentType,
      //obart_ld,

      //    @Semantics.text: true

      //    @Search.defaultSearchElement: true

      //    @Search.fuzzinessThreshold: 0.8

      //    cast (txt10 as fis_accasty_txt10 preserving type ) as  AccountAssignmentTypeShortTxt,

      //    @Semantics.text: true

      //    @Search.defaultSearchElement: true

      //    @Search.fuzzinessThreshold: 0.8

      //    cast(txt15 as fis_accasty_txt15 preserving type ) as AccountAssignmentTypeMediumTxt,

      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      cast(txt20 as fis_accasty_txt20 preserving type )  as AccountAssignmentTypeName,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      cast (txt60 as fis_accasty_txt60 preserving type ) as AccountAssignmentTypeDesc,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      cast(obart_ld as fis_j_obart3 preserving type )    as AcctAsgtTypeLanguageDependent
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TBO01"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/