ARS_V_FLP_USER
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)
| Source | Alias | Join Type |
|---|---|---|
| usr21 | usr21 | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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.
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA