S_Ccl_User

DDL: S_CCL_USER SQL: S_V_CCL_USER Type: view

Custom Code List User View

S_Ccl_User is a CDS View that provides data about "Custom Code List User View" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 2 fields with key field Name.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName S_V_CCL_USER view
AbapCatalog.compiler.compareFilter true view
ClientDependent false view
EndUserText.label Custom Code List User View view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.dataCategory #TEXT view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Name bname
Description techdesc
@AbapCatalog.sqlViewName: 'S_V_CCL_USER'
@AbapCatalog.compiler.compareFilter: true
@ClientDependent: false
@EndUserText.label: 'Custom Code List User View'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
define view S_Ccl_User
  as select from usr21
{
  key bname    as Name,
      @Search.defaultSearchElement: true
      //@Search.fuzzinessThreshold: 0.7

      @Semantics.text: true
      techdesc as Description // note: no fallback logic here to enable searching! Fallback will be done in UI layer!

}
where
  mandt = $session.client