SAP ABAP Class CL_ESH_OM_MODELS_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_MODELS_CSETTINGS | |
Short Description | Settings for Checks | |
Super Class | ||
Instantiability of a Class | 2 | Public |
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_MODELS_CSETTINGS has no interface implemented.
Friends
Class CL_ESH_OM_MODELS_CSETTINGS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LTY_T_CHECKS | 20100503 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | LTY_T_CHECKS | 20100507 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Activate check | 20100503 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100503 |
3 | ![]() |
Static method | Public | Method | Deactivate check | 20100503 |
4 | ![]() |
Static method | Public | Method | Activate check | 20100503 |
5 | ![]() |
Static method | Public | Method | Reset settings | 20100503 |
Events
Class CL_ESH_OM_MODELS_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_MODELS_CSETTINGS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ESH_OM_MODELS_CSETTINGS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ESH_OM_MODELS_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_MODELS_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_MODELS_CSETTINGS has no exception.
Method RESET Signature
Method RESET on class CL_ESH_OM_MODELS_CSETTINGS has no parameter.
Method RESET on class CL_ESH_OM_MODELS_CSETTINGS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |