SAP ABAP Class CL_GRAC_MODEL_SPM_FFOWNER (Owner and FF ID 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_FFOWNER | |
Short Description | Owner and FF ID 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_FFOWNER 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_FFOWNER_BUFFER | 20090820 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_FFOWNER_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 | ![]() |
Instance method | Public | Constructor | 20090819 | |
2 | ![]() |
Instance method | Private | Method | 20091215 | |
3 | ![]() |
Instance method | Public | Method | 20091215 | |
4 | ![]() |
Instance method | Public | Method | Read FF IDs assigned to Owner | 20090825 |
5 | ![]() |
Instance method | Public | Method | 20091215 | |
6 | ![]() |
Instance method | Private | Method | 20090819 | |
7 | ![]() |
Instance method | Private | Method | 20090824 | |
8 | ![]() |
Instance method | Public | Method | Saves data from Buffer tables to the database tables | 20090819 |
9 | ![]() |
Instance method | Public | Method | Update FF ID assignment/removal to Owner | 20090825 |
Events
Class CL_GRAC_MODEL_SPM_FFOWNER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_FFOWNER_BUFFER | Private | See coding | 20090820 | BEGIN OF ys_ffowner_buffer,
app_type TYPE grac_app_type,
ffobject TYPE grac_ffobject,
connector TYPE grfn_connectorid,
owner TYPE grac_owner,
updated_by TYPE grac_updated_by,
updated_on TYPE grac_updated_on,
command TYPE grfn_command,
fully_buffered TYPE abap_bool,
descn TYPE grac_descn,
END OF ys_ffowner_buffer
|
||
2 | YS_FFOWNER_QUERIED | Private | See coding | 20090911 | BEGIN OF ys_ffowner_queried,
app_type TYPE grac_app_type,
END OF ys_ffowner_queried
|
||
3 | YS_LOCK_BUFFER | Private | See coding | 20091215 | BEGIN OF ys_lock_buffer,
owner TYPE grac_userid,
END OF ys_lock_buffer
|
||
4 | YT_FFOWNER_BUFFER | Private | See coding | 20090820 | yt_ffowner_buffer TYPE HASHED TABLE OF ys_ffowner_buffer
WITH UNIQUE KEY app_type ffobject connector owner
|
||
5 | YT_FFOWNER_QUERIED | Private | See coding | 20090911 | yt_ffowner_queried TYPE HASHED TABLE OF ys_ffowner_queried WITH UNIQUE KEY app_type
|
||
6 | YT_LOCK_BUFFER | Private | See coding | 20091215 | yt_lock_buffer TYPE SORTED TABLE OF ys_lock_buffer
WITH UNIQUE DEFAULT KEY
|
Method Signatures
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_FFOWNER has no exception.
Method DEQUEUE_ALL Signature
Method DEQUEUE_ALL on class CL_GRAC_MODEL_SPM_FFOWNER has no parameter.
Method DEQUEUE_ALL on class CL_GRAC_MODEL_SPM_FFOWNER has no exception.
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FFOWNER | Value transfer | Type reference (TYPE) | GRAC_USERID | 20091215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091215 |
Method GET_FFOWNER_RELATS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FFOWNER_LIST | Call by reference | Type reference (TYPE) | GRAC_T_FFOWNER | Owners assigned for Firefighter Id | 20090825 | ||
2 | ![]() |
IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100122 | ||
3 | ![]() |
IV_OWNER | Value transfer | Type reference (TYPE) | GRAC_OWNER | Owner Description | 20090825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090825 |
Method IS_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FFOWNER | Value transfer | Type reference (TYPE) | GRAC_USERID | 20091215 | |||
2 | ![]() |
RV_LOCKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091215 |
Method IS_LOCKED on class CL_GRAC_MODEL_SPM_FFOWNER 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 | Message Number | 20090820 | ||
2 | ![]() |
IV_PAR1 | Value transfer | Type reference (TYPE) | SYMSGV | Message Variable | 20090820 | ||
3 | ![]() |
IV_PAR2 | Value transfer | Type reference (TYPE) | SYMSGV | Message Variable | 20090820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091020 |
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 | ABAP_FALSE | 20090824 |
Method REFRESH_BUFFERS on class CL_GRAC_MODEL_SPM_FFOWNER has no exception.
Method SAVE_OWNER Signature
Method SAVE_OWNER on class CL_GRAC_MODEL_SPM_FFOWNER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091022 |
Method SET_FFOWNER_RELATS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FFOWNER | Call by reference | Type reference (TYPE) | GRAC_T_FFOWNER | Owner Description | 20090825 | ||
2 | ![]() |
IV_OWNER | Value transfer | Type reference (TYPE) | GRAC_OWNER | Owner Description | 20090913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090917 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |