SAP ABAP Class CL_SMT_CHECK_SET (Set of checks)
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_CHECK_SET | |
| Short Description | Set of checks | |
| 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_CHECK_SET has no interface implemented.
Friends
Class CL_SMT_CHECK_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_CHECK | List of checks | 20080117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a check | 20080118 | |
| 2 | Instance method | Public | Method | Clone a check | 20080406 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20080117 | |
| 4 | Instance method | Public | Method | Return a check | 20080118 | |
| 5 | Instance method | Public | Method | Return the list of checks | 20080118 | |
| 6 | Instance method | Private | Method | Return the next available order | 20080304 | |
| 7 | Instance method | Private | Method | Load check set data | 20080117 | |
| 8 | Instance method | Public | Method | Remove a check | 20080118 | |
| 9 | Instance method | Public | Method | Return true if the check set requires extensions | 20080304 |
Events
Class CL_SMT_CHECK_SET has no event.
Types
Class CL_SMT_CHECK_SET has no local type.
Method Signatures
Method ADD_CHECK 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 | 20080304 | |||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | SMT_GUID | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20080304 |
Method CLONE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK | Call by reference | Type reference (TYPE) | SMT_GUID | GUID | 20080406 | |||
| 2 | IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 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 | 20080117 | ||||
| 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 | 20080117 |
Method CONSTRUCTOR on class CL_SMT_CHECK_SET has no exception.
Method GET_CHECK 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 | 20080118 | ||||
| 2 | RO_CHECK | Value transfer | Object reference (TYPE REF TO) | CL_SMT_CHECK | Check | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data not found error | 20080118 |
Method GET_CHECKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTR_CHECK | Value transfer | Object reference (TYPE REF TO) | SMT_T_CHECK | List of checks | 20080118 |
Method GET_CHECKS on class CL_SMT_CHECK_SET has no exception.
Method GET_NEXT_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_ORDER | Sequence number | 20080304 |
Method GET_NEXT_ORDER on class CL_SMT_CHECK_SET has no exception.
Method LOAD_DATA Signature
Method LOAD_DATA on class CL_SMT_CHECK_SET has no parameter.
Method LOAD_DATA on class CL_SMT_CHECK_SET has no exception.
Method REMOVE_CHECK 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 | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization check failed error | 20080304 | ||
| 2 | Data not found error | 20080118 |
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 | 20080304 |
Method REQUIRES_EXTENSION on class CL_SMT_CHECK_SET has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |