I_Schinfoupdatedomaintext

DDL: I_SCHINFOUPDATEDOMAINTEXT SQL: IINFODOMAINTXT Type: view BASIC

Basic View VDM Info Update Domain Text

I_Schinfoupdatedomaintext is a Basic CDS View that provides data about "Basic View VDM Info Update Domain Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields SAPDataDictionaryDomain, Language, DomainValue.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IINFODOMAINTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Basic View VDM Info Update Domain Text view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname
KEY Language ddlanguage
KEY DomainValue domvalue_l
DomainText ddtext
@AbapCatalog.sqlViewName: 'IINFODOMAINTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View VDM Info Update Domain Text'
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC


@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

define view I_Schinfoupdatedomaintext
  as select from dd07t
{

  key domname                     as SAPDataDictionaryDomain,
  key ddlanguage                  as Language,
  key domvalue_l                  as DomainValue,
      ddtext                      as DomainText
}
where
      domname    = 'SPINF'
  and as4local   = 'A'      
  and ddlanguage = $session.system_language

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/