P_USER_INFO_PROF
User Information and Profiles Parameter
P_USER_INFO_PROF is a CDS View that provides data about "User Information and Profiles Parameter" in SAP S/4HANA. It reads from 1 data source (P_ALL_PROF) and exposes 21 fields with key fields mandt, bname.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ALL_PROF | P_ALL_PROF | inner |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| prof1 | xuprofile | |
| prof2 | xuprofile |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PUSERINFOPROF | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | User Information and Profiles Parameter | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | usr02 | mandt | Editing Client |
| KEY | bname | usr02 | bname | User name |
| class | usr02 | class | User Group | |
| accnt | usr02 | accnt | Number | |
| gltgv | usr02 | gltgv | Valid from | |
| gltgb | usr02 | gltgb | Valid to | |
| ustyp | usr02 | ustyp | User Type | |
| uflag | usr02 | uflag | User Lock | |
| tzone | usr02 | tzone | Time Zone Difference | |
| zbvmaster | usr02 | zbvmaster | CUA User | |
| refuser | usrefus | refuser | Reference user | |
| useralias | usrefus | useralias | Alias | |
| usgrp_user | usgrp_user | |||
| usr21 | usr21 | |||
| usr01 | usr01 | User group | ||
| usr06 | usr06 | User fld 7-amt | ||
| usracl | usracl | |||
| usr05 | usr05 | User field qty. | ||
| agr | agr | |||
| obj | obj | Object Name | ||
| profile | prof | profile | WBS sched. prof |
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 P_USER_INFO_PROF.
-- 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: PUSERINFOPROF
-- Parameters: prof1 : xuprofile, prof2 : xuprofile
CREATE VIEW P_USER_INFO_PROF AS
SELECT
usr02.mandt AS mandt,
usr02.bname AS bname,
usr02.class AS class,
usr02.accnt AS accnt,
usr02.gltgv AS gltgv,
usr02.gltgb AS gltgb,
usr02.ustyp AS ustyp,
usr02.uflag AS uflag,
usr02.tzone AS tzone,
usr02.zbvmaster AS zbvmaster,
usrefus.refuser AS refuser,
usrefus.useralias AS useralias,
usgrp_user,
usr21,
usr01,
usr06,
usracl,
usr05,
agr,
obj,
prof.profile AS profile
INNER JOIN P_ALL_PROF ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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