SAP ABAP Class CL_USMD_USER_SERVICES (Services to access user data)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD1 (Package) Master Data: Data Modeling
⤷
⤷
Properties
| Class | CL_USMD_USER_SERVICES | |
| Short Description | Services to access user data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD1 | Master Data: Data Modeling |
| Created | 20130122 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_USER_SERVICES has no forward declaration.
Interfaces
Class CL_USMD_USER_SERVICES has no interface implemented.
Friends
Class CL_USMD_USER_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_TS_USER_NAME | 20130124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get full name for single user | 20130124 | |
| 2 | Static method | Public | Method | Get full names for many users | 20130124 |
Events
Class CL_USMD_USER_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_USER_NAME | Public | See coding | 20130124 | BEGIN OF ty_s_user_name,
uname TYPE syuname,
name_text TYPE ad_namtext,
END OF ty_s_user_name
|
||
| 2 | TY_TS_USER | Public | See coding | 20130124 | ty_ts_user TYPE SORTED TABLE OF syuname WITH UNIQUE KEY table_line
|
||
| 3 | TY_TS_USER_NAME | Public | See coding | 20130124 | ty_ts_user_name TYPE SORTED TABLE OF ty_s_user_name WITH UNIQUE KEY uname
|
Method Signatures
Method GET_USER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User name | 20130124 | ||
| 2 | RV_NAME_TEXT | Value transfer | Type reference (TYPE) | AD_NAMTEXT | Full Name of Person | 20130124 |
Method GET_USER_NAME on class CL_USMD_USER_SERVICES has no exception.
Method GET_USER_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UNAME | Call by reference | Type reference (TYPE) | TY_TS_USER | Users | 20130124 | |||
| 2 | RT_USER_NAME | Value transfer | Type reference (TYPE) | TY_TS_USER_NAME | 20130124 |
Method GET_USER_NAMES on class CL_USMD_USER_SERVICES has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |