I_Acmusr02
View of user-table: USR02, used by ACM
I_Acmusr02 is a Basic CDS View that provides data about "View of user-table: USR02, used by ACM" in SAP S/4HANA. It reads from 1 data source (usr02) and exposes 16 fields with key field bname.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| usr02 | usr02 | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IACMUSR02 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | View of user-table: USR02, used by ACM | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | bname | usr02 | bname | User name |
| gltgv | usr02 | gltgv | Valid from | |
| gltgb | usr02 | gltgb | Valid to | |
| ustyp | usr02 | ustyp | User Type | |
| class | usr02 | class | User Group | |
| uflag | usr02 | uflag | User Lock | |
| accnt | usr02 | accnt | Number | |
| aname | usr02 | aname | Creator | |
| erdat | usr02 | erdat | Entered On | |
| trdat | usr02 | trdat | Transfer Date | |
| ltime | usr02 | ltime | Time received | |
| versn | usr02 | versn | Version | |
| codvn | usr02 | codvn | Code Version | |
| tzone | usr02 | tzone | Time Zone Difference | |
| zbvmaster | usr02 | zbvmaster | CUA User | |
| reserved | usr02 | reserved | Reserved |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_Acmusr02.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IACMUSR02
CREATE VIEW I_Acmusr02 AS
SELECT
usr02.bname AS bname,
usr02.gltgv AS gltgv,
usr02.gltgb AS gltgb,
usr02.ustyp AS ustyp,
usr02.class AS class,
usr02.uflag AS uflag,
usr02.accnt AS accnt,
usr02.aname AS aname,
usr02.erdat AS erdat,
usr02.trdat AS trdat,
usr02.ltime AS ltime,
usr02.versn AS versn,
usr02.codvn AS codvn,
usr02.tzone AS tzone,
usr02.zbvmaster AS zbvmaster,
usr02.reserved AS reserved
FROM usr02
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA