SAP ABAP Class CL_BSSOA_CUST_CAT_FACTORY (Customizing 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_CUST_CAT_FACTORY | |
Short Description | Customizing 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 | 20090119 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BSSOA_CUST_CAT_FACTORY has no forward declaration.
Interfaces
Class CL_BSSOA_CUST_CAT_FACTORY has no interface implemented.
Friends
Class CL_BSSOA_CUST_CAT_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_CAT_CUST_STAB | sorted table of LTY_CAT_CUST | 20090120 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_BSSOA_CUST_CAT_FACTORY | Customizing Factory | 20090119 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090119 |
2 | ![]() |
Instance method | Private | Method | creates an customizing object for the error categorizer | 20090120 |
3 | ![]() |
Instance method | Public | Method | returns customizing object for error categorizer | 20090119 |
4 | ![]() |
Static method | Public | Method | returns factory | 20090119 |
Events
Class CL_BSSOA_CUST_CAT_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_CAT_CUST | Private | See coding | customizing category assigned to proxy-class | 20090119 | BEGIN OF lty_cat_cust,
proxy_class TYPE smt_class,
proxy_method TYPE smt_class_method,
cust_obj TYPE REF TO if_bssoa_category_cust,
END OF lty_cat_cust
|
|
2 | LTY_CAT_CUST_STAB | Private | See coding | sorted table of LTY_CAT_CUST | 20090119 | lty_cat_cust_stab TYPE SORTED TABLE OF lty_cat_cust
WITH UNIQUE KEY proxy_class
proxy_method
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BSSOA_CUST_CAT_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSSOA_CUST_CAT_FACTORY has no exception.
Method CREATE_CAT_CUST_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 | 20090120 | ||
2 | ![]() |
IV_PROXY_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Method | 20090120 | ||
3 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_BSSOA_CATEGORY_CUST | Customizing Error Categorizer | 20090120 |
Method CREATE_CAT_CUST_OBJ on class CL_BSSOA_CUST_CAT_FACTORY has no exception.
Method GET_CATEGORY_CUSTOMIZING 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 | 20090119 | ||
2 | ![]() |
IV_PROXY_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Method | 20090119 | ||
3 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_BSSOA_CATEGORY_CUST | Customizing Error Categorizer | 20090120 |
Method GET_CATEGORY_CUSTOMIZING on class CL_BSSOA_CUST_CAT_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_CUST_CAT_FACTORY | Customizing Factory | 20090120 |
Method GET_FACTORY on class CL_BSSOA_CUST_CAT_FACTORY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |