SAP ABAP Class CL_ILM_GENERAL (ILM: General Methods)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-RSE (Application Component) Technical reuse
⤷
S_ARC_ILM_GENERAL (Package) General ILM Functions and Objects
⤷
⤷
Properties
| Class | CL_ILM_GENERAL | |
| Short Description | ILM: General Methods | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ARC_ILM_GENERAL | General ILM Functions and Objects |
| Created | 20081204 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ILM_GENERAL has no forward declaration.
Interfaces
Class CL_ILM_GENERAL has no interface implemented.
Friends
Class CL_ILM_GENERAL 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_T_USER_NAME | 20130212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | User's Real Name Determined from User ID | 20130212 | |
| 2 | Static method | Public | Method | Load Parameter | 20081204 |
Events
Class CL_ILM_GENERAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_USER_NAME | Private | See coding | 20130212 | BEGIN OF ty_s_user_name,
username TYPE xubname,
fullname TYPE ad_namtext,
END OF ty_s_user_name
|
||
| 2 | TY_T_USER_NAME | Private | See coding | 20130212 | ty_t_user_name TYPE SORTED TABLE OF ty_s_user_name WITH UNIQUE KEY username
|
Method Signatures
Method GET_FULLNAME_FOR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USERNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername | 20130212 | |||
| 2 | RV_FULLNAME | Value transfer | Type reference (TYPE) | AD_NAMTEXT | Vollständiger Name der Person | 20130212 |
Method GET_FULLNAME_FOR_USER on class CL_ILM_GENERAL has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NAME | Call by reference | Type reference (TYPE) | CHAR24 | Characterfeld Länge 24 | 20081204 | |||
| 2 | RE_VALUE | Value transfer | Type reference (TYPE) | TEXT50 | Textfeld | 20081204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081204 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 720 |