SAP ABAP Class CL_SLDW_INFO (Information System for Whitelists)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC (Application Component) Security
     SLDW (Package) Generic Whitelist Administration
Properties
Class CL_SLDW_INFO  
Short Description Information System for Whitelists    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLDW   Generic Whitelist Administration 
Created 20130912   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SLDW_INFO has no forward declaration.
Interfaces
Class CL_SLDW_INFO has no interface implemented.
Friends
Class CL_SLDW_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_SALV Instance attribute Private Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20130930
2 GT_COLOR_S1 Instance attribute Private Type reference (TYPE) LVC_T_SCOL Header Data Only (Definition) 20130930
3 GT_COLOR_S2 Instance attribute Private Type reference (TYPE) LVC_T_SCOL Only header data 20130930
4 GT_COLOR_S3 Instance attribute Private Type reference (TYPE) LVC_T_SCOL Only object in definition 20130930
5 GT_COLOR_S3_1 Instance attribute Private Type reference (TYPE) LVC_T_SCOL ALV control: Table for cell coloring 20130930
6 GT_COLOR_S4 Instance attribute Private Type reference (TYPE) LVC_T_SCOL Only objcet in active scenario 20130930
7 GT_NAME Instance attribute Private Type reference (TYPE) TT_NAME List of whitelists to be displayed 20130930
8 GT_OUT Instance attribute Private Type reference (TYPE) TT_OUT Output Table Type 20130930
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130930
2 GET_KEY_LIST Instance method Public Method Data Retrieval for Selection 20130930
3 PREPARE_OUTPUT Instance method Public Method Prepare whitelist display 20130930
4 PREPARE_OUTPUT_GET_SWL_DATA Instance method Private Method Get TADIR data for whitelist 20130930
5 SALV_EVT_DBLK Instance method Private Event handling method Response to Double-Click 20130930
6 SALV_SET_COLUMNS Instance method Private Method Set column attributes 20130930
7 SALV_SET_HEADER Instance method Private Method General list headers 20130930
8 SALV_SET_STATUS Instance method Private Method Set list status 20130930
9 SALV_SET_TOOLTIPS Instance method Private Method Set Tooltips for Icons 20130930
10 SET_LINE_COLOR Instance method Private Method Set color for selected cells 20130930
11 SHOW_DATA Instance method Public Method Display of hit list in ALV 20130930
Events
Class CL_SLDW_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ELEM Public See coding Whitelist name + element name 20130930 BEGIN OF ts_elem, name TYPE sldw_name, ename TYPE sldw_ename, END OF ts_elem
2 TS_NAME Public See coding Whitelist name 20130930 BEGIN OF ts_name, name TYPE sldw_name, END OF ts_name
3 TS_OUT Public See coding Output structure 20130930 BEGIN OF ts_out, name TYPE sldw_header-name, title TYPE sldw_headert-title, delta_h TYPE iconname, modflag TYPE sldw_header_rt-modflag, status_d TYPE sldw_stat, status_a TYPE sldw_stat, sal_mode_d TYPE sldw_sal_mode, sal_mode_a TYPE sldw_sal_mode, devclass TYPE devclass, srcsystem TYPE srcsystem, author TYPE responsibl, ename TYPE sldw_ename, delta_e TYPE iconname, e_stat_d TYPE sldw_elements-e_stat, e_stat_di TYPE iconname, e_stat_a TYPE sldw_elements_rt-e_stat, e_stat_ai TYPE iconname, modifier_d TYPE xumodifier, moddate_d TYPE xumoddate, modtime_d TYPE xumodtime, modifier_a TYPE xumodifier, moddate_a TYPE xumoddate, modtime_a TYPE xumodtime, mod_flag TYPE sldw_elements_rt-mod_flag, col TYPE lvc_t_scol, END OF ts_out
4 TT_ELEM Public See coding 20130930 tt_elem TYPE STANDARD TABLE OF ts_elem
5 TT_NAME Public See coding 20130930 tt_name TYPE STANDARD TABLE OF ts_name
6 TT_OUT Public See coding Output Table Type 20130930 tt_out TYPE STANDARD TABLE OF ts_out
7 TT_R_BNAME Public See coding Selection option modifier 20130930 tt_r_bname TYPE RANGE OF xubname
8 TT_R_DEVC Public See coding Selection options development package 20130930 tt_r_devc TYPE RANGE OF devclass
9 TT_R_ENAME Public See coding Selection option SLDW_ENAME 20130930 tt_r_ename TYPE RANGE OF sldw_ename
10 TT_R_NAME Public See coding Selection option SLDW_NAME 20130930 tt_r_name TYPE RANGE OF sldw_name
11 TT_R_SMODE Public See coding Selection option SAL_MODE 20130930 tt_r_smode TYPE RANGE OF sldw_sal_mode
12 TT_R_STAT Public See coding Selection option SLDW_STATUS 20130930 tt_r_stat TYPE RANGE OF sldw_stat
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SLDW_INFO has no parameter.
Method CONSTRUCTOR on class CL_SLDW_INFO has no exception.

Method GET_KEY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CNT Value transfer Type reference (TYPE) SYTABIX Anzahl gefundener Sätze 20130930
2 Importing ID_C_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Changedate 20130930
3 Importing IT_R_DEVC Call by reference Type reference (TYPE) TT_R_BNAME SelOpt Modifier 20130930
4 Importing IT_R_ENAME Call by reference Type reference (TYPE) TT_R_ENAME SelOpt: Elementname 20130930
5 Importing IT_R_MODIF Call by reference Type reference (TYPE) TT_R_BNAME SelOpt Modifier 20130930
6 Importing IT_R_NAME Call by reference Type reference (TYPE) TT_R_NAME SelOpt: Namen 20130930
7 Importing IT_R_STAT_A Call by reference Type reference (TYPE) TT_R_STAT SelOpt SLDW_STATUS (Actf) 20130930
8 Importing IT_R_STAT_D Call by reference Type reference (TYPE) TT_R_STAT SelOpt SLDW_STATUS (Def) 20130930

Method GET_KEY_LIST on class CL_SLDW_INFO has no exception.

Method PREPARE_OUTPUT Signature

Method PREPARE_OUTPUT on class CL_SLDW_INFO has no parameter.
Method PREPARE_OUTPUT on class CL_SLDW_INFO has no exception.

Method PREPARE_OUTPUT_GET_SWL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OUT Call by reference Type reference (TYPE) TS_OUT Ausgabestruktur 20130930

Method PREPARE_OUTPUT_GET_SWL_DATA on class CL_SLDW_INFO has no exception.

Method SALV_EVT_DBLK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Attribute reference (LIKE) 20130930
2 Importing ROW Call by reference Attribute reference (LIKE) 20130930

Method SALV_EVT_DBLK on class CL_SLDW_INFO has no exception.

Method SALV_SET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ALV Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basisklasse für einfache Tabellen 20130930

Method SALV_SET_COLUMNS on class CL_SLDW_INFO has no exception.

Method SALV_SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ALV Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basisklasse für einfache Tabellen 20130930

Method SALV_SET_HEADER on class CL_SLDW_INFO has no exception.

Method SALV_SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ALV Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basisklasse für einfache Tabellen 20130930

Method SALV_SET_STATUS on class CL_SLDW_INFO has no exception.

Method SALV_SET_TOOLTIPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ALV Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basisklasse für einfache Tabellen 20130930

Method SALV_SET_TOOLTIPS on class CL_SLDW_INFO has no exception.

Method SET_LINE_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OUT Call by reference Type reference (TYPE) SACF_INFOSYSTEM_ALV Ausgabestruktur für umfassende Listausgabe 20130930

Method SET_LINE_COLOR on class CL_SLDW_INFO has no exception.

Method SHOW_DATA Signature

Method SHOW_DATA on class CL_SLDW_INFO has no parameter.
Method SHOW_DATA on class CL_SLDW_INFO has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740