Hierarchy

⤷

⤷

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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_S_TF_DATES | Timeframe details | 20090819 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FFLOG_BUFFER | 20091020 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FFLOG_LOCK_BUFFER | 20120524 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FFOBJECT_BUFFER | 20090821 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FFOBJECT_BUFFER | 20100610 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FIREFIGHTER_BUFFER | 20100610 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FIREFIGHTER_BUFFER | 20090819 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_LOCK_BUFFER | 20090819 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRAC_APP_TYPE | 1 | Application Type Information | 20090819 | |
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20090819 |
Methods
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 | ![]() |
IV_NOT_ASSIGN_ROLE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20100726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100527 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Value transfer | Type reference (TYPE) | LANGU | Language Key | 20090819 | ||
2 | ![]() |
IV_TF_YEAR | Value transfer | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20090819 | ||
3 | ![]() |
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 | ![]() |
IS_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | ffuser | 20090821 | ||
2 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090821 |
Method CREATE_FIREFIGHTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | ffuser | 20090819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090819 |
Method CREATE_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20091022 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
EV_FFLOG_ID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100422 | ||
2 | ![]() |
IS_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | FF log | 20091023 | ||
3 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100518 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
EV_FFLOG_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | 20100521 | |||
2 | ![]() |
IS_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | 20100521 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100521 |
Method DELETE_FFOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP_TYPE | Call by reference | Type reference (TYPE) | GRAC_APP_TYPE | 20090821 | |||
2 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20091214 | ||
3 | ![]() |
IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_FFOBJECT | 20090821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090821 |
Method DELETE_FIREFIGHTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP_TYPE | Call by reference | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20090819 | ||
2 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20091214 | ||
3 | ![]() |
IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20090819 | ||
4 | ![]() |
IV_FF_USER | Call by reference | Type reference (TYPE) | GRAC_FIREFIGHTER | Firefighter Description | 20090819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
IV_FFLOG_ID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120524 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20120524 |
Method ENQUEUE_FIREFIGHTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20090819 | ||
2 | ![]() |
IV_CONNECTOR | Value transfer | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20091214 | ||
3 | ![]() |
IV_ENTITY | Value transfer | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20090915 | ||
4 | ![]() |
IV_FFOBJECT | Value transfer | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20090819 | ||
5 | ![]() |
IV_FF_USER | Value transfer | Type reference (TYPE) | GRAC_FIREFIGHTER | Firefighter Description | 20090819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_FFUSER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20100810 | ||
2 | ![]() |
IT_CONNECTOR_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_CONNECTOR_RANGE | 20110131 | |||
3 | ![]() |
IV_UPDATE | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20110131 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_CONNECTOR | Value transfer | Type reference (TYPE) | CHAR10 | Character Field Length = 10 | 20091214 | ||
2 | ![]() |
IV_FFOBJECT | Value transfer | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20090918 | ||
3 | ![]() |
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 | ![]() |
IV_FF_USER | Value transfer | Type reference (TYPE) | GRAC_FIREFIGHTER | Firefighter Description | 20090918 | ||
2 | ![]() |
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 | ![]() |
IV_APP_TYPE | Call by reference | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20090819 | ||
2 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20091214 | ||
3 | ![]() |
IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20090819 | ||
4 | ![]() |
IV_FF_USER | Call by reference | Type reference (TYPE) | GRAC_FIREFIGHTER | Firefighter Description | 20090819 | ||
5 | ![]() |
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 | ![]() |
ET_FIREFIGHTER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20090821 | ||
2 | ![]() |
IS_FROM_LOGON_PAD | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20100827 | |
3 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100122 | ||
4 | ![]() |
IV_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20120524 | |
5 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRAC_STRING | Connector Id | 20120524 | ||
6 | ![]() |
IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_STRING | Description for User ID or Role | 20120524 | ||
7 | ![]() |
IV_FF_USER | Call by reference | Type reference (TYPE) | GRAC_STRING | Firefighter Description | 20120524 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091110 |
Method QUERY_BASIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIREFIGHTER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20130123 | ||
2 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20130123 | ||
3 | ![]() |
IV_CONNECTOR | Value transfer | Type reference (TYPE) | GRAC_STRING | Connector Id | 20130123 | ||
4 | ![]() |
IV_FFOBJECT | Value transfer | Type reference (TYPE) | GRAC_STRING | Description for User ID or Role | 20130123 | ||
5 | ![]() |
IV_FF_USER | Value transfer | Type reference (TYPE) | GRAC_STRING | Firefighter Description | 20130123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20130123 |
Method QUERY_FFLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FFLOG_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFLOG | Firefighter Log | 20100422 | ||
2 | ![]() |
IT_CONNECTOR_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_CONNECTOR_RANGE | 20100422 | |||
3 | ![]() |
IT_DATE_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_DATE_RANGE | 20100422 | |||
4 | ![]() |
IT_FFOBJECT_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_FFOBJECT_RANGE | 20100422 | |||
5 | ![]() |
IT_FFOWNER_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_FFOWNER_RANGE | 20100813 | |||
6 | ![]() |
IT_REASON_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_REASONCODE_RANGE | 20100901 | |||
7 | ![]() |
IT_USER_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_USER_RANGE | 20100422 | |||
8 | ![]() |
IT_WORKFLOW_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_WORKFLOW_RANGE | 20100422 | |||
9 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100518 | ||
10 | ![]() |
IV_BYPASS_BUFFER | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20100818 | |
11 | ![]() |
IV_DESC_REQ | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_TRUE | Indicator | 20100818 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100422 |
Method RAISE_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NUM | Value transfer | Type reference (TYPE) | SYMSGNO | Message Number | 20090819 | ||
2 | ![]() |
IV_PAR1 | Value transfer | Type reference (TYPE) | SYMSGV | Message Variable | 20090819 | ||
3 | ![]() |
IV_PAR2 | Value transfer | Type reference (TYPE) | SYMSGV | Message Variable | 20090819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090819 |
Method READ_FFLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | FF log | 20091105 | ||
2 | ![]() |
ET_FFLOG_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFLOG | Details related to FF ID or role assignment to Firefighter | 20091020 | ||
3 | ![]() |
IT_CONNECTOR_RANGE | Call by reference | Type reference (TYPE) | CL_GRAC_API_SPM_AUDIT_WF=>YT_CONNECTOR_RANGE | 20100928 | |||
4 | ![]() |
IV_BYPASS_BUFFER | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_FALSE | Indicator | 20110125 | |
5 | ![]() |
IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20100923 | ||
6 | ![]() |
IV_FF_USER | Value transfer | Type reference (TYPE) | GRAC_FIREFIGHTER | Firefighter Description | 20091020 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091020 |
Method READ_FFLOGID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFLOG | FF log | 20100525 | ||
2 | ![]() |
IV_WF_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100525 |
Method READ_FFOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | ffuser | 20091127 | ||
2 | ![]() |
ET_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20091127 | ||
3 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100202 | ||
4 | ![]() |
IV_BYPASS_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
5 | ![]() |
IV_CONNECTOR | Value transfer | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20091214 | ||
6 | ![]() |
IV_FFOBJECT | Value transfer | Type reference (TYPE) | GRAC_FFOBJECT | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091127 |
Method READ_FFOBJECTLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | Firefighter Log | 20091105 | ||
2 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20091214 | ||
3 | ![]() |
IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20091105 | ||
4 | ![]() |
IV_FFUSER | Call by reference | Type reference (TYPE) | GRAC_USERID | User ID | 20091214 | ||
5 | ![]() |
IV_IS_DESCN | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | ABAP_TRUE | Indicator | 20120524 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091029 |
Method READ_FIREFIGHTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | Details related to FF ID or role assignment to Firefighter | 20090825 | ||
2 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100202 | ||
3 | ![]() |
IV_FF_USER | Value transfer | Type reference (TYPE) | GRAC_FIREFIGHTER | Firefighter Description | 20090819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ES_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | FF log | 20100518 | ||
2 | ![]() |
ET_FFLOG_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFLOG | Firefighter Log | 20100518 | ||
3 | ![]() |
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 | ![]() |
IV_CANCEL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090820 | |||
2 | ![]() |
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 | ![]() |
ES_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | FF log | 20100422 | ||
2 | ![]() |
ET_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFLOG | Firefighter Log | 20100521 | ||
3 | ![]() |
IV_FFLOG_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100422 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
Generic GRC API exception | 20090825 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FFOBJECT_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | ffuser | 20091217 | ||
2 | ![]() |
IT_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFUSER | ffuser | 20090825 | ||
3 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100202 | ||
4 | ![]() |
IV_AUTH_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20100715 | ||
5 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20100915 | ||
6 | ![]() |
IV_FFNAME | Value transfer | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20090903 | ||
7 | ![]() |
IV_IS_FFOBJECT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090825 |
Method UPDATE_FFOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | ffuser | 20090821 | ||
2 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090821 |
Method UPDATE_FIREFIGHTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FFLOG_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFLOG | FF log | 20091020 | ||
2 | ![]() |
IS_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | ffuser | 20090820 | ||
3 | ![]() |
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 | ![]() |
Generic GRC API exception | 20090820 |
Method VALIDATE_FIREFIGHTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIREFIGHTER_DATA | Call by reference | Type reference (TYPE) | GRAC_S_FFUSER | Details related to FF ID or role assignment to Firefighter | 20090826 | ||
2 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100202 | ||
3 | ![]() |
RV_IS_ERROR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090826 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |