SAP ABAP Class CL_GRAC_MODEL_SPM_CONTROLLER (Controller/FF assignment and maintenance Model Class)
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_CONTROLLER | |
| Short Description | Controller/FF assignment and maintenance Model Class | |
| 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) |
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_CONTROLLER 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_CNTRL_BUFFER | 20090819 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | YT_CNTRL_BUFFER | 20100610 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | YT_LOCK_BUFFER | 20091215 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20090819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check if user has authorization for cntrl FFobject assignmnt | 20121109 | |
| 2 | Instance method | Public | Constructor | 20090819 | ||
| 3 | Instance method | Private | Method | 20091215 | ||
| 4 | Instance method | Public | Method | 20091215 | ||
| 5 | Instance method | Public | Method | 20091215 | ||
| 6 | Instance method | Private | Method | 20090819 | ||
| 7 | Instance method | Public | Method | 20090819 | ||
| 8 | Instance method | Public | Method | 20090909 | ||
| 9 | Instance method | Public | Method | 20090902 | ||
| 10 | Instance method | Public | Method | 20090826 |
Events
Class CL_GRAC_MODEL_SPM_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CNTRL_BUFFER | Private | See coding | 20090819 | BEGIN OF ys_cntrl_buffer,
cntrl_id TYPE grac_controller,
app_type TYPE grac_app_type,
ffobject TYPE grac_ffobject,
connector TYPE grfn_connectorid,
delivery_opt TYPE grac_del_option,
updated_by TYPE grac_updated_by,
updated_on TYPE grac_updated_on,
fully_buffered TYPE abap_bool,
command TYPE grfn_command,
prime_cntrl TYPE wdy_boolean,
descn TYPE grac_descn,
END OF ys_cntrl_buffer
|
||
| 2 | YS_LOCK_BUFFER | Private | See coding | 20091215 | BEGIN OF ys_lock_buffer,
cntrl_id TYPE grac_controller,
END OF ys_lock_buffer
|
||
| 3 | YT_CNTRL_BUFFER | Private | See coding | 20090819 | yt_cntrl_buffer TYPE HASHED TABLE OF ys_cntrl_buffer
WITH UNIQUE KEY cntrl_id app_type ffobject connector
|
||
| 4 | YT_LOCK_BUFFER | Private | See coding | 20091215 | yt_lock_buffer TYPE SORTED TABLE OF ys_lock_buffer
WITH UNIQUE DEFAULT KEY
|
Method Signatures
Method CHECK_CNTRL_FFOBJECT_ASGN_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTVT | Call by reference | Type reference (TYPE) | AGVAL | Auth. Object in User Master Maintenance | 20121109 | |||
| 2 | IV_APPLID | Call by reference | Type reference (TYPE) | GRAC_APP_TYPE | Application ID | 20121109 | |||
| 3 | IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRFN_CONNECTORID | Controller User | 20121109 | |||
| 4 | IV_CONTROLLER | Call by reference | Type reference (TYPE) | GRAC_OWNER | Controller User | 20121109 | |||
| 5 | IV_FFOBJECT | Call by reference | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20121109 | |||
| 6 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | BOOLE_D | Return | 20121109 |
Method CHECK_CNTRL_FFOBJECT_ASGN_AUTH on class CL_GRAC_MODEL_SPM_CONTROLLER has no exception.
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_CONTROLLER has no exception.
Method DEQUEUE_ALL Signature
Method DEQUEUE_ALL on class CL_GRAC_MODEL_SPM_CONTROLLER has no parameter.
Method DEQUEUE_ALL on class CL_GRAC_MODEL_SPM_CONTROLLER has no exception.
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CNTRL_ID | Value transfer | Type reference (TYPE) | GRAC_CONTROLLER | COntroller Name | 20091215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091215 |
Method IS_LOCKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CNTRL_ID | Value transfer | Type reference (TYPE) | GRAC_CONTROLLER | COntroller Name | 20091215 | |||
| 2 | RV_LOCKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091215 |
Method IS_LOCKED on class CL_GRAC_MODEL_SPM_CONTROLLER has no exception.
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 | 20090819 | ||||
| 2 | IV_PAR1 | Value transfer | Type reference (TYPE) | SYMSGV | 20090819 | ||||
| 3 | IV_PAR2 | Value transfer | Type reference (TYPE) | SYMSGV | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090819 |
Method READ_CNTRL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CNTRL_DATA | Call by reference | Type reference (TYPE) | GRAC_T_FFCTRL | Firefighter-id controller Assignment | 20090827 | |||
| 2 | IV_APP_TYP | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20090914 | |||
| 3 | IV_CNTRL_ID | Value transfer | Type reference (TYPE) | GRAC_CONTROLLER | COntroller Name | 20090820 | |||
| 4 | IV_CONNECTOR | Value transfer | Type reference (TYPE) | GRFN_CONNECTORID | Connector Id | 20111129 | |||
| 5 | IV_FFOBJECT | Value transfer | Type reference (TYPE) | GRAC_FFOBJECT | Description for User ID or Role | 20111129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20090911 |
Method REFRESH_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLEAN_ALL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100112 |
Method REFRESH_BUFFER on class CL_GRAC_MODEL_SPM_CONTROLLER has no exception.
Method SAVE Signature
Method SAVE on class CL_GRAC_MODEL_SPM_CONTROLLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090902 |
Method SET_CTRLFF_REL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONT_FF | Call by reference | Type reference (TYPE) | GRAC_T_FFCTRL | Firefighter-controller Assignment | 20090826 | |||
| 2 | IV_APP_TYPE | Call by reference | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20090917 | |||
| 3 | IV_CNTRL_ID | Call by reference | Type reference (TYPE) | GRAC_CONTROLLER | COntroller Name | 20091202 | |||
| 4 | IV_TYPE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091028 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |