S_SCME_USER

DDL: S_SCME_USER SQL: S_V_SCME_USER Type: view

CME: User view

S_SCME_USER is a CDS View that provides data about "CME: User view" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 1 field with key field Name.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName S_V_SCME_USER view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label CME: User view view
ObjectModel.dataCategory #TEXT view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Name bname
@AbapCatalog.sqlViewName: 'S_V_SCME_USER'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'CME: User view'
@ObjectModel.dataCategory: #TEXT
define view S_SCME_USER
  as select from usr21
{
  key bname as Name,

      @Semantics.text: true
      case techdesc
        when '' then bname
        else techdesc
      end   as Description
}
where
  mandt = $session.client