SAP ABAP Class CL_SLDW_TOOLS_SELE (Selector for Whitelist Maintenance)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC (Application Component) Security
⤷
SLDW (Package) Generic Whitelist Administration
⤷
⤷
Properties
| Class | CL_SLDW_TOOLS_SELE | |
| Short Description | Selector for Whitelist Maintenance | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLDW | Generic Whitelist Administration |
| Created | 20130521 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SLDW_TOOLS_SELE has no forward declaration.
Interfaces
Class CL_SLDW_TOOLS_SELE has no interface implemented.
Friends
Class CL_SLDW_TOOLS_SELE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Control for Selector | 20130930 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SLDW_TOOLS | Parent Object | 20130930 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_TABLE | SALV Object for Selector | 20130930 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TS_DOMA_TX | Text buffer (last status) | 20130930 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TT_SELE | Selection panel | 20130930 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TT_DOMA_TX | Text table for whitelist status | 20130930 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130930 | |
| 2 | Instance method | Public | Method | Get selected whitelists | 20130930 | |
| 3 | Instance method | Public | Method | Formatted selector list output | 20130930 | |
| 4 | Instance method | Private | Event handling method | Event Handler for Commands | 20130930 | |
| 5 | Instance method | Private | Event handling method | Event Handler for Double-Click in Selector | 20130930 | |
| 6 | Instance method | Private | Method | Column Attributes for ALV Display | 20130930 | |
| 7 | Instance method | Private | Method | Screen Status for Selection Panel | 20130930 | |
| 8 | Instance method | Public | Method | Get short text for whitelist status | 20130930 | |
| 9 | Instance method | Public | Method | Format data in accordance with key list | 20130930 |
Events
Class CL_SLDW_TOOLS_SELE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DOMA_TX | Public | Type reference (TYPE) | DD07V | Structure for Fixed Values for Domains | 20130930 | |
| 2 | TS_SELE | Public | See coding | Row structure of selector table | 20130930 | BEGIN OF ts_sele,
name TYPE sldw_headert-name,
text TYPE sldw_headert-title,
status TYPE sldw_header-status,
spras TYPE sldw_headert-spras,
status_t TYPE ddtext,
END OF ts_sele
|
|
| 3 | TT_DOMA_TX | Public | Type reference (TYPE) | DD07V_TAB | Table Type for Domain Fixed Values | 20130930 | |
| 4 | TT_SELE | Public | See coding | Table type of selector table | 20130930 | tt_sele TYPE STANDARD TABLE OF ts_sele
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | '0100' | Dynpronummer | 20130930 | ||
| 2 | ID_REPID | Call by reference | Type reference (TYPE) | SYREPID | 'SAPLSLDW' | Report zum Dynpro | 20130930 | ||
| 3 | IR_FATHER | Call by reference | Object reference (TYPE REF TO) | CL_SLDW_TOOLS | Referenz auf Vaterobjekt | 20130930 |
Method CONSTRUCTOR on class CL_SLDW_TOOLS_SELE has no exception.
Method GET_MARKED_WL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WL | Value transfer | Type reference (TYPE) | SLDW_NAME_T | Tabellentyp für Whitelistnamen | 20130930 |
Method GET_MARKED_WL on class CL_SLDW_TOOLS_SELE has no exception.
Method SALV_SHOW Signature
Method SALV_SHOW on class CL_SLDW_TOOLS_SELE has no parameter.
Method SALV_SHOW on class CL_SLDW_TOOLS_SELE has no exception.
Method SALV_SHOW_EVT_CMD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SALV_FUNCTION | Call by reference | Attribute reference (LIKE) | 20130930 |
Method SALV_SHOW_EVT_CMD on class CL_SLDW_TOOLS_SELE has no exception.
Method SALV_SHOW_EVT_DBLK Signature
Method SALV_SHOW_EVT_DBLK on class CL_SLDW_TOOLS_SELE has no parameter.
Method SALV_SHOW_EVT_DBLK on class CL_SLDW_TOOLS_SELE has no exception.
Method SALV_SHOW_SET_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ALV | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basisklasse für einfache Tabellen | 20130930 |
Method SALV_SHOW_SET_COLUMNS on class CL_SLDW_TOOLS_SELE has no exception.
Method SALV_SHOW_SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ALV | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basisklasse für einfache Tabellen | 20130930 |
Method SALV_SHOW_SET_STATUS on class CL_SLDW_TOOLS_SELE has no exception.
Method SLDW_GET_STATUS_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TX | Value transfer | Type reference (TYPE) | DDTEXT | Erläuternder Kurztext | 20130930 | |||
| 2 | ID_STATUS | Call by reference | Type reference (TYPE) | SLDW_STAT | Status einer Whitelist | 20130930 |
Method SLDW_GET_STATUS_TXT on class CL_SLDW_TOOLS_SELE has no exception.
Method SLDW_PREPARE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_KEY | Call by reference | Type reference (TYPE) | SLDW_T_KEY | Schlüsselliste von Whitelisteinträgen | 20130930 |
Method SLDW_PREPARE_DATA on class CL_SLDW_TOOLS_SELE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |