SAP ABAP Class CL_GRAC_MODEL_SPM_REASON (Reason Code 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_REASON | |
Short Description | Reason Code 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) |
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_REASON 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_LOCK_BUFFER | 20090911 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_REASONCOD_BUFFER | 20090821 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_REASONCOD_BUFFER | 20100610 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_REASONSYS_BUFFER | 20090915 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_REASONSYS_BUFFER | 20100610 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20090819 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYMSGV | Message Variable | 20111109 |
Methods
Events
Class CL_GRAC_MODEL_SPM_REASON has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_LOCK_BUFFER | Private | See coding | 20090827 | BEGIN OF ys_lock_buffer,
reason_code TYPE grfn_guid,
END OF ys_lock_buffer
|
||
2 | YS_REASONCOD_BUFFER | Private | See coding | 20090825 | BEGIN OF ys_reasoncod_buffer,
reason_code TYPE grfn_guid ,
reason_text TYPE grfn_title ,
status TYPE grac_status,
count TYPE grac_reason_code_count ,
updated_by TYPE grac_updated_by ,
updated_on TYPE grac_updated_on ,
command TYPE grfn_command,
descn TYPE grac_descn,
reset_count TYPE grac_timestamp,
is_reset TYPE grfn_boolean,
fully_buffered TYPE abap_bool,
END OF ys_reasoncod_buffer
|
||
3 | YS_REASONSYS_BUFFER | Private | See coding | 20090915 | BEGIN OF ys_reasonsys_buffer,
reason_code TYPE grfn_guid ,
connector TYPE grfn_connectorid ,
conn_descn TYPE rfcdoc_d,
updated_by TYPE grac_updated_by ,
updated_on TYPE grac_updated_on ,
command TYPE grfnh_command,
END OF ys_reasonsys_buffer
|
||
4 | YT_LOCK_BUFFER | Private | See coding | 20090827 | yt_lock_buffer TYPE HASHED TABLE OF ys_lock_buffer WITH UNIQUE KEY reason_code
|
||
5 | YT_REASONCOD_BUFFER | Private | See coding | 20090825 | yt_reasoncod_buffer TYPE HASHED TABLE OF ys_reasoncod_buffer
WITH UNIQUE KEY reason_code
|
||
6 | YT_REASONSYS_BUFFER | Private | See coding | 20090915 | yt_reasonsys_buffer TYPE HASHED TABLE OF ys_reasonsys_buffer
WITH UNIQUE KEY reason_code connector
|
Method Signatures
Method CHECK_VALID_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_CODE | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20091117 | ||
2 | ![]() |
IV_TITLE | Value transfer | Type reference (TYPE) | GRFN_TITLE | Title/Short Name | 20091117 | ||
3 | ![]() |
RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091117 |
Method CHECK_VALID_TITLE on class CL_GRAC_MODEL_SPM_REASON has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20090819 | ||
2 | ![]() |
IV_TF_YEAR | Call by reference | 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_REASON has no exception.
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 | 20090820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090820 |
Method CREATE_REASON_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_REASONCOD_DATA | Call by reference | Type reference (TYPE) | GRAC_S_REASONCOD | UUID of the GRC object (char32) | 20090911 | ||
2 | ![]() |
RV_REASON_CODE | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090911 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090918 |
Method DELETE_REASON_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_CODE | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090915 |
Method DEQUEUE_ALL_REASONCODES Signature
Method DEQUEUE_ALL_REASONCODES on class CL_GRAC_MODEL_SPM_REASON has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090827 |
Method ENQUEUE_REASON_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_CODE | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090915 |
Method GET_REASON_CODE_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_CODE | Call by reference | Type reference (TYPE) | GRFN_TITLE | Title/Short Name | 20121105 | ||
2 | ![]() |
RS_REASON_CODE | Value transfer | Type reference (TYPE) | GRAC_S_REASONCOD | Table type for Reason Code | 20121105 |
Method GET_REASON_CODE_BY_NAME on class CL_GRAC_MODEL_SPM_REASON has no exception.
Method GET_REASON_CODE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_CODE | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20091104 | ||
2 | ![]() |
RV_COUNT | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20091104 |
Method GET_REASON_CODE_COUNT on class CL_GRAC_MODEL_SPM_REASON has no exception.
Method GET_REASON_CODE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | 20111213 | |||
2 | ![]() |
RT_REASONCOD_LIST | Value transfer | Type reference (TYPE) | GRAC_T_REASONCOD | Table type for Reason Code | 20091028 |
Method GET_REASON_CODE_LIST on class CL_GRAC_MODEL_SPM_REASON has no exception.
Method GET_SYSTEM_REASON_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SYSTEM_LIST | Call by reference | Type reference (TYPE) | GRAC_T_REASONSYS | Reason Code and System Maintenance | 20091105 |
Method GET_SYSTEM_REASON_COUNT on class CL_GRAC_MODEL_SPM_REASON has no exception.
Method IS_REASON_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_CODE | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090915 | ||
2 | ![]() |
RV_LOCKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090915 |
Method IS_REASON_LOCKED on class CL_GRAC_MODEL_SPM_REASON 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 | 20090820 | |||
2 | ![]() |
IV_PAR1 | Value transfer | Type reference (TYPE) | SYMSGV | 20090820 | |||
3 | ![]() |
IV_PAR2 | Value transfer | Type reference (TYPE) | SYMSGV | 20090820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090820 |
Method READ_REASON_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_REASONCODE_DATA | Call by reference | Type reference (TYPE) | GRAC_S_REASONCOD | Reason Codes | 20090825 | ||
2 | ![]() |
ET_REASONSYS_LIST | Call by reference | Type reference (TYPE) | GRAC_T_REASONSYS | Reason Code and System details | 20090915 | ||
3 | ![]() |
IV_REASON_CODE | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090915 |
Method READ_SYSTEM_ASSIGNMNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_REASONSYS_LIST | Call by reference | Type reference (TYPE) | GRAC_T_REASONSYS | Reason Code and System details | 20090915 | ||
2 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | STRING | 20111213 | |||
3 | ![]() |
IV_REASON_CODE | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110202 |
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 | 20090820 | ||
2 | ![]() |
IV_CLEAN_ALL | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090920 |
Method REFRESH_BUFFERS on class CL_GRAC_MODEL_SPM_REASON has no exception.
Method SAVE Signature
Method SAVE on class CL_GRAC_MODEL_SPM_REASON has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091022 |
Method SAVE_REASONCOD_DATA Signature
Method SAVE_REASONCOD_DATA on class CL_GRAC_MODEL_SPM_REASON has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091022 |
Method SAVE_REASONSYS_DATA Signature
Method SAVE_REASONSYS_DATA on class CL_GRAC_MODEL_SPM_REASON has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091022 |
Method UPDATE_REASON_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_REASONCOD_DATA | Call by reference | Type reference (TYPE) | GRAC_S_REASONCOD | UUID of the GRC object (char32) | 20090911 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090911 |
Method UPDATE_SYSTEM_ASSIGNMNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SYSTEM_LIST | Call by reference | Type reference (TYPE) | GRAC_T_REASONSYS | table type for controller group to Controller assignment | 20090915 | ||
2 | ![]() |
IV_REASON_CODE | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20090915 |
Method UPDATE_SYSTEM_ASSIGNMNT on class CL_GRAC_MODEL_SPM_REASON has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |