SAP ABAP Class CL_WDR_CFG_ACCESSKEY_ASSIST (Assistance Class for WDR_CFG_ACCESSKEY)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_CONFIGURATION (Package) Configuration for WD4A
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20110418 |
Properties
| Class | CL_WDR_CFG_ACCESSKEY_ASSIST | |
| Short Description | Assistance Class for WDR_CFG_ACCESSKEY | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CONFIGURATION | Configuration for WD4A |
| Created | 20110418 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDR_CFG_ACCESSKEY_ASSIST has no forward declaration.
Interfaces
Class CL_WDR_CFG_ACCESSKEY_ASSIST has no interface implemented.
Friends
Class CL_WDR_CFG_ACCESSKEY_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | PGMID | 'R3TR' | 'R3TR' | 20110418 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | T_ACCESSKEY | TADIR key for releasing source | 20110421 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | T_ACCESSKEYS | 20110421 | ||||
| 4 | Static Attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110525 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110525 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110418 | ||
| 2 | Instance method | Public | Method | 20110419 | ||
| 3 | Instance method | Public | Method | 20110418 | ||
| 4 | Instance method | Public | Method | 20110418 |
Events
Class CL_WDR_CFG_ACCESSKEY_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_ACCESSKEY | Public | See coding | 20110421 | BEGIN OF t_accesskey,
adir_key TYPE adir_key,
accesskey_handler TYPE REF TO cl_wdr_cfg_accesskey,
END OF t_accesskey
|
||
| 2 | T_ACCESSKEYS | Public | See coding | 20110421 | t_accesskeys TYPE TABLE OF t_accesskey WITH KEY adir_key
|
||
| 3 | T_ADIR_KEY_QUEUE | Public | See coding | 20110421 | t_adir_key_queue TYPE TABLE OF t_accesskey
|
Method Signatures
Method GET_USER_ACCESSKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | USER_ACCESSKEY | Call by reference | Type reference (TYPE) | CHAR20 | Char 20 | 20110418 |
Method GET_USER_ACCESSKEY on class CL_WDR_CFG_ACCESSKEY_ASSIST has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACCESSKEY_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_WDR_CFG_ACCESSKEY | WDA: Transport-Handling | 20110503 | |||
| 2 | ADIR_KEY | Call by reference | Type reference (TYPE) | ADIR_KEY | Objektname im Objektkatalog | 20110420 | |||
| 3 | EXECUTE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20110420 |
Method INIT on class CL_WDR_CFG_ACCESSKEY_ASSIST has no exception.
Method MODIFY_ADIRACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ADIRACCESS | Call by reference | Type reference (TYPE) | ADIRACCESS | tabelle zum abspeichern der keys für die Tadir objekte | 20110418 |
Method MODIFY_ADIRACCESS on class CL_WDR_CFG_ACCESSKEY_ASSIST has no exception.
Method MODIFY_DEVACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DEVACCESS | Call by reference | Type reference (TYPE) | DEVACCESS | Tabelle fuer Entwicklungsuser | 20110418 |
Method MODIFY_DEVACCESS on class CL_WDR_CFG_ACCESSKEY_ASSIST has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |