SAP ABAP Class CL_BSSOA_CATEGORY_CUST (Customizing Error Categorizer)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSSOA_CATEGORY_CUST Customizing Error Categorizer 20090120
Properties
Class CL_BSSOA_CATEGORY_CUST  
Short Description Customizing Error Categorizer    
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 20090120   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSSOA_CATEGORY_CUST has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSSOA_CATEGORY_CUST Customizing Error Categorizer 20090120
Friends
# Friend Modeled only Created on Description
1 CL_BSSOA_CUST_CAT_FACTORY 20090120 Customizing Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_PRIO2CAT_DEFAULT Static Attribute Private Type reference (TYPE) LTY_PRIO2CAT_STAB sorted table of LTY_PRIO2CAT 20090120
2 MT_CAT2MSGNO Instance attribute Private Type reference (TYPE) LTY_BSSOA_CAT2MSGNO_STAB sorted table of BSSOA_CAT2MSGNO 20090121
3 MT_MSGID2GRP Instance attribute Private Type reference (TYPE) LTY_MSGID2GRP_STAB sorted table of LTY_MSGID2GRP 20090120
4 MT_MSG_CAT_GRP Instance attribute Private Type reference (TYPE) BS_SOA_MSG_CAT_GRP_STTY sorted table of message category groups 20090120
5 MT_PRIO2CAT Instance attribute Private Type reference (TYPE) LTY_PRIO2CAT_STAB sorted table of LTY_PRIO2CAT 20090120
6 MV_PROXY_CLASS Instance attribute Private Type reference (TYPE) SMT_CLASS Name of a Class 20090120
7 MV_PROXY_METHOD Instance attribute Private Type reference (TYPE) SMT_CLASS_METHOD Method 20090120
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090120
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090120
3 GET_DATA_FROM_BSSOA_CAT2MSGNO Instance method Private Method read data from BSSOA_CAT2MSGNO 20090120
4 GET_DATA_FROM_BSSOA_MSGGRP Instance method Private Method read data from BSSOA_MSGGRP 20090120
5 GET_DATA_FROM_BSSOA_PRIO2CAT Static method Private Method read data from BSSOA_PRIO2CAT 20090120
6 GET_DATA_FROM_BSSOA_PRX2MSGGRP Instance method Private Method read data from BSSOA_PRX2MSGGRP for given proxy class 20090120
7 GET_DATA_FROM_BSSOA_PRX_PRICAT Instance method Private Method read data from BSSOA_PRX_PRICAT for given proxy class 20090120
8 MAINTAIN_MSG_CAT_GRP Instance method Private Method maintain attribute mt_msg_cat_grp 20090120
Events
Class CL_BSSOA_CATEGORY_CUST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_BSSOA_CAT2MSGNO_STAB Private See coding sorted table of BSSOA_CAT2MSGNO 20090120 lty_bssoa_cat2msgno_stab TYPE SORTED TABLE OF bssoa_cat2msgno WITH UNIQUE KEY msg_cat_grp owner msgno
2 LTY_BSSOA_PRX2MSGGRP_STAB Private See coding sorted table of BSSOA_PRX2MSGGRP 20090120 lty_bssoa_prx2msggrp_stab TYPE SORTED TABLE OF bssoa_prx2msggrp WITH UNIQUE KEY proxy_class proxy_method msg_cat_grp
3 LTY_MSGID2GRP Private See coding message id assigned to message category group 20090120 BEGIN OF lty_msgid2grp, msg_cat_grp TYPE bs_soa_dte_msg_category_group, msgid TYPE msgid, END OF lty_msgid2grp
4 LTY_MSGID2GRP_STAB Private See coding sorted table of LTY_MSGID2GRP 20090120 lty_msgid2grp_stab TYPE SORTED TABLE OF lty_msgid2grp WITH UNIQUE KEY msg_cat_grp
5 LTY_PRIO2CAT Private See coding priority assigned to error-category 20090120 BEGIN OF lty_prio2cat, err_category TYPE bs_soa_dte_err_category, owner TYPE bs_soa_dte_owner, cat_priority TYPE bs_soa_dte_category_prio, END OF lty_prio2cat
6 LTY_PRIO2CAT_STAB Private See coding sorted table of LTY_PRIO2CAT 20090120 lty_prio2cat_stab TYPE SORTED TABLE OF lty_prio2cat WITH UNIQUE KEY err_category owner
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BSSOA_CATEGORY_CUST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSSOA_CATEGORY_CUST has no exception.

Method CONSTRUCTOR 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 20090120
2 Importing IV_PROXY_METHOD Call by reference Type reference (TYPE) SMT_CLASS_METHOD Method 20090120

Method CONSTRUCTOR on class CL_BSSOA_CATEGORY_CUST has no exception.

Method GET_DATA_FROM_BSSOA_CAT2MSGNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PRX2MSGGRP Call by reference Type reference (TYPE) LTY_BSSOA_PRX2MSGGRP_STAB sorted table of BSSOA_PRX2MSGGRP 20090120

Method GET_DATA_FROM_BSSOA_CAT2MSGNO on class CL_BSSOA_CATEGORY_CUST has no exception.

Method GET_DATA_FROM_BSSOA_MSGGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PRX2MSGGRP Call by reference Type reference (TYPE) LTY_BSSOA_PRX2MSGGRP_STAB sorted table of BSSOA_PRX2MSGGRP 20090120

Method GET_DATA_FROM_BSSOA_MSGGRP on class CL_BSSOA_CATEGORY_CUST has no exception.

Method GET_DATA_FROM_BSSOA_PRIO2CAT Signature

Method GET_DATA_FROM_BSSOA_PRIO2CAT on class CL_BSSOA_CATEGORY_CUST has no parameter.
Method GET_DATA_FROM_BSSOA_PRIO2CAT on class CL_BSSOA_CATEGORY_CUST has no exception.

Method GET_DATA_FROM_BSSOA_PRX2MSGGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PRX2MSGGRP Call by reference Type reference (TYPE) LTY_BSSOA_PRX2MSGGRP_STAB sorted table of BSSOA_PRX2MSGGRP 20090120
2 Importing IV_PROXY_CLASS Call by reference Type reference (TYPE) SMT_CLASS Name of a Class 20090120
3 Importing IV_PROXY_METHOD Call by reference Type reference (TYPE) SMT_CLASS_METHOD Method 20090120

Method GET_DATA_FROM_BSSOA_PRX2MSGGRP on class CL_BSSOA_CATEGORY_CUST has no exception.

Method GET_DATA_FROM_BSSOA_PRX_PRICAT 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 20090120
2 Importing IV_PROXY_METHOD Call by reference Type reference (TYPE) SMT_CLASS_METHOD Method 20090120

Method GET_DATA_FROM_BSSOA_PRX_PRICAT on class CL_BSSOA_CATEGORY_CUST has no exception.

Method MAINTAIN_MSG_CAT_GRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PRX2MSGGRP Call by reference Type reference (TYPE) LTY_BSSOA_PRX2MSGGRP_STAB sorted table of BSSOA_PRX2MSGGRP 20090120

Method MAINTAIN_MSG_CAT_GRP on class CL_BSSOA_CATEGORY_CUST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702