SAP ABAP Class CL_BSSOA_CATEGORIZER_FACTORY (Error Categorizer Factory)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA (Application Component) Enterprise SOA
⤷
BS_SOA_REUSE_ERROR_CATEGORIZER (Package) Business Suite SOA: Error Categorizer
⤷
⤷
Properties
| Class | CL_BSSOA_CATEGORIZER_FACTORY | |
| Short Description | Error Categorizer Factory | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_SOA_REUSE_ERROR_CATEGORIZER | Business Suite SOA: Error Categorizer |
| Created | 20090121 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSSOA_CATEGORIZER_FACTORY has no forward declaration.
Interfaces
Class CL_BSSOA_CATEGORIZER_FACTORY has no interface implemented.
Friends
Class CL_BSSOA_CATEGORIZER_FACTORY 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) | LTY_ERR_CAT_STAB | sorted table of LTY_ERR_CAT | 20090121 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BSSOA_CATEGORIZER_FACTORY | Error Categorizer Factory | 20090121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090121 | |
| 2 | Instance method | Private | Method | creates an object of the error categorizer | 20090121 | |
| 3 | Instance method | Public | Method | returns error categorizer | 20090121 | |
| 4 | Static method | Public | Method | returns factory | 20090121 |
Events
Class CL_BSSOA_CATEGORIZER_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_ERR_CAT | Private | See coding | error categorizer assigned to proxy class | 20090121 | BEGIN OF lty_err_cat,
proxy_class TYPE smt_class,
proxy_method TYPE smt_class_method,
object TYPE REF TO if_bssoa_error_categorizer,
END OF lty_err_cat
|
|
| 2 | LTY_ERR_CAT_STAB | Private | See coding | sorted table of LTY_ERR_CAT | 20090121 | lty_err_cat_stab TYPE SORTED TABLE OF lty_err_cat
WITH UNIQUE KEY proxy_class
proxy_method
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BSSOA_CATEGORIZER_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSSOA_CATEGORIZER_FACTORY has no exception.
Method CREATE_ERR_CAT_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROXY_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name of a Class | 20090121 | |||
| 2 | IV_PROXY_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Method | 20090121 | |||
| 3 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_BSSOA_ERROR_CATEGORIZER | Error Categorizer | 20090121 |
Method CREATE_ERR_CAT_OBJ on class CL_BSSOA_CATEGORIZER_FACTORY has no exception.
Method GET_CATEGORIZER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROXY_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name of a Class | 20090121 | |||
| 2 | IV_PROXY_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Method | 20090121 | |||
| 3 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_BSSOA_ERROR_CATEGORIZER | Error Categorizer | 20090121 |
Method GET_CATEGORIZER on class CL_BSSOA_CATEGORIZER_FACTORY has no exception.
Method GET_FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BSSOA_CATEGORIZER_FACTORY | Error Categorizer Factory | 20090121 |
Method GET_FACTORY on class CL_BSSOA_CATEGORIZER_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |