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 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_BSSOA_CUST_FUNCTIONS Service functions for error categorizer customizing 20090126
2 MT_MSGNO_AND_TEXT Instance attribute Private Type reference (TYPE) BSSOA_EC_MSGNO_AND_TEXT_TAB Table of BSSOA_EC_MSGNO_AND_TEXT 20090126
3 MT_PROXY_AND_TEXT Instance attribute Private Type reference (TYPE) LTY_PROXIES_AND_TEXT_STAB sorted table of BSSOA_EC_PROXIES_AND_TEXT 20090127
4 MV_ARBGB Instance attribute Private Type reference (TYPE) ARBGB Application Area 20090126
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MSGNO_EXISTENCE Instance method Public Method checks the existence of a message number 20090126
2 CHECK_PROXY_EXISTENCE Instance method Public Method checks the existence of a proxy 20090127
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090127
4 DETERMINE_PROXIES_AND_TEXTS Instance method Private Method determine proxies and its texts 20090127
5 GET_INSTANCE Static method Public Method get instance 20090126
6 GET_MESSAGE_NUMBERS Instance method Public Method get list of message numbers for messag id 20090126
7 GET_ONE_PROXY Instance method Public Method get one proxy 20090127
8 GET_PROXIES Instance method Public Method get list of proxies 20090126
9 GET_PROXIES_FROM_BSSOA_PROXY Instance method Private Method get proxies from BSSOA_PROXY 20090127
10 GET_PROXIES_FROM_FEH 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 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Language Key 20090126
2 Importing IV_MSGID Call by reference Type reference (TYPE) MSGID Message identification 20090126
3 Importing IV_MSGNO Call by reference Type reference (TYPE) MSGNO System Message Number 20090126
4 Returning 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 Importing IV_PROXY_CLASS Call by reference Type reference (TYPE) SMT_CLASS Name of a Class 20090127
2 Importing IV_PROXY_METHOD Call by reference Type reference (TYPE) SMT_CLASS_METHOD Method 20090127
3 Returning 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 Returning 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 Exporting 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 Importing IV_ARBGB Call by reference Type reference (TYPE) ARBGB Application Area 20090126
3 Importing 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 Exporting ES_PROXY_AND_TEXT Call by reference Type reference (TYPE) BSSOA_EC_PROXIES_AND_TEXT Proxy and its description 20090127
2 Importing IV_PROXY_CLASS Call by reference Type reference (TYPE) SMT_CLASS Name of a Class 20090127
3 Importing 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 Exporting 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 Importing 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