SAP ABAP Class CL_SMT_RULE_SET (Set of rules)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_CONFIGURATION (Package) configuration objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_EVENT_OBJECT | Event object | 20080118 |
Properties
Class | CL_SMT_RULE_SET | |
Short Description | Set of rules | |
Super Class | CL_SMT_EVENT_OBJECT | Event object |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GMT_CONFIGURATION | configuration objects |
Created | 20080104 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SMT_RULE_SET has no interface implemented.
Friends
Class CL_SMT_RULE_SET 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) | SMT_T_RULE | List of rules | 20080104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add a new rule | 20080221 |
2 | ![]() |
Instance method | Public | Method | Clone a rule | 20080406 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080104 |
4 | ![]() |
Instance method | Private | Method | Return the rank of the last rule of a chain | 20080404 |
5 | ![]() |
Instance method | Private | Method | Return the rank of the first rule of a chain | 20080404 |
6 | ![]() |
Instance method | Private | Method | Return the next available order | 20080227 |
7 | ![]() |
Instance method | Private | Method | Return the next available rank | 20080227 |
8 | ![]() |
Instance method | Public | Method | Return a rule instance | 20080221 |
9 | ![]() |
Instance method | Public | Method | Return the list of rules | 20080220 |
10 | ![]() |
Instance method | Private | Method | Return true (X) if the rule is the first in a chain | 20080404 |
11 | ![]() |
Instance method | Private | Method | Return true (X) if the rule is in a chain | 20080404 |
12 | ![]() |
Instance method | Private | Method | Load rule set data | 20080104 |
13 | ![]() |
Instance method | Public | Method | Move a rule up down one position | 20080221 |
14 | ![]() |
Instance method | Public | Method | Move a rule up one position | 20080221 |
15 | ![]() |
Instance method | Public | Method | Remove a rule | 20080221 |
16 | ![]() |
Instance method | Public | Method | Return true if the rule set requires extensions | 20080305 |
Events
Class CL_SMT_RULE_SET has no event.
Types
Class CL_SMT_RULE_SET has no local type.
Method Signatures
Method ADD_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20080305 | ||
2 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | SMT_GUID | 20080221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080305 |
Method CLONE_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20080406 | ||
2 | ![]() |
IV_RULE | Call by reference | Type reference (TYPE) | SMT_GUID | GUID | 20080406 | ||
3 | ![]() |
RV_CLONE_ID | Value transfer | Type reference (TYPE) | SMT_GUID | GUID | 20080406 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080411 | |
2 | ![]() |
Data not found error | 20080411 | |
3 | ![]() |
Operation failed error | 20080411 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SMT_GUID | 20080117 | |||
2 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | 20080104 | |||
3 | ![]() |
IV_EVENT | Call by reference | Type reference (TYPE) | SMT_GUID | 20080117 | |||
4 | ![]() |
IV_NEW | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | CL_SMT_CONFIG_CONST=>GC_FALSE | 20080104 |
Method CONSTRUCTOR on class CL_SMT_RULE_SET has no exception.
Method GET_CHAIN_END_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FIRST_RULE | Call by reference | Object reference (TYPE REF TO) | CL_SMT_RULE | Rule | 20080404 | ||
2 | ![]() |
RV_END_RANK | Value transfer | Type reference (TYPE) | SMT_RANK | Rank used to order objects | 20080404 |
Method GET_CHAIN_END_RULE on class CL_SMT_RULE_SET has no exception.
Method GET_CHAIN_START_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_LAST_RULE | Call by reference | Object reference (TYPE REF TO) | CL_SMT_RULE | Rule | 20080404 | ||
2 | ![]() |
RV_START_RANK | Value transfer | Type reference (TYPE) | SMT_RANK | Rank used to order objects | 20080404 |
Method GET_CHAIN_START_RULE on class CL_SMT_RULE_SET has no exception.
Method GET_NEXT_FREE_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXTENSION | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Extension ID (GUID) | 20080509 | ||
2 | ![]() |
RV_ORDER | Value transfer | Type reference (TYPE) | SMT_TRANS_ORDER | Rank used to order objects | 20080227 |
Method GET_NEXT_FREE_ORDER on class CL_SMT_RULE_SET has no exception.
Method GET_NEXT_RANK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXTENSION | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Extension ID (GUID) | 20080509 | ||
2 | ![]() |
RV_RANK | Value transfer | Type reference (TYPE) | SMT_RANK | Rank used to order objects | 20080227 |
Method GET_NEXT_RANK on class CL_SMT_RULE_SET has no exception.
Method GET_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | SMT_GUID | 20080221 | |||
2 | ![]() |
RO_RULE | Value transfer | Object reference (TYPE REF TO) | CL_SMT_RULE | Rule | 20080221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data not found error | 20080221 |
Method GET_RULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RTR_RULE | Value transfer | Object reference (TYPE REF TO) | SMT_T_RULE | List of rules | 20080220 |
Method GET_RULES on class CL_SMT_RULE_SET has no exception.
Method IS_RULE_FIRST_IN_CHAIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RULE | Call by reference | Object reference (TYPE REF TO) | CL_SMT_RULE | Rule | 20080404 | ||
2 | ![]() |
RV_FIRST | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080404 |
Method IS_RULE_FIRST_IN_CHAIN on class CL_SMT_RULE_SET has no exception.
Method IS_RULE_IN_CHAIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RULE | Call by reference | Object reference (TYPE REF TO) | CL_SMT_RULE | Rule | 20080404 | ||
2 | ![]() |
RV_IN_CHAIN | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolean value | 20080404 |
Method IS_RULE_IN_CHAIN on class CL_SMT_RULE_SET has no exception.
Method LOAD_DATA Signature
Method LOAD_DATA on class CL_SMT_RULE_SET has no parameter.
Method LOAD_DATA on class CL_SMT_RULE_SET has no exception.
Method MOVE_RULE_DOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | SMT_GUID | 20080221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Authorization check failed error | 20080416 | |
2 | ![]() |
Data invalid error | 20080411 | |
3 | ![]() |
Data not found error | 20080221 | |
4 | ![]() |
Operation failed error | 20080324 |
Method MOVE_RULE_UP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | SMT_GUID | 20080221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Authorization check failed error | 20080416 | |
2 | ![]() |
Data invalid error | 20080411 | |
3 | ![]() |
Data not found error | 20080221 | |
4 | ![]() |
Operation failed error | 20080324 |
Method REMOVE_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | SMT_GUID | 20080221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Authorization check failed error | 20080416 | |
2 | ![]() |
Data not found error | 20080221 |
Method REQUIRES_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_REQUIRED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | 20080305 |
Method REQUIRES_EXTENSION on class CL_SMT_RULE_SET has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |