SAP ABAP Class CL_RULE_INTERPRETER_MM (Rule Interpreter)
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 20041112
Properties
Class CL_RULE_INTERPRETER_MM  
Short Description Rule Interpreter    
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 20041112   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 MMPUR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RULE_DEBUGGING_EVENTS_MM Events in MM Debugger of Rule Set 20041112
Friends
Class CL_RULE_INTERPRETER_MM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BIT_BROKEN_RULES Instance attribute Private Type reference (TYPE) TY_MASK invalid, field has changed or one of it's pre-cond is broken 20041112
2 BIT_FINE_RULES Instance attribute Public Type reference (TYPE) TY_MASK ch successfully, shouldn't be processed any more in this run 20041112
3 BIT_FIRST_CHECK_RULES Instance attribute Public Type reference (TYPE) TY_MASK this rule should be check anyway (forced check) 20041112
4 BIT_ON_DEMAND_RULES Instance attribute Public Type reference (TYPE) TY_MASK should only be checked, if there is some rule which depends 20041112
5 BIT_RULES_IN_THIS_SCOPE Instance attribute Public Type reference (TYPE) TY_MASK these rules can be activated in this scope 20041112
6 BIT_UPDATED_RULES Instance attribute Public Type reference (TYPE) TY_MASK checked successfully and the value has been updated 20041112
7 CONTEXT Instance attribute Private Object reference (TYPE REF TO) CL_CONTEXT_GENERAL_MM 20041112
8 MY_CURRENT_RULE Instance attribute Private Object reference (TYPE REF TO) IF_RULE_MM 20041112
9 MY_EARLY_UPDATES Instance attribute Private See coding 20041112
10 MY_REF_BROKEN_RULES Instance attribute Private Object reference (TYPE REF TO) DATA 20041112
11 MY_RULES_FOR_COMMIT Instance attribute Private Type reference (TYPE) TY_T_RULES_TABLE rules for which the commit is pending 20041112
12 MY_RULE_BASE Instance attribute Public Object reference (TYPE REF TO) CL_RULE_FACTORY_MM 20041112
13 MY_TRANSACTION Instance attribute Private Object reference (TYPE REF TO) CL_RULE_TRANSACTION_MM 20041112
14 ROOT_TRANSACTION Instance attribute Public Object reference (TYPE REF TO) CL_RULE_TRANSACTION_MM 20041112
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RULES_FOR_COMMIT Instance method Public Method 20041112
2 ADD_RULE_TO_UPDLIST Instance method Private Method 20041112
3 BREAK_RULES Instance method Public Method 20041112
4 DETERMINE_RULES_TO_CHECK Instance method Public Method 20041112
5 EXECUTE Instance method Public Method 20041112
6 FIELD_CHANGED Instance method Public Method 20041112
7 GET_BROKEN_RULES Instance method Public Method 20041112
8 HAS_EARLY_PRECOND_CHANGED Instance method Public Method 20041112
9 PROCESS_RULES Instance method Public Method 20041112
10 REMOVE_RULE_FROM_DEPLIST Instance method Public Method 20041112
11 SYNC_BROKEN_RULES Instance method Private Method 20041112
12 TRANSACTION_BEGIN Instance method Public Method 20041112
13 TRANSACTION_END Instance method Public Method 20041112
14 UPDATE_RULES Instance method Public Method 20041112
Events
Class CL_RULE_INTERPRETER_MM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MASK Public Type reference (TYPE) XSTRING 20041112
2 TY_T_RULES_TABLE Public See coding 20041112 TY_T_RULES_TABLE type standard table of ref to IF_RULE_MM initial size 0
Method Signatures

Method ADD_RULES_FOR_COMMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULES Call by reference Type reference (TYPE) TY_T_RULES_TABLE 20041112

Method ADD_RULES_FOR_COMMIT on class CL_RULE_INTERPRETER_MM has no exception.

Method ADD_RULE_TO_UPDLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEP Call by reference Object reference (TYPE REF TO) IF_RULE_MM Sicht auf MM-Regel 20041112
2 Importing IM_UPD Call by reference Object reference (TYPE REF TO) IF_RULE_MM Sicht auf MM-Regel 20041112

Method ADD_RULE_TO_UPDLIST on class CL_RULE_INTERPRETER_MM has no exception.

Method BREAK_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULE Call by reference Object reference (TYPE REF TO) IF_RULE_MM 20041112
2 Importing IM_RULES Call by reference Type reference (TYPE) TY_T_RULES_TABLE 20041112

Method BREAK_RULES on class CL_RULE_INTERPRETER_MM has no exception.

Method DETERMINE_RULES_TO_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RULES Call by reference Type reference (TYPE) TY_T_RULES_TABLE 20041112
2 Exporting EX_SCOPE_MASK Call by reference Type reference (TYPE) TY_MASK 20041112
3 Exporting EX_SCOPE_MASK_MINUS Call by reference Type reference (TYPE) TY_MASK 20041112
4 Importing IM_SCOPE Call by reference Type reference (TYPE) MMPUR_TY_RULE_SCOPE 20041112

Method DETERMINE_RULES_TO_CHECK on class CL_RULE_INTERPRETER_MM has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULES Call by reference Type reference (TYPE) TY_T_RULES_TABLE 20041112

Method EXECUTE on class CL_RULE_INTERPRETER_MM has no exception.

Method FIELD_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) STRING 20041112
# Exception Resumable Description Created on
1 INVALID_FLOW 20041112

Method GET_BROKEN_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MASK Value transfer Type reference (TYPE) TY_MASK 20041112

Method GET_BROKEN_RULES on class CL_RULE_INTERPRETER_MM has no exception.

Method HAS_EARLY_PRECOND_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEP Call by reference Object reference (TYPE REF TO) IF_RULE_MM 20041112
2 Importing IM_UPD Call by reference Object reference (TYPE REF TO) IF_RULE_MM 20041112
3 Returning RE_BOOL Value transfer Type reference (TYPE) MMPUR_BOOL 20041112

Method HAS_EARLY_PRECOND_CHANGED on class CL_RULE_INTERPRETER_MM has no exception.

Method PROCESS_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_BROKEN_RULES Call by reference Type reference (TYPE) TY_MASK 20041112
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) CL_CONTEXT_GENERAL_MM Kontext 20041112
3 Importing IM_RULE_BASE Call by reference Object reference (TYPE REF TO) CL_RULE_FACTORY_MM Regelwerk 20041112
4 Importing IM_SCOPE Call by reference Type reference (TYPE) MMPUR_TY_RULE_SCOPE MMPUR_SCOPE_CHANGE 20041112

Method PROCESS_RULES on class CL_RULE_INTERPRETER_MM has no exception.

Method REMOVE_RULE_FROM_DEPLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEP Call by reference Object reference (TYPE REF TO) IF_RULE_MM 20041112

Method REMOVE_RULE_FROM_DEPLIST on class CL_RULE_INTERPRETER_MM has no exception.

Method SYNC_BROKEN_RULES Signature

Method SYNC_BROKEN_RULES on class CL_RULE_INTERPRETER_MM has no parameter.
Method SYNC_BROKEN_RULES on class CL_RULE_INTERPRETER_MM has no exception.

Method TRANSACTION_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ASYNC Call by reference Type reference (TYPE) MMPUR_BOOL MMPUR_NO 20041112

Method TRANSACTION_BEGIN on class CL_RULE_INTERPRETER_MM has no exception.

Method TRANSACTION_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMMIT_LATER Call by reference Type reference (TYPE) MMPUR_BOOL MMPUR_NO 20041112

Method TRANSACTION_END on class CL_RULE_INTERPRETER_MM has no exception.

Method UPDATE_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ASYNC Call by reference Type reference (TYPE) MMPUR_BOOL MMPUR_NO 20041112
2 Importing IM_CASCADE_UPDATE Call by reference Type reference (TYPE) MMPUR_BOOL MMPUR_YES 20041112
3 Importing IM_RULE Call by reference Object reference (TYPE REF TO) IF_RULE_MM 20041112
4 Importing IM_RULES Call by reference Type reference (TYPE) TY_T_RULES_TABLE 20041112

Method UPDATE_RULES on class CL_RULE_INTERPRETER_MM has no exception.
History
Last changed by/on SAP  20050219 
SAP Release Created in 600