Hierarchy
⤷
⤷
Properties
| Class | CL_SACF_COMPARE | |
| Short Description | Compare Switchable Authorizations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SECU_ABAP | Security and Protection of ABAP Programs |
| Created | 20130625 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SACF_COMPARE has no forward declaration.
Interfaces
Class CL_SACF_COMPARE has no interface implemented.
Friends
Class CL_SACF_COMPARE 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) | BOOLE_D | Complete initialization | 20130904 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CHAR01 | Processing Mode | 20130904 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Refresh Result List | 20130904 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basis Class for Simple Tables | 20130904 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LVC_T_SCOL | Consistency check: no errors | 20130920 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LVC_T_SCOL | Consistency check: potential errors | 20130920 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | LVC_T_SCOL | Consistency check: note | 20130920 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TT_DH | Header data to be inserted | 20130904 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TT_D | Object lists to be inserted | 20130904 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | TT_RH | Active Scenario Header Data | 20130904 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | TT_DH | Scenario Definition Header Data | 20130904 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | TT_NAME | Table Type for Scenario Names | 20130904 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | LVC_T_SCOL | Consistency check: missing text | 20130920 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TT_R | Object list for active scenario | 20130904 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | TT_D | Object list for scenario definition | 20130904 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | SACF_T_COMPARE_ALV | Table Type for SACF Comparison Status | 20130904 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | TT_RH | Active header data to be deleted | 20130904 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | RSELOPTION | Select options for customer name ranges | 20130904 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | TT_R | Active object lists to be deleted | 20130904 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130904 | |
| 2 | Instance method | Private | Method | Initialize selected scenarios | 20130904 | |
| 3 | Instance method | Private | Method | Compare selected scenarios | 20130904 | |
| 4 | Instance method | Private | Method | Transport recording for selected entries | 20131118 | |
| 5 | Instance method | Private | Method | Calculate status for scenario list (set initial values) | 20130904 | |
| 6 | Instance method | Private | Method | Calcuate status for scenario list | 20130904 | |
| 7 | Instance method | Private | Method | Extend texts for status line | 20130904 | |
| 8 | Instance method | Private | Method | Display status list | 20130904 | |
| 9 | Instance method | Private | Method | Consistency check for selection (calculate internally) | 20130920 | |
| 10 | Instance method | Public | Method | Consistency check for selection | 20130920 | |
| 11 | Instance method | Private | Method | Load object list for active scenario (buffered) | 20130904 | |
| 12 | Instance method | Private | Method | Load object list for scenario (buffered) | 20130904 | |
| 13 | Instance method | Private | Method | Load scenario data from the database (both areas) | 20130904 | |
| 14 | Instance method | Private | Method | Compare scenario headers | 20130904 | |
| 15 | Instance method | Private | Method | Compare scenario object lists | 20130904 | |
| 16 | Instance method | Public | Method | Set initial values for active authorization scenarios | 20130904 | |
| 17 | Instance method | Public | Method | Automatic Comparison of Active Scenarios | 20130904 | |
| 18 | Instance method | Public | Method | Manual Comparison | 20130904 | |
| 19 | Instance method | Public | Event handling method | Command Handler | 20130904 | |
| 20 | Instance method | Public | Event handling method | Response to Double-Click | 20130904 | |
| 21 | Instance method | Private | Method | Set column attributes | 20130904 | |
| 22 | Instance method | Private | Method | Set list status | 20130920 | |
| 23 | Instance method | Private | Method | Set list status | 20130904 | |
| 24 | Instance method | Private | Method | Set Tooltips for Icons | 20130904 |
Events
Class CL_SACF_COMPARE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_H_COMP | Public | See coding | Comparison Structure for Headers | 20130904 | BEGIN OF ts_h_comp,
name TYPE scen_name,
chk_hmode TYPE scen_hmode,
sal_mode TYPE scen_sal_mode,
END OF ts_h_comp
|
|
| 2 | TS_NAME | Public | See coding | Structure for Scenario Names | 20130904 | BEGIN OF ts_name,
name TYPE scen_name,
END OF ts_name
|
|
| 3 | TS_OL_COMP | Public | See coding | Comparison Structure for Object Lists | 20130904 | BEGIN OF ts_ol_comp,
name TYPE scen_name,
object TYPE xuobject,
chk_mode TYPE scen_mode,
END OF ts_ol_comp
|
|
| 4 | TT_D | Public | See coding | 20130904 | tt_d TYPE STANDARD TABLE OF tobj_chk_ctrl_d
|
||
| 5 | TT_DH | Public | See coding | 20130904 | tt_dh TYPE STANDARD TABLE OF tobj_chk_ctrl_dh
|
||
| 6 | TT_DT | Public | See coding | 20130904 | tt_dt TYPE STANDARD TABLE OF tobj_chk_ctrl_dt
|
||
| 7 | TT_NAME | Public | See coding | Table Type for Scenario Names | 20130904 | tt_name TYPE STANDARD TABLE OF ts_name
|
|
| 8 | TT_R | Public | See coding | 20130904 | tt_r TYPE STANDARD TABLE OF tobj_chk_ctrl_r
|
||
| 9 | TT_RH | Public | See coding | Table Type for Active Header Data | 20130904 | tt_rh TYPE STANDARD TABLE OF tobj_chk_ctrl_rh
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SACF_COMPARE has no parameter.
Method CONSTRUCTOR on class CL_SACF_COMPARE has no exception.
Method SACF_CMD_COMP_1 Signature
Method SACF_CMD_COMP_1 on class CL_SACF_COMPARE has no parameter.
Method SACF_CMD_COMP_1 on class CL_SACF_COMPARE has no exception.
Method SACF_CMD_COMP_2A Signature
Method SACF_CMD_COMP_2A on class CL_SACF_COMPARE has no parameter.
Method SACF_CMD_COMP_2A on class CL_SACF_COMPARE has no exception.
Method SACF_CMD_TRAN Signature
Method SACF_CMD_TRAN on class CL_SACF_COMPARE has no parameter.
Method SACF_CMD_TRAN on class CL_SACF_COMPARE has no exception.
Method SACF_COMPUTE_STATUS_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUT | Value transfer | Type reference (TYPE) | SACF_T_COMPARE_ALV | Tabellentyp für SACF Abgleichstatus | 20130904 | |||
| 2 | ID_FULL | Call by reference | Type reference (TYPE) | BOOLE_D | Vollständige Initialisierung (inkl. Löschung) | 20130904 | |||
| 3 | IT_NAME | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130904 |
Method SACF_COMPUTE_STATUS_1 on class CL_SACF_COMPARE has no exception.
Method SACF_COMPUTE_STATUS_2A Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUT | Value transfer | Type reference (TYPE) | SACF_T_COMPARE_ALV | Tabellentyp für SACF Abgleichstatus | 20130904 | |||
| 2 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130904 |
Method SACF_COMPUTE_STATUS_2A on class CL_SACF_COMPARE has no exception.
Method SACF_COMP_GET_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_OUT | Call by reference | Type reference (TYPE) | SACF_S_COMPARE_ALV | Struktur für Darstellung des Abgleichstatus | 20130904 |
Method SACF_COMP_GET_TXT on class CL_SACF_COMPARE has no exception.
Method SACF_COMP_SHOW_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MODE | Call by reference | Type reference (TYPE) | CHAR01 | 'A' | Abgleichmode | 20130904 |
Method SACF_COMP_SHOW_ALV on class CL_SACF_COMPARE has no exception.
Method SACF_CONSI_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUT | Value transfer | Type reference (TYPE) | SACF_T_COMPARE_ALV | Tabellentyp für SACF Abgleichstatus | 20130920 | |||
| 2 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130920 |
Method SACF_CONSI_CHECK on class CL_SACF_COMPARE has no exception.
Method SACF_CONSI_CHK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130920 |
Method SACF_CONSI_CHK on class CL_SACF_COMPARE has no exception.
Method SACF_GET_OBJ_A_FROM_BUF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_A | Value transfer | Type reference (TYPE) | SACF_T_OBJLST_ACT | Tabellentyp zu TOBJ_CHK_CTRL_R | 20130904 | |||
| 2 | ID_NAME | Call by reference | Type reference (TYPE) | SCEN_NAME | Szenarioname für schaltbare Berechtigungsprüfung | 20130904 |
Method SACF_GET_OBJ_A_FROM_BUF on class CL_SACF_COMPARE has no exception.
Method SACF_GET_OBJ_D_FROM_BUF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_D | Value transfer | Type reference (TYPE) | SACF_T_OBJLST_DEV | Tabellentyp zu TOBJ_CHK_CTRL_D | 20130904 | |||
| 2 | ID_NAME | Call by reference | Type reference (TYPE) | SCEN_NAME | Szenarioname für schaltbare Berechtigungsprüfung | 20130904 |
Method SACF_GET_OBJ_D_FROM_BUF on class CL_SACF_COMPARE has no exception.
Method SACF_GET_SACF_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130904 |
Method SACF_GET_SACF_FROM_DB on class CL_SACF_COMPARE has no exception.
Method SACF_HEADER_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_RETURN | Value transfer | Type reference (TYPE) | CHAR01 | E..qual, A..utomatic, M..anual, S...FLagkorrektur | 20130904 | |||
| 2 | ID_NAME | Call by reference | Type reference (TYPE) | SCEN_NAME | Szenarioname für schaltbare Berechtigungsprüfung | 20130904 |
Method SACF_HEADER_COMP on class CL_SACF_COMPARE has no exception.
Method SACF_OBJLST_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_RETURN | Value transfer | Type reference (TYPE) | CHAR01 | E..qual, A..utomatic, M..anual, S...FLagkorrektur | 20130904 | |||
| 2 | ID_NAME | Call by reference | Type reference (TYPE) | SCEN_NAME | Szenarioname für schaltbare Berechtigungsprüfung | 20130904 |
Method SACF_OBJLST_COMP on class CL_SACF_COMPARE has no exception.
Method SACF_RUN_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FULL | Call by reference | Type reference (TYPE) | BOOLE_D | Vollständige Initialisierung (inkl. Löschung) | 20130904 | |||
| 2 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Szenarionamen | 20130904 |
Method SACF_RUN_1 on class CL_SACF_COMPARE has no exception.
Method SACF_RUN_2A Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130904 |
Method SACF_RUN_2A on class CL_SACF_COMPARE has no exception.
Method SACF_RUN_2B Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMES | Call by reference | Type reference (TYPE) | TT_NAME | Tabellentyp für Szenarionamen | 20130904 |
Method SACF_RUN_2B on class CL_SACF_COMPARE has no exception.
Method SALV_EVT_CMD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SALV_FUNCTION | Value transfer | Attribute reference (LIKE) | 20130904 |
Method SALV_EVT_CMD on class CL_SACF_COMPARE has no exception.
Method SALV_EVT_DBLK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN | Value transfer | Attribute reference (LIKE) | 20130904 | |||||
| 2 | ROW | Value transfer | Attribute reference (LIKE) | 20130904 |
Method SALV_EVT_DBLK on class CL_SACF_COMPARE has no exception.
Method SALV_SET_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MODE | Call by reference | Type reference (TYPE) | CHAR01 | Abgleichmode | 20130920 | |||
| 2 | IR_ALV | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basisklasse für einfache Tabellen | 20130904 |
Method SALV_SET_COLUMNS on class CL_SACF_COMPARE has no exception.
Method SALV_SET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MODE | Call by reference | Type reference (TYPE) | CHAR01 | Abgleichmode | 20130920 | |||
| 2 | IR_ALV | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basisklasse für einfache Tabellen | 20130920 |
Method SALV_SET_HEADER on class CL_SACF_COMPARE has no exception.
Method SALV_SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MODE | Call by reference | Type reference (TYPE) | CHAR01 | Abgleichmode | 20130904 | |||
| 2 | IR_ALV | Call by reference | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basisklasse für einfache Tabellen | 20130904 |
Method SALV_SET_STATUS on class CL_SACF_COMPARE has no exception.
Method SALV_SET_TOOLTIPS 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 | 20130904 |
Method SALV_SET_TOOLTIPS on class CL_SACF_COMPARE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |