P_SLT_RplctnPrepStepStatusText

DDL: P_SLT_RPLCTNPREPSTEPSTATUSTEXT SQL: PSLTRPLPRPSTSTXT Type: view BASIC

P_SLT_RplctnPrepStepStatusText is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key field RplctnPrepStepStatus.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName PSLTRPLPRPSTSTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RplctnPrepStepStatus domvalue_l
Language ddlanguage
RplctnPrepStepStatusText ddtext
@AbapCatalog.sqlViewName: 'PSLTRPLPRPSTSTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'SLT Replication Preparation Status Text'


@VDM.viewType:  #BASIC
@VDM.private:true

@ClientHandling.algorithm: #SESSION_VARIABLE

define view P_SLT_RplctnPrepStepStatusText
  as select from dd07v
{
  key domvalue_l        as RplctnPrepStepStatus,
      @Semantics.language: true
      ddlanguage        as Language,
      @Semantics.text: true
      ddtext            as RplctnPrepStepStatusText
}
where
      domname    = 'IUUC_REPL_PREP_STATUS'
//  and ddlanguage = 'E'