SAP ABAP Class CL_GRRM_MODEL_WORKSHOP (Model class for workshop handling)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_RISK (Package) Package GRC-RM Risk
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_RISK (Package) Package GRC-RM Risk
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 | 20120109 |
Properties
Class | CL_GRRM_MODEL_WORKSHOP | |
Short Description | Model class for workshop handling | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_RISK | Package GRC-RM Risk |
Created | 20120106 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20120109 |
Friends
Class CL_GRRM_MODEL_WORKSHOP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MR_INSTANCE | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRRM_MODEL_WORKSHOP | Model class for workshop handling | 20120109 | ||
2 | MT_ACTION_BUFFER | Instance attribute | Private | Type reference (TYPE) | YT_ACTION_BUFFER | 20120514 | |||
3 | MT_LOCKS | Instance attribute | Private | Type reference (TYPE) | GRFN_T_GUID | Table of GUIDs | 20120106 | ||
4 | MT_WORKSHOP_BUFFER | Instance attribute | Private | Type reference (TYPE) | YT_WORKSHOP_BUFFER | 20120109 | |||
5 | M_LANGU | Instance attribute | Private | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20120109 |
Methods
Events
Class CL_GRRM_MODEL_WORKSHOP has no event.
Types
Class CL_GRRM_MODEL_WORKSHOP has no local type.
Method Signatures
Method ACTIONS_TO_CHANGE_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_CHANGE_HISTORY | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_CHANGE_HISTORY | Change History | 20120514 | ||
2 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120514 |
Method ACTIONS_TO_CHANGE_HISTORY on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20120109 |
Method CONSTRUCTOR on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_WORKSHOP | Call by reference | Type reference (TYPE) | GRRM_S_WORKSHOP | Header workshop data | 20120106 | ||
2 | Returning | RV_WORKSHOP_ID | Value transfer | Type reference (TYPE) | GRRM_WORKSHOP_ID | Workshop ID | 20120106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120106 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120106 |
Method ENTITY_ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_LOCKED | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20120106 | ||
2 | Exporting | EV_LOCKED_BY | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20120106 | ||
3 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRRM_WORKSHOP_ID | Workshop ID | 20120106 |
Method ENTITY_ENQUEUE on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method GET_RISK_REG_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_TITLE | Value transfer | Type reference (TYPE) | STRING | 20120515 | |||
2 | Importing | IS_RISK_REG | Call by reference | Type reference (TYPE) | GRRM_S_RISK_REG | Workshop Risk Register | 20120515 |
Method GET_RISK_REG_TITLE on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method IS_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRRM_WORKSHOP_ID | 20120106 | |||
2 | Returning | RV_LOCKED | Value transfer | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20120106 |
Method IS_LOCKED on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method LOG_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20120514 | |||
2 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120514 |
Method LOG_ACTION on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method PARTICIPANTS_TO_CHANGE_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_CHANGE_HISTORY | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_CHANGE_HISTORY | Change History | 20120514 | ||
2 | Importing | IT_PARTICIPANTS | Call by reference | Type reference (TYPE) | GRFN_T_UI_USER | 20120515 | |||
3 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120514 |
Method PARTICIPANTS_TO_CHANGE_HISTORY on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RT_WORKSHOP | Value transfer | Type reference (TYPE) | GRRM_T_WORKSHOP | Workshop header data | 20120106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120106 |
Method RAISE_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20120109 | ||
2 | Importing | PAR1 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20120109 | ||
3 | Importing | PAR2 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20120109 | ||
4 | Importing | PAR3 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20120109 | ||
5 | Importing | PAR4 | Call by reference | Type reference (TYPE) | ANY | Message Variable | 20120109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120109 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ES_WORKSHOP | Call by reference | Type reference (TYPE) | GRRM_S_WORKSHOP | Header workshop data | 20120106 | ||
2 | Exporting | ET_PARTICIPANTS | Call by reference | Type reference (TYPE) | GRFN_T_UI_USER | Recipients defined by user name | 20120106 | ||
3 | Exporting | ET_RISK_REG | Call by reference | Type reference (TYPE) | GRRM_T_RISK_REG | Workshop Risk Register | 20120327 | ||
4 | Importing | IV_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20120514 | ||
5 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120106 |
Method RISK_REG_EQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_EQ | Value transfer | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20120515 | ||
2 | Importing | IS_RISK_REG_1 | Call by reference | Type reference (TYPE) | GRRM_S_RISK_REG | Workshop Risk Register | 20120515 | ||
3 | Importing | IS_RISK_REG_2 | Call by reference | Type reference (TYPE) | GRRM_S_RISK_REG | Workshop Risk Register | 20120515 |
Method RISK_REG_EQ on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method RISK_REG_TO_CHANGE_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_CHANGE_HISTORY | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_CHANGE_HISTORY | Change History | 20120514 | ||
2 | Importing | IT_RISK_REG | Call by reference | Type reference (TYPE) | GRRM_T_RISK_REG | 20120514 | |||
3 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120514 |
Method RISK_REG_TO_CHANGE_HISTORY on class CL_GRRM_MODEL_WORKSHOP has no exception.
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_WORKSHOP | Call by reference | Type reference (TYPE) | GRRM_S_WORKSHOP | Header workshop data | 20120106 | ||
2 | Importing | IT_PARTICIPANTS | Call by reference | Type reference (TYPE) | GRFN_T_UI_USER | Recipients defined by user name | 20120106 | ||
3 | Importing | IT_RISK_REG | Call by reference | Type reference (TYPE) | GRRM_T_RISK_REG | Workshop Risk Register | 20120327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120106 |
Method WS_TO_CHANGE_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_CHANGE_HISTORY | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_CHANGE_HISTORY | Change History | 20120514 | ||
2 | Importing | IS_WORKSHOP | Call by reference | Type reference (TYPE) | GRRM_S_WORKSHOP | Header workshop data | 20120514 | ||
3 | Importing | IV_WORKSHOP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20120514 |
Method WS_TO_CHANGE_HISTORY on class CL_GRRM_MODEL_WORKSHOP has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |