SAP ABAP Class CL_GRFN_POWL_USER_OVS (POWL User OVS)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_AUDIT_MANAGEMENT (Package) Audit Management Integration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_POWL_OVS | Interface providing callback methods for using OVS with POWL | 20111014 |
Properties
| Class | CL_GRFN_POWL_USER_OVS | |
| Short Description | POWL User OVS | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_AUDIT_MANAGEMENT | Audit Management Integration |
| Created | 20111014 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_POWL_OVS | Interface providing callback methods for using OVS with POWL | 20111014 |
Friends
Class CL_GRFN_POWL_USER_OVS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | YS_STRU_INPUT | 20111014 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | GRFN_T_USER | user list | 20111014 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20111014 | |
| 2 | Instance method | Public | Method | fill the list of users in buffer | 20111014 |
Events
Class CL_GRFN_POWL_USER_OVS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_ROLES | Public | See coding | 20111014 | BEGIN OF ys_roles,
* add fields for the selection list here
agr_name TYPE agr_name,
description TYPE agr_title,
END OF ys_roles
|
||
| 2 | YS_STRU_INPUT | Public | See coding | 20111014 | BEGIN OF ys_stru_input,
* add fields for the display of your search input here
text TYPE ad_namtext,
END OF ys_stru_input
|
||
| 3 | YS_STRU_LIST | Public | See coding | 20111014 | BEGIN OF ys_stru_list,
* add fields for the selection list here
username TYPE ad_namtext,
fullname TYPE ad_namtext,
END OF ys_stru_list
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRFN_POWL_USER_OVS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_POWL_USER_OVS has no exception.
Method FILL_USER_LIST Signature
Method FILL_USER_LIST on class CL_GRFN_POWL_USER_OVS has no parameter.
Method FILL_USER_LIST on class CL_GRFN_POWL_USER_OVS has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |