I_SLT_CurReplicationActionText

DDL: I_SLT_CURREPLICATIONACTIONTEXT SQL: ISLTCURRPLCTNTXT Type: view BASIC

SLT Current Replication Action Text

I_SLT_CurReplicationActionText is a Basic CDS View that provides data about "SLT Current Replication Action Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields CurrentReplicationAction, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISLTCURRPLCTNTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label SLT Current Replication Action Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CurrentReplicationAction view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CurrentReplicationAction domvalue_l
KEY Language ddlanguage
CurRplctnActionDescription ddtext
@AbapCatalog.sqlViewName: 'ISLTCURRPLCTNTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'SLT Current Replication Action Text'

@VDM.viewType:  #BASIC
@ObjectModel:{
  dataCategory: #TEXT,
  representativeKey: 'CurrentReplicationAction'
}
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {
    serviceQuality: #C,
    sizeCategory: #L,
    dataClass: #ORGANIZATIONAL
}

define view I_SLT_CurReplicationActionText
  as select from dd07t
{
  key domvalue_l                    as CurrentReplicationAction,
      @Semantics.language: true
  key ddlanguage                    as Language,
      @Semantics.text: true
      ddtext                        as CurRplctnActionDescription
}
where
  domname = 'IUUC_PROCESS_OPTION_DESC'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/