SAP ABAP Class CL_BSSOA_CUST_FUNCTIONS (Service functions for error categorizer customizing)
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_FUNCTIONS | |
| Short Description | Service functions for error categorizer customizing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_SOA_REUSE_ERROR_CATEGORIZER | Business Suite SOA: Error Categorizer |
| Created | 20090126 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSSOA_CUST_FUNCTIONS has no forward declaration.
Interfaces
Class CL_BSSOA_CUST_FUNCTIONS has no interface implemented.
Friends
Class CL_BSSOA_CUST_FUNCTIONS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BSSOA_CUST_FUNCTIONS | Service functions for error categorizer customizing | 20090126 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BSSOA_EC_MSGNO_AND_TEXT_TAB | Table of BSSOA_EC_MSGNO_AND_TEXT | 20090126 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LTY_PROXIES_AND_TEXT_STAB | sorted table of BSSOA_EC_PROXIES_AND_TEXT | 20090127 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ARBGB | Application Area | 20090126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | checks the existence of a message number | 20090126 | |
| 2 | Instance method | Public | Method | checks the existence of a proxy | 20090127 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20090127 | |
| 4 | Instance method | Private | Method | determine proxies and its texts | 20090127 | |
| 5 | Static method | Public | Method | get instance | 20090126 | |
| 6 | Instance method | Public | Method | get list of message numbers for messag id | 20090126 | |
| 7 | Instance method | Public | Method | get one proxy | 20090127 | |
| 8 | Instance method | Public | Method | get list of proxies | 20090126 | |
| 9 | Instance method | Private | Method | get proxies from BSSOA_PROXY | 20090127 | |
| 10 | Instance method | Private | Method | get proxies from FEH | 20090127 |
Events
Class CL_BSSOA_CUST_FUNCTIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_PROXIES_AND_TEXT_STAB | Private | See coding | sorted table of BSSOA_EC_PROXIES_AND_TEXT | 20090127 | lty_proxies_and_text_stab TYPE SORTED TABLE OF bssoa_ec_proxies_and_text
WITH UNIQUE KEY proxy_class
proxy_method
|
Method Signatures
Method CHECK_MSGNO_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20090126 | ||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | MSGID | Message identification | 20090126 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | MSGNO | System Message Number | 20090126 | |||
| 4 | RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090126 |
Method CHECK_MSGNO_EXISTENCE on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method CHECK_PROXY_EXISTENCE 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 | 20090127 | |||
| 2 | IV_PROXY_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Method | 20090127 | |||
| 3 | RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090127 |
Method CHECK_PROXY_EXISTENCE on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BSSOA_CUST_FUNCTIONS has no parameter.
Method CONSTRUCTOR on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method DETERMINE_PROXIES_AND_TEXTS Signature
Method DETERMINE_PROXIES_AND_TEXTS on class CL_BSSOA_CUST_FUNCTIONS has no parameter.
Method DETERMINE_PROXIES_AND_TEXTS on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method GET_INSTANCE 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_FUNCTIONS | Service functions for error categorizer customizing | 20090126 |
Method GET_INSTANCE on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method GET_MESSAGE_NUMBERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MSGNO_AND_TEXT | Call by reference | Type reference (TYPE) | BSSOA_EC_MSGNO_AND_TEXT_TAB | Table of BSSOA_EC_MSGNO_AND_TEXT | 20090126 | |||
| 2 | IV_ARBGB | Call by reference | Type reference (TYPE) | ARBGB | Application Area | 20090126 | |||
| 3 | IV_MSG_CAT_GRP | Call by reference | Type reference (TYPE) | BS_SOA_DTE_MSG_CATEGORY_GROUP | Message category group | 20090126 |
Method GET_MESSAGE_NUMBERS on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method GET_ONE_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PROXY_AND_TEXT | Call by reference | Type reference (TYPE) | BSSOA_EC_PROXIES_AND_TEXT | Proxy and its description | 20090127 | |||
| 2 | IV_PROXY_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name of a Class | 20090127 | |||
| 3 | IV_PROXY_METHOD | Call by reference | Type reference (TYPE) | SMT_CLASS_METHOD | Method | 20090127 |
Method GET_ONE_PROXY on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method GET_PROXIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROXIES_AND_TEXTS | Call by reference | Type reference (TYPE) | BSSOA_EC_PROXIES_AND_TEXT_TAB | Table of BSSOA_EC_PROXIES_AND_TEXT | 20090126 | |||
| 2 | IV_PROXY_CLASS | Call by reference | Type reference (TYPE) | SMT_CLASS | Name of a Class | 20090127 |
Method GET_PROXIES on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method GET_PROXIES_FROM_BSSOA_PROXY Signature
Method GET_PROXIES_FROM_BSSOA_PROXY on class CL_BSSOA_CUST_FUNCTIONS has no parameter.
Method GET_PROXIES_FROM_BSSOA_PROXY on class CL_BSSOA_CUST_FUNCTIONS has no exception.
Method GET_PROXIES_FROM_FEH Signature
Method GET_PROXIES_FROM_FEH on class CL_BSSOA_CUST_FUNCTIONS has no parameter.
Method GET_PROXIES_FROM_FEH on class CL_BSSOA_CUST_FUNCTIONS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |