SAP ABAP Class CL_ESH_OM_CATEG_CSETTINGS (Settings for checks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_OBJ_MOD_REP (Package) Model Repository

⤷

⤷

Properties
Class | CL_ESH_OM_CATEG_CSETTINGS | |
Short Description | Settings for checks | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_OBJ_MOD_REP | Model Repository |
Created | 20100503 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_OM_CATEG_CSETTINGS has no interface implemented.
Friends
Class CL_ESH_OM_CATEG_CSETTINGS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG_CSETTINGS | Settings for checks | 20100504 | ||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_ESH_OM_REPLICATE | References to Model Entities | 20100504 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_CHECKS | 20100503 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_CHECKS | 20100507 | |||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LTY_T_MODEL_ADMIN | 20100503 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_AREA | Area | 20100503 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_MODE | Mode | 20100504 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_MODEL_GUID | Model GUID | 20100503 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Activate check | 20100503 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100503 |
3 | ![]() |
Instance method | Public | Method | Deactivate check | 20100503 |
4 | ![]() |
Instance method | Public | Method | Activate check | 20100503 |
5 | ![]() |
Static method | Public | Method | Get instance (For internal use only) | 20100504 |
6 | ![]() |
Static method | Public | Method | Get instance | 20100503 |
7 | ![]() |
Instance method | Public | Method | Replicate instance | 20100504 |
8 | ![]() |
Instance method | Public | Method | Reset settings | 20100503 |
9 | ![]() |
Instance method | Protected | Method | Set attributes | 20100504 |
Events
Class CL_ESH_OM_CATEG_CSETTINGS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_CHECKS | Private | See coding | 20100503 | BEGIN OF lty_s_checks,
check_number TYPE i,
call_code TYPE i,
active TYPE xfeld,
END OF lty_s_checks
|
||
2 | LTY_T_CHECKS | Private | See coding | 20100503 | lty_t_checks TYPE HASHED TABLE OF lty_s_checks WITH UNIQUE KEY check_number call_code
|
Method Signatures
Method ACTIVATE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CALL_CODE | Call by reference | Type reference (TYPE) | I | 20100514 | |||
2 | ![]() |
IV_CHECK_NUMBER | Call by reference | Type reference (TYPE) | I | 20100503 |
Method ACTIVATE_CHECK on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | ESH_E_OM_AREA | 20100503 | |||
2 | ![]() |
IV_MODE | Call by reference | Type reference (TYPE) | ESH_E_OM_MODE | Mode | 20100503 | ||
3 | ![]() |
IV_MODEL_GUID | Call by reference | Type reference (TYPE) | ESH_E_OM_MODEL_GUID | 20100503 | |||
4 | ![]() |
IV_SKIP_CONSTRUCTOR | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20100504 |
Method CONSTRUCTOR on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method DEACTIVATE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CALL_CODE | Call by reference | Type reference (TYPE) | I | 20100514 | |||
2 | ![]() |
IV_CHECK_NUMBER | Call by reference | Type reference (TYPE) | I | 20100503 |
Method DEACTIVATE_CHECK on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method EXECUTE_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CALL_CODE | Call by reference | Type reference (TYPE) | I | 20100514 | |||
2 | ![]() |
IV_CHECK_NUMBER | Call by reference | Type reference (TYPE) | I | 20100503 | |||
3 | ![]() |
RV_EXECUTE | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20100503 |
Method EXECUTE_CHECK on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method GET_CL_XXXXX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_CL_REPLICATE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_REPLICATE | 20100504 | |||
2 | ![]() |
ER_CL_CATEG_CSETTINGS | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG_CSETTINGS | 20100504 | |||
3 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20100504 | ||
4 | ![]() |
IV_MODE | Call by reference | Type reference (TYPE) | ESH_E_OM_MODE | Mode | 20100504 | ||
5 | ![]() |
IV_MODEL_GUID | Call by reference | Type reference (TYPE) | ESH_E_OM_MODEL_GUID | Model GUID | 20100504 |
Method GET_CL_XXXXX on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20100503 | ||
2 | ![]() |
IV_MODE | Call by reference | Type reference (TYPE) | ESH_E_OM_MODE | Mode | 20100503 | ||
3 | ![]() |
IV_MODEL_GUID | Call by reference | Type reference (TYPE) | ESH_E_OM_MODEL_GUID | Model GUID | 20100503 | ||
4 | ![]() |
RR_CL_CATEG_CSETTINGS | Value transfer | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG_CSETTINGS | 20100503 |
Method GET_INSTANCE on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method REPLICATE_CATEG_CSET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_CL_CATEG_CSETTINGS | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG_CSETTINGS | Settings for checks | 20100504 | ||
2 | ![]() |
IR_CL_REPLICATE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_REPLICATE | References to Model Entities | 20100504 |
Method REPLICATE_CATEG_CSET_INSTANCE on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method RESET Signature
Method RESET on class CL_ESH_OM_CATEG_CSETTINGS has no parameter.
Method RESET on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CL_CATEG_CSETTINGS | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG_CSETTINGS | Settings for checks | 20100504 | ||
2 | ![]() |
IR_CL_REPLICATE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_REPLICATE | References to Model Entities | 20100504 |
Method SET_ATTRIBUTES on class CL_ESH_OM_CATEG_CSETTINGS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |