SAP ABAP Class CL_GRAC_MODEL_SPM_FIREFIGHT (FF ID and Role maintenance and assignment)
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_GRFN_API_MODEL Interface for handling of GRC API models 20090819
Properties
Class CL_GRAC_MODEL_SPM_FIREFIGHT  
Short Description FF ID and Role maintenance and assignment    
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 20090819   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_GRAC_API_SPM_AUDIT_WF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20090819
Friends
Class CL_GRAC_MODEL_SPM_FIREFIGHT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DATES Instance attribute Private Type reference (TYPE) GRFN_S_TF_DATES Timeframe details 20090819
2 MT_FFLOG_BUFFER Instance attribute Private Type reference (TYPE) YT_FFLOG_BUFFER 20091020
3 MT_FFLOG_LOCK_BUFFER Instance attribute Private Type reference (TYPE) YT_FFLOG_LOCK_BUFFER 20120524
4 MT_FFOBJECT_BUFFER Instance attribute Private Type reference (TYPE) YT_FFOBJECT_BUFFER 20090821
5 MT_FFOBJECT_PREV Instance attribute Private Type reference (TYPE) YT_FFOBJECT_BUFFER 20100610
6 MT_FFUSER_PREV Instance attribute Private Type reference (TYPE) YT_FIREFIGHTER_BUFFER 20100610
7 MT_FIREFIGHTER_BUFFER Instance attribute Private Type reference (TYPE) YT_FIREFIGHTER_BUFFER 20090819
8 MT_LOCK_BUFFER Instance attribute Private Type reference (TYPE) YT_LOCK_BUFFER 20090819
9 MV_APP_TYPE Instance attribute Private Type reference (TYPE) GRAC_APP_TYPE 1 Application Type Information 20090819
10 MV_LANG Instance attribute Private Type reference (TYPE) LANGU Language Key 20090819
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_ROLE Instance method Private Method 20100505
2 CONSTRUCTOR Instance method Public Constructor Constructor 20090819
3 CREATE_FFOBJECT Instance method Private Method 20090821
4 CREATE_FIREFIGHTER Instance method Public Method Create firefighter assignment 20090819
5 CREATE_GUID Instance method Private Method 20091022
6 CREATE_UPDATE_FFLOG Instance method Public Method 20091023
7 CREATE_UPDATE_ROLEFFLOG Instance method Private Method 20100521
8 DELETE_FFOBJECT Instance method Private Method 20090821
9 DELETE_FIREFIGHTER Instance method Public Method Delete firefighter assignment 20090819
10 DEQUEUE_ALL_FFLOG Instance method Private Method To Unlock FFlog object 20120524
11 DEQUEUE_ALL_FIREFIGHTERS Instance method Private Method Unlock firefighter assignment 20090820
12 ENQUEUE_FFLOG Instance method Public Method To lock fflog object 20120524
13 ENQUEUE_FIREFIGHTER Instance method Public Method Set user lock on firefighter assignment 20090819
14 GET_LOGGED_USERS Instance method Public Method 20100810
15 IS_FFID_LOCKED Instance method Public Method 20090918
16 IS_FFUSER_LOCKED Instance method Public Method 20090918
17 IS_FIREFIGHTER_LOCKED Instance method Public Method Check if firefighter assignment is locked by user 20090819
18 QUERY Instance method Public Method Read all firefighter assignment 20090821
19 QUERY_BASIC Instance method Public Method Read all firefighter assignment, only basic info 20130123
20 QUERY_FFLOG Instance method Public Method 20100422
21 RAISE_ERROR Instance method Private Method Raise exception 20090819
22 READ_FFLOG Instance method Public Method Read fflog 20091020
23 READ_FFLOGID Instance method Public Method Read the list of fflogid on basis of wf_id 20100525
24 READ_FFOBJECT Instance method Public Method 20091127
25 READ_FFOBJECTLOG Instance method Private Method 20091029
26 READ_FIREFIGHTER Instance method Public Method Read firefighter assignment data 20090819
27 READ_ROLE_FFLOG Instance method Private Method 20100518
28 REFRESH_BUFFERS Instance method Private Method 20090820
29 RETRIEVE_FFLOG Instance method Public Method 20100422
30 SAVE_FF_DATA Instance method Private Method Save all the buffered data based on the command 20090825
31 UPDATE Instance method Public Method 20090821
32 UPDATE_FFOBJECT Instance method Private Method 20090821
33 UPDATE_FIREFIGHTER Instance method Public Method Update firefighter assignment 20090819
34 VALIDATE_FIREFIGHTER Instance method Private Method 20090826
Events
Class CL_GRAC_MODEL_SPM_FIREFIGHT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FFLOG_BUFFER Private See coding 20091020 BEGIN OF ys_fflog_buffer, app_type TYPE grac_app_type, fflog_id TYPE grfn_guid, ffobject TYPE grac_ffobject , connector TYPE grfn_connectorid, ff_user TYPE grac_firefighter, logon_time TYPE timestamp, reason_code TYPE grfn_guid, reason_text type GRFN_TITLE, text_object TYPE grfn_guid, ff_owner TYPE grac_owner , command TYPE grfn_command, reason_code_descn TYPE string, activity_descn TYPE string, addnl_activity_descn TYPE string, logon_id TYPE grfn_guid, workflow_sent TYPE grfn_boolean, wf_id TYPE grfn_guid, logoff_time TYPE timestamp, login_status TYPE grac_login_status, LOG_FROM_PLUGIN type GRAC_BOOLEAN, END OF ys_fflog_buffer
2 YS_FFLOG_LOCK_BUFFER Private See coding 20120524 BEGIN OF ys_fflog_lock_buffer, app_type TYPE grac_app_type, fflog_id TYPE grfn_guid, ffobject TYPE grac_ffobject , connector TYPE grfn_connectorid, ff_user TYPE grac_firefighter, logon_time TYPE timestamp, reason_code TYPE grfn_guid, reason_text type GRFN_TITLE, text_object TYPE grfn_guid, ff_owner TYPE grac_owner , command TYPE grfn_command, reason_code_descn TYPE string, activity_descn TYPE string, addnl_activity_descn TYPE string, logon_id TYPE grfn_guid, workflow_sent TYPE grfn_boolean, wf_id TYPE grfn_guid, END OF ys_fflog_lock_buffer
3 YS_FFOBJECT_BUFFER Private See coding 20090821 BEGIN OF ys_ffobject_buffer, app_type TYPE grac_app_type, ffobject TYPE grac_ffobject, connector TYPE grfn_connectorid, updated_on TYPE grac_updated_on, updated_by TYPE grac_updated_by, criticality TYPE grac_criticality, descn TYPE grac_long_descn, command TYPE grfn_command, fully_buffered TYPE abap_bool, END OF ys_ffobject_buffer
4 YS_FIREFIGHTER_BUFFER Private See coding 20090819 BEGIN OF ys_firefighter_buffer, app_type TYPE grac_app_type, ffobject TYPE grac_ffobject, connector TYPE grfn_connectorid, ff_user TYPE grac_firefighter, owner TYPE grac_owner, valid_from TYPE grac_date, valid_to TYPE grac_date, updated_on TYPE grac_updated_on, updated_by TYPE grac_updated_by, logged TYPE grfn_boolean, last_logon TYPE timestamp, command TYPE grfn_command, fully_buffered TYPE abap_bool, delete_status TYPE grfn_boolean, descn TYPE grac_descn, END OF ys_firefighter_buffer
5 YS_LOCK_BUFFER Private See coding 20090819 BEGIN OF ys_lock_buffer, app_type TYPE grac_app_type, ffobject TYPE grac_ffobject, connector TYPE grfn_connectorid, ff_user TYPE grac_firefighter, END OF ys_lock_buffer
6 YT_FFLOG_BUFFER Private See coding 20091020 yt_fflog_buffer TYPE STANDARD TABLE OF ys_fflog_buffer
7 YT_FFLOG_LOCK_BUFFER Private See coding 20120524 yt_fflog_lock_buffer TYPE HASHED TABLE OF ys_fflog_lock_buffer WITH UNIQUE KEY fflog_id
8 YT_FFOBJECT_BUFFER Private See coding 20090821 yt_ffobject_buffer TYPE HASHED TABLE OF ys_ffobject_buffer WITH UNIQUE KEY app_type ffobject connector
9 YT_FIREFIGHTER_BUFFER Private See coding 20090819 yt_firefighter_buffer TYPE HASHED TABLE OF ys_firefighter_buffer WITH UNIQUE KEY app_type ffobject connector ff_user
10 YT_LOCK_BUFFER Private See coding 20090819 yt_lock_buffer TYPE HASHED TABLE OF ys_lock_buffer WITH UNIQUE KEY app_type ffobject connector ff_user
Method Signatures

Method ASSIGN_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NOT_ASSIGN_ROLE Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20100726
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100527

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Value transfer Type reference (TYPE) LANGU Language Key 20090819
2 Importing IV_TF_YEAR Value transfer Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20090819
3 Importing IV_TIMEFRAME Value transfer Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20090819

Method CONSTRUCTOR on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method CREATE_FFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER ffuser 20090821
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100202
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090821

Method CREATE_FIREFIGHTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER ffuser 20090819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090819

Method CREATE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20091022
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091023

Method CREATE_UPDATE_FFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FFLOG_ID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100422
2 Importing IS_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG FF log 20091023
3 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100518
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091026

Method CREATE_UPDATE_ROLEFFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FFLOG_ID Call by reference Type reference (TYPE) GRFN_GUID 20100521
2 Importing IS_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG 20100521
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100521

Method DELETE_FFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP_TYPE Call by reference Type reference (TYPE) GRAC_APP_TYPE 20090821
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091214
3 Importing IV_FFOBJECT Call by reference Type reference (TYPE) GRAC_FFOBJECT 20090821
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090821

Method DELETE_FIREFIGHTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP_TYPE Call by reference Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20090819
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091214
3 Importing IV_FFOBJECT Call by reference Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20090819
4 Importing IV_FF_USER Call by reference Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20090819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090819

Method DEQUEUE_ALL_FFLOG Signature

Method DEQUEUE_ALL_FFLOG on class CL_GRAC_MODEL_SPM_FIREFIGHT has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120524

Method DEQUEUE_ALL_FIREFIGHTERS Signature

Method DEQUEUE_ALL_FIREFIGHTERS on class CL_GRAC_MODEL_SPM_FIREFIGHT has no parameter.
Method DEQUEUE_ALL_FIREFIGHTERS on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method ENQUEUE_FFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FFLOG_ID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20120524
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120524

Method ENQUEUE_FIREFIGHTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20090819
2 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091214
3 Importing IV_ENTITY Value transfer Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20090915
4 Importing IV_FFOBJECT Value transfer Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20090819
5 Importing IV_FF_USER Value transfer Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20090819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090820

Method GET_LOGGED_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FFUSER_LIST Call by reference Type reference (TYPE) GRAC_T_FFUSER Details related to FF ID or role assignment to Firefighter 20100810
2 Importing IT_CONNECTOR_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_CONNECTOR_RANGE 20110131
3 Importing IV_UPDATE Value transfer Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20110131
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110117

Method IS_FFID_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Value transfer Type reference (TYPE) CHAR10 Character Field Length = 10 20091214
2 Importing IV_FFOBJECT Value transfer Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20090918
3 Returning RV_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20090918

Method IS_FFID_LOCKED on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method IS_FFUSER_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FF_USER Value transfer Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20090918
2 Returning RV_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20091028

Method IS_FFUSER_LOCKED on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method IS_FIREFIGHTER_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP_TYPE Call by reference Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20090819
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091214
3 Importing IV_FFOBJECT Call by reference Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20090819
4 Importing IV_FF_USER Call by reference Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20090819
5 Returning RV_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20090819

Method IS_FIREFIGHTER_LOCKED on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIREFIGHTER_LIST Call by reference Type reference (TYPE) GRAC_T_FFUSER Details related to FF ID or role assignment to Firefighter 20090821
2 Importing IS_FROM_LOGON_PAD Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20100827
3 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100122
4 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20120524
5 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRAC_STRING Connector Id 20120524
6 Importing IV_FFOBJECT Call by reference Type reference (TYPE) GRAC_STRING Description for User ID or Role 20120524
7 Importing IV_FF_USER Call by reference Type reference (TYPE) GRAC_STRING Firefighter Description 20120524
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method QUERY_BASIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIREFIGHTER_LIST Call by reference Type reference (TYPE) GRAC_T_FFUSER Details related to FF ID or role assignment to Firefighter 20130123
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20130123
3 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRAC_STRING Connector Id 20130123
4 Importing IV_FFOBJECT Value transfer Type reference (TYPE) GRAC_STRING Description for User ID or Role 20130123
5 Importing IV_FF_USER Value transfer Type reference (TYPE) GRAC_STRING Firefighter Description 20130123
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130123

Method QUERY_FFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FFLOG_LIST Call by reference Type reference (TYPE) GRAC_T_FFLOG Firefighter Log 20100422
2 Importing IT_CONNECTOR_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_CONNECTOR_RANGE 20100422
3 Importing IT_DATE_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_DATE_RANGE 20100422
4 Importing IT_FFOBJECT_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_FFOBJECT_RANGE 20100422
5 Importing IT_FFOWNER_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_FFOWNER_RANGE 20100813
6 Importing IT_REASON_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_REASONCODE_RANGE 20100901
7 Importing IT_USER_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_USER_RANGE 20100422
8 Importing IT_WORKFLOW_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_WORKFLOW_RANGE 20100422
9 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100518
10 Importing IV_BYPASS_BUFFER Value transfer Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20100818
11 Importing IV_DESC_REQ Value transfer Type reference (TYPE) GRFN_BOOLEAN ABAP_TRUE Indicator 20100818
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100422

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUM Value transfer Type reference (TYPE) SYMSGNO Message Number 20090819
2 Importing IV_PAR1 Value transfer Type reference (TYPE) SYMSGV Message Variable 20090819
3 Importing IV_PAR2 Value transfer Type reference (TYPE) SYMSGV Message Variable 20090819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090819

Method READ_FFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG FF log 20091105
2 Exporting ET_FFLOG_LIST Call by reference Type reference (TYPE) GRAC_T_FFLOG Details related to FF ID or role assignment to Firefighter 20091020
3 Importing IT_CONNECTOR_RANGE Call by reference Type reference (TYPE) CL_GRAC_API_SPM_AUDIT_WF=>YT_CONNECTOR_RANGE 20100928
4 Importing IV_BYPASS_BUFFER Value transfer Type reference (TYPE) GRFN_BOOLEAN ABAP_FALSE Indicator 20110125
5 Importing IV_FFOBJECT Call by reference Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20100923
6 Importing IV_FF_USER Value transfer Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20091020
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091020

Method READ_FFLOGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_T_FFLOG FF log 20100525
2 Importing IV_WF_ID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100525
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100525

Method READ_FFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER ffuser 20091127
2 Exporting ET_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_T_FFUSER Details related to FF ID or role assignment to Firefighter 20091127
3 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100202
4 Importing IV_BYPASS_BUFFER Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091127
5 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091214
6 Importing IV_FFOBJECT Value transfer Type reference (TYPE) GRAC_FFOBJECT 20091127
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091127

Method READ_FFOBJECTLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG Firefighter Log 20091105
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20091214
3 Importing IV_FFOBJECT Call by reference Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20091105
4 Importing IV_FFUSER Call by reference Type reference (TYPE) GRAC_USERID User ID 20091214
5 Importing IV_IS_DESCN Value transfer Type reference (TYPE) GRFN_BOOLEAN ABAP_TRUE Indicator 20120524
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091029

Method READ_FIREFIGHTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_T_FFUSER Details related to FF ID or role assignment to Firefighter 20090825
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100202
3 Importing IV_FF_USER Value transfer Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20090819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090819

Method READ_ROLE_FFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG FF log 20100518
2 Exporting ET_FFLOG_LIST Call by reference Type reference (TYPE) GRAC_T_FFLOG Firefighter Log 20100518
3 Importing IV_FF_USER Value transfer Type reference (TYPE) GRAC_FIREFIGHTER Firefighter Description 20100518

Method READ_ROLE_FFLOG on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method REFRESH_BUFFERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CANCEL Value transfer Type reference (TYPE) ABAP_BOOL 20090820
2 Importing IV_CLEAN_ALL Value transfer Type reference (TYPE) ABAP_BOOL 20091103

Method REFRESH_BUFFERS on class CL_GRAC_MODEL_SPM_FIREFIGHT has no exception.

Method RETRIEVE_FFLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG FF log 20100422
2 Exporting ET_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_T_FFLOG Firefighter Log 20100521
3 Importing IV_FFLOG_ID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100422
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100422

Method SAVE_FF_DATA Signature

Method SAVE_FF_DATA on class CL_GRAC_MODEL_SPM_FIREFIGHT has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090825

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FFOBJECT_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER ffuser 20091217
2 Importing IT_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_T_FFUSER ffuser 20090825
3 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100202
4 Importing IV_AUTH_FLAG Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100715
5 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100915
6 Importing IV_FFNAME Value transfer Type reference (TYPE) GRAC_FFOBJECT Description for User ID or Role 20090903
7 Importing IV_IS_FFOBJECT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090903
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090825

Method UPDATE_FFOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER ffuser 20090821
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100202
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090821

Method UPDATE_FIREFIGHTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FFLOG_DATA Call by reference Type reference (TYPE) GRAC_S_FFLOG FF log 20091020
2 Importing IS_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER ffuser 20090820
3 Importing IV_AUTH_FLAG Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100715
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090820

Method VALIDATE_FIREFIGHTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIREFIGHTER_DATA Call by reference Type reference (TYPE) GRAC_S_FFUSER Details related to FF ID or role assignment to Firefighter 20090826
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100202
3 Returning RV_IS_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20091026
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090826
History
Last changed by/on SAP  20141106 
SAP Release Created in 600