SAP ABAP Class CL_GRAC_SPM_FEEDER_LOG (Feeder class for SPM Log)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_SUPPERUSER_ACCESS (Package) GRC SPM Support
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20100702 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20100702 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20100702 |
Properties
| Class | CL_GRAC_SPM_FEEDER_LOG | |
| Short Description | Feeder class for SPM Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRAC_SUPPERUSER_ACCESS | GRC SPM Support |
| Created | 20100702 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRAC_SPM_FEEDER_LOG has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20100702 | ||
| 2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20100702 | ||
| 3 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20100702 |
Friends
Class CL_GRAC_SPM_FEEDER_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100709 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | YS_STRU_INPUT | 20100709 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | GRFN_T_CCICONNECTOR | Connector list for scenario and sub scenario | 20100709 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_FFCTRL | Firefighter Controller mapping | 20100916 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | GRFN_T_REP_FILTER_DEFINITION | Filter Definition | 20100702 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_FFUSER | Firefighter Maintenance at API Level in ID and Role based. | 20100709 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_REPORT_INVALID_USER | Invalid user report table | 20100713 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_FFOWNER | Firefighter Maintenance at API Level in ID and Role based. | 20100709 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_REASONCOD | reason code list | 20100709 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_REPORT_LOG_SUMMARY | Table type for log summary report | 20100712 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_REPORT_INVALID_USER | Invalid user report table | 20100722 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | GRAC_T_SEARCH_RENDER_SETTINGS | Search render properties | 20100708 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100709 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | I | 20100712 | ||||
| 15 | Static Attribute | Public | Type reference (TYPE) | GRFN_REPNAME | Report name | 20100702 | |||
| 16 | Static Attribute | Public | Type reference (TYPE) | TABNAME | Table Name | 20100709 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100709 | ||
| 2 | Instance method | Private | Method | 20100709 | ||
| 3 | Instance method | Private | Method | 20100709 | ||
| 4 | Instance method | Public | Method | 20100712 | ||
| 5 | Static method | Public | Method | 20100707 |
Events
Class CL_GRAC_SPM_FEEDER_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_SEARCH | Public | See coding | 20100702 | BEGIN OF t_s_search ,
report_name TYPE grac_name,
connector TYPE grfn_connectorid ,
ff_user TYPE grac_firefighter ,
ff_owner TYPE grac_owner,
ffobject TYPE grac_ffobject,
action TYPE GRAC_ACTION,
reason_code TYPE GRFN_TITLE, "grac_reason_code,
exe_date TYPE grfn_date,
controller type GRAC_CONTROLLER, " Sumesh 6 Sep 2010
EXE_TCODE TYPE abap_bool, "Chandani for cust message 0000950851
END OF t_s_search
|
||
| 2 | YS_ROLES | Public | See coding | 20100709 | BEGIN OF ys_roles,
* add fields for the selection list here
agr_name TYPE agr_name,
description TYPE agr_title,
END OF ys_roles
|
||
| 3 | YS_STRU_INPUT | Public | See coding | 20100709 | BEGIN OF ys_stru_input,
* add fields for the display of your search input here
text TYPE ad_namtext,
END OF ys_stru_input
|
||
| 4 | YS_STRU_LIST | Public | See coding | 20100709 | 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 FILL_FIREFIGHTER_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD_NAME | Value transfer | Type reference (TYPE) | NAME_KOMP | Component name | 20100709 |
Method FILL_FIREFIGHTER_LIST on class CL_GRAC_SPM_FEEDER_LOG has no exception.
Method FILL_REASON_CODE_LIST Signature
Method FILL_REASON_CODE_LIST on class CL_GRAC_SPM_FEEDER_LOG has no parameter.
Method FILL_REASON_CODE_LIST on class CL_GRAC_SPM_FEEDER_LOG has no exception.
Method FILL_SYS_LIST Signature
Method FILL_SYS_LIST on class CL_GRAC_SPM_FEEDER_LOG has no parameter.
Method FILL_SYS_LIST on class CL_GRAC_SPM_FEEDER_LOG has no exception.
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INVALID_USER | Call by reference | Type reference (TYPE) | GRAC_T_REPORT_INVALID_USER | Invalid user report table | 20100713 | |||
| 2 | ET_RESULT | Call by reference | Type reference (TYPE) | GRAC_T_REPORT_LOG_SUMMARY | Table type for log summary report | 20100712 |
Method GET_RESULT on class CL_GRAC_SPM_FEEDER_LOG has no exception.
Method SET_REPORTNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REPORT | Value transfer | Type reference (TYPE) | GRFN_REPNAME | Report name | 20100707 |
Method SET_REPORTNAME on class CL_GRAC_SPM_FEEDER_LOG has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |