ARS_V_FLP_USER

DDL: ARS_V_FLP_USER SQL: ARS_V_FLP_USR Type: view

API Snapshot: User

ARS_V_FLP_USER is a CDS View that provides data about "API Snapshot: User" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 2 fields with key field usr.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName ARS_V_FLP_USR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label API Snapshot: User view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY usr bname
usr_descr techdesc
@AbapCatalog.sqlViewName: 'ARS_V_FLP_USR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'API Snapshot: User'

define view ARS_V_FLP_USER // Use this view only for the UI value help. Search for ARS_V_USR!

  as select from usr21

{
  key bname    as usr,
      techdesc as usr_descr // Do not use bname as alternative if techdec is empty. Value Help of Ui leads into Short Dump.

}