Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MSMPRULE_FUNCTION | MSMP Workflow Rule Execution | 20100113 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MSMPRULE_PARAM_TABLE | Handler for Table of parameters for MSMP Rules Exection | 20100113 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_MSMP_RULE_BASE_FLAT | MSMP Flat Rules (Line item by LineItem) | 20100604 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_MSMP_RULE_BY_BRFPLUS | MSMP Rules By BRF+ | 20100115 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_MSMP_RULE_BY_CLASS | MSMP Rules By Static Class | 20100114 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_MSMP_RULE_BY_FMODULE | MSMP Rules By Function Modules | 20100115 |
Properties
Class | CL_GRFN_MSMP_RULE_BASE | |
Short Description | Base Class for Initiator Rules | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_MSMP_WORKFLOW | GRC Shared MSMP Engine |
Created | 20090928 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_MSMPRULE_FUNCTION | MSMP Workflow Rule Execution | 20100113 | ||
2 | IF_GRFN_MSMPRULE_PARAM_TABLE | Handler for Table of parameters for MSMP Rules Exection | 20100113 |
Friends
Class CL_GRFN_MSMP_RULE_BASE 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) | GRFNMWCNDEBUG | MSMP Global Settings per Process | 20100308 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRFNMWCNPRCTY | MSMP Process Type | 20100113 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRFN_MW_S_RULE_CONTEXT | MSMP Rule Execution Context | 20100112 | ||
4 | ![]() |
Instance attribute | Protected | Attribute reference (LIKE) | 20100113 | ||||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRFN_MW_PROCESS_TYPE | MSMP Process Type | 20090928 |
Methods
Events
Class CL_GRFN_MSMP_RULE_BASE has no event.
Types
Class CL_GRFN_MSMP_RULE_BASE has no local type.
Method Signatures
Method ADD_PARAMETER Signature
Method ADD_PARAMETER on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method ADD_PARAMETER on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method ADD_PARAMETER_STRUCTURE Signature
Method ADD_PARAMETER_STRUCTURE on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method ADD_PARAMETER_STRUCTURE on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method CHECK_AGENT_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 | |||
2 | ![]() |
IT_LINEITEM_INDEX_SORTED | Call by reference | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | Table of MSMP Line Item Keys | 20101216 | ||
3 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20101216 |
Method CHECK_INITIATOR_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 | |||
2 | ![]() |
IT_LINEITEM_INDEX_SORTED | Value transfer | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | Table of MSMP Line Item Keys | 20101216 | ||
3 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20101216 |
Method CHECK_ROUTING_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 | |||
2 | ![]() |
IT_LINEITEM_INDEX_SORTED | Value transfer | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | Table of MSMP Line Item Keys | 20101216 | ||
3 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20101216 |
Method CHECK_RULE_PARAM_CONVERTIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_PARAMS | Value transfer | Type reference (TYPE) | GRFN_MW_T_RULE_PARAMETER | Table of MSMP Rule Parameters | 20100121 | ||
2 | ![]() |
EV_CONVERTED_TO_DDIC | Value transfer | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100121 | ||
3 | ![]() |
IS_LOG_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100428 | ||
4 | ![]() |
I_DDIC_FROM | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100121 | ||
5 | ![]() |
I_DDIC_TO | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100121 | ||
6 | ![]() |
I_IS_MANDATORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100121 | |||
7 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100428 | ||
8 | ![]() |
I_MAPPING_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20100121 | ||
9 | ![]() |
I_PARAM_NAME | Call by reference | Type reference (TYPE) | GRFN_MW_RULE_PARAM_NAME | Rule Parameter Name | 20100121 | ||
10 | ![]() |
I_PRESERVE_VALUE_FOR_FIELD | Call by reference | Type reference (TYPE) | GRFN_MW_LINE_ITEM_KEY_FIELD | SPACE | Line Item Key Field Name | 20100428 | |
11 | ![]() |
I_TABLE_CONVERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100121 | |||
12 | ![]() |
I_TABLE_CONV_TABLETYPE | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20100121 |
Method CHECK_VARIABLES_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 | |||
2 | ![]() |
IT_LINEITEM_INDEX_SORTED | Value transfer | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | Table of MSMP Line Item Keys | 20101216 | ||
3 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20101216 |
Method CLEAN_DUPLICIT_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_RESULT | Call by reference | Type reference (TYPE) | GRFN_MW_S_RULE_PARAMETER | MSMP Rules Parameters | 20100329 | ||
2 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20100329 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_RULE_CONTEXT | Value transfer | Type reference (TYPE) | GRFN_MW_S_RULE_CONTEXT | MSMP Rule Execution Context | 20100112 | ||
2 | ![]() |
IV_PROCESS_TYPE | Value transfer | Type reference (TYPE) | GRFN_MW_PROCESS_TYPE | MSMP Process Type | 20091006 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
MSMP Operation Not Allowed | 20100113 |
Method CONVERT_RULE_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONVERTED_PARAMS | Value transfer | Type reference (TYPE) | GRFN_MW_T_RULE_PARAMETER | Table of MSMP Rule Parameters | 20100113 | ||
2 | ![]() |
ET_LINEITEM_INDEX | Value transfer | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | 20101216 | |||
3 | ![]() |
EV_HEADER_CONVERTED_TO_DDIC | Value transfer | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100113 | ||
4 | ![]() |
EV_LINEITM_CONVERTED_TO_DDIC | Value transfer | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20100113 | ||
5 | ![]() |
IS_LOG_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100428 | ||
6 | ![]() |
IS_PROCESS_TYPE_INFO | Call by reference | Type reference (TYPE) | GRFNMWCNPRCTY | MSMP Process Type | 20100113 | ||
7 | ![]() |
IT_PARAMS | Call by reference | Type reference (TYPE) | GRFN_MW_T_RULE_PARAMETER | Table of MSMP Rule Parameters | 20100113 | ||
8 | ![]() |
I_LOG_EXECUTION | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100428 | ||
9 | ![]() |
I_RULE_KIND | Call by reference | Type reference (TYPE) | GRFN_MW_RULE_KIND | MSMP Rule Kind | 20100113 | ||
10 | ![]() |
I_RULE_TYPE | Call by reference | Type reference (TYPE) | GRFN_MW_RULE_TYPE | Rule Type | 20100618 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20100113 |
Method GET_PARAMETERS Signature
Method GET_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method GET_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_AGENT_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 |
Method LOG_AGENT_RESULTS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_INITIATOR_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 |
Method LOG_INITIATOR_RESULTS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_ROUTING_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 |
Method LOG_ROUTING_RESULTS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_RULE_INPUT_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CALLER_ID_PREFIX | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20100302 |
Method LOG_RULE_INPUT_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_SY_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MSG_SYMSGID | Call by reference | Type reference (TYPE) | SYMSGID | SY-MSGID | 20100122 | ||
2 | ![]() |
I_MSG_SYMSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | SY-MSGNO | 20100122 | ||
3 | ![]() |
I_MSG_SYMSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | SY-MSGTY | 20100122 | ||
4 | ![]() |
I_MSG_SYMSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV1 | 20100122 | ||
5 | ![]() |
I_MSG_SYMSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV2 | 20100122 | ||
6 | ![]() |
I_MSG_SYMSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV3 | 20100122 | ||
7 | ![]() |
I_MSG_SYMSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV4 | 20100122 |
Method LOG_SY_MESSAGE on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_SY_MESSAGE_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_MSMP_EXEC_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_MW_S_EXECUTION_CONTEXT | MSMP Execution Context for API and BWF | 20100428 | ||
2 | ![]() |
I_MSG_CATEGORY | Call by reference | Type reference (TYPE) | GRFN_MW_LOG_ENTRY_CATEGORY | GRFNW_MSMP_C_LOG_ENTRY_CATEG-MSMP_RULE_EXEC | MSMP Message Log Entry Category | 20100428 | |
3 | ![]() |
I_MSG_SYMSGID | Call by reference | Type reference (TYPE) | SYMSGID | SY-MSGID | 20100428 | ||
4 | ![]() |
I_MSG_SYMSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | SY-MSGNO | 20100428 | ||
5 | ![]() |
I_MSG_SYMSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | SY-MSGTY | 20100428 | ||
6 | ![]() |
I_MSG_SYMSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV1 | 20100428 | ||
7 | ![]() |
I_MSG_SYMSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV2 | 20100428 | ||
8 | ![]() |
I_MSG_SYMSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV3 | 20100428 | ||
9 | ![]() |
I_MSG_SYMSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV4 | 20100428 |
Method LOG_SY_MESSAGE_INTERNAL on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method LOG_VARIABLES_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101216 |
Method LOG_VARIABLES_RESULTS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method PROCESS_MSMP_RULE Signature
Method PROCESS_MSMP_RULE on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method PROCESS_MSMP_RULE on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method P_CONVERT_RULE_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LINEITEM_INDEX | Value transfer | Type reference (TYPE) | GRFN_T_MSMP_LINEITEM | Table of MSMP Line Item Keys | 20101216 | ||
2 | ![]() |
I_LOG_EXECUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20100113 |
Method P_PROCESS_MSMP_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | GRFN_MW_S_RULE_PARAMETER | WF Rule: Result | 20100113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic MSMP Exception | 20100113 |
Method P_VALIDATE_MSMP_RULE Signature
Method P_VALIDATE_MSMP_RULE on class CL_GRFN_MSMP_RULE_BASE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100113 |
Method READ_PARAMETER Signature
Method READ_PARAMETER on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method READ_PARAMETER on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method RESET_PARAMETERS Signature
Method RESET_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method RESET_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method SET_PARAMETERS Signature
Method SET_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method SET_PARAMETERS on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method UPDATE_PARAMETER Signature
Method UPDATE_PARAMETER on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method UPDATE_PARAMETER on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method UPDATE_PARAMETER_APPEND_LINE Signature
Method UPDATE_PARAMETER_APPEND_LINE on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method UPDATE_PARAMETER_APPEND_LINE on class CL_GRFN_MSMP_RULE_BASE has no exception.
Method VALIDATE_MSMP_RULE Signature
Method VALIDATE_MSMP_RULE on class CL_GRFN_MSMP_RULE_BASE has no parameter.
Method VALIDATE_MSMP_RULE on class CL_GRFN_MSMP_RULE_BASE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |