I_PRAGLAccountTypeText

DDL: I_PRAGLACCOUNTTYPETEXT SQL: IPVACCTTYPT Type: view BASIC

PRA GL Account Type - Text

I_PRAGLAccountTypeText is a Basic CDS View that provides data about "PRA GL Account Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields GLAccountType, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (13)

NameValueLevelField
EndUserText.label PRA GL Account Type - Text view
ObjectModel.dataCategory #TEXT view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVACCTTYPT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey GLAccountType view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY GLAccountType
KEY Language
GLAccountTypeName
@EndUserText.label: 'PRA GL Account Type - Text'
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVACCTTYPT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'GLAccountType'

@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META

define view I_PRAGLAccountTypeText
  as select from dd07t
{
  key cast ( domvalue_l as oiuh_acctype )         as GLAccountType,
      @Semantics.language
  key cast( ddlanguage as spras)                  as Language,
      @Semantics.text
      cast( ddtext as oiu_vdm_account_type_name ) as GLAccountTypeName
}
where
      domname  = 'OIUH_ACCT_TYPE_CD'
  and as4local = 'A'