SAP ABAP Class CL_SIMPLE_RULE_MM (Rule)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
SRM-EBP (Application Component) Enterprise Buyer
⤷
BBP_APPLICATION (Package) Structure Package EBP
⤷
ME (Package) Application development R/3 Purchasing

⤷

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RULE_DEBUGGING_EVENTS_MM | Events in MM Debugger of Rule Set | 20041123 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RULE_MM | View of MM Rule | 20041123 |
Properties
Class | CL_SIMPLE_RULE_MM | |
Short Description | Rule | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ME | Application development R/3 Purchasing |
Created | 20041123 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SIMPLE_RULE_MM has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RULE_DEBUGGING_EVENTS_MM | Events in MM Debugger of Rule Set | 20041123 | ||
2 | IF_RULE_MM | View of MM Rule | 20041123 |
Friends
Class CL_SIMPLE_RULE_MM has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20041123 | |
2 | ![]() |
Instance method | Protected | Method | 20041123 | |
3 | ![]() |
Instance method | Protected | Method | 20041123 | |
4 | ![]() |
Static method | Public | Constructor | 20041123 | |
5 | ![]() |
Instance method | Public | Constructor | 20041123 | |
6 | ![]() |
Instance method | Protected | Method | 20041123 | |
7 | ![]() |
Instance method | Protected | Method | 20041123 | |
8 | ![]() |
Instance method | Protected | Method | 20041123 | |
9 | ![]() |
Instance method | Protected | Method | 20041123 | |
10 | ![]() |
Instance method | Protected | Method | 20041123 | |
11 | ![]() |
Instance method | Protected | Method | 20041123 | |
12 | ![]() |
Instance method | Protected | Method | 20041123 |
Events
Class CL_SIMPLE_RULE_MM has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_MASK | Protected | Type reference (TYPE) | XSTRING | 20041123 |
|
|
2 | TY_S_CLASS_RULES_TABLE | Protected | See coding | 20041123 | BEGIN OF ty_s_class_rules_table,
classname TYPE string,
rule TYPE REF TO if_rule_mm,
offset TYPE i,
END OF ty_s_class_rules_table
|
||
3 | TY_T_RULES_TABLE | Protected | See coding | 20041123 | ty_t_rules_table TYPE STANDARD TABLE OF REF TO
if_rule_mm INITIAL SIZE 0
|
Method Signatures
Method ADD_PRE_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CLASSNAME | Call by reference | Type reference (TYPE) | STRING | 20041123 | |||
2 | ![]() |
IM_DEPENDENCY | Call by reference | Type reference (TYPE) | MMPUR_TY_RULE_DEPENDENCY | MMPUR_RULE_DEP_PRECONDITION | 20041123 | ||
3 | ![]() |
IM_RULE_BASE | Call by reference | Object reference (TYPE REF TO) | CL_RULE_FACTORY_MM | 20041123 |
Method ADD_PRE_CONDITION on class CL_SIMPLE_RULE_MM has no exception.
Method CHECK_ON_DEMAND_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_GENERAL_MM | 20041123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041123 |
Method CHECK_PRE_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_GENERAL_MM | 20041123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041123 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SIMPLE_RULE_MM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SIMPLE_RULE_MM has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SIMPLE_RULE_MM has no parameter.
Method CONSTRUCTOR on class CL_SIMPLE_RULE_MM has no exception.
Method GET_BIT_OFFSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_OFFSET | Value transfer | Type reference (TYPE) | I | 20041123 |
Method GET_BIT_OFFSET on class CL_SIMPLE_RULE_MM has no exception.
Method HAS_INPUT_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_GENERAL_MM | 20041123 | |||
2 | ![]() |
RE_CHANGED | Value transfer | Type reference (TYPE) | MMPUR_BOOL | 20041123 |
Method HAS_INPUT_CHANGED on class CL_SIMPLE_RULE_MM has no exception.
Method HAS_PRECOND_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NAME | Call by reference | Type reference (TYPE) | STRING | 20041123 | |||
2 | ![]() |
RE_BOOL | Value transfer | Type reference (TYPE) | MMPUR_BOOL | 20041123 |
Method HAS_PRECOND_CHANGED on class CL_SIMPLE_RULE_MM has no exception.
Method IS_A_PRE_CONDITION_BROKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_GENERAL_MM | 20041123 | |||
2 | ![]() |
RE_BROKEN | Value transfer | Type reference (TYPE) | MMPUR_BOOL | 20041123 |
Method IS_A_PRE_CONDITION_BROKEN on class CL_SIMPLE_RULE_MM has no exception.
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_GENERAL_MM | 20041123 | |||
2 | ![]() |
RE_VALID | Value transfer | Type reference (TYPE) | MMPUR_TY_RULE_VALIDATION | 20041123 |
Method IS_VALID on class CL_SIMPLE_RULE_MM has no exception.
Method SETUP_MESSAGE_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_GENERAL_MM | 20041123 |
Method SETUP_MESSAGE_HANDLER on class CL_SIMPLE_RULE_MM has no exception.
Method WAIT_FOR_SYSTEM_EVENT Signature
Method WAIT_FOR_SYSTEM_EVENT on class CL_SIMPLE_RULE_MM has no parameter.
Method WAIT_FOR_SYSTEM_EVENT on class CL_SIMPLE_RULE_MM has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 600 |