SAP ABAP Class CL_ESH_OM_CHECK_PLAN (Check plan)
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_CHECK_PLAN | |
Short Description | Check plan | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ESH_OM_OBJ_MODEL_REP | |
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_OBJ_MOD_REP | Model Repository |
Created | 20130207 | SAP |
Last change | 20140121 | 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_CHECK_PLAN has no interface implemented.
Friends
Class CL_ESH_OM_CHECK_PLAN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_S_CHECK_PLAN | 20130207 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_CHECK_PLAN | 20130207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Execute check | 20130207 |
2 | ![]() |
Instance method | Public | Method | Set Check | 20130207 |
Events
Class CL_ESH_OM_CHECK_PLAN has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_CHECKS | Private | See coding | 20130207 | BEGIN OF lty_s_checks,
check_number TYPE i,
END OF lty_s_checks
|
||
2 | LTY_S_CHECK_PLAN | Private | See coding | 20130207 | BEGIN OF lty_s_check_plan,
guid TYPE guid_32,
checks TYPE lty_t_checks,
END OF lty_s_check_plan
|
||
3 | LTY_T_CHECKS | Private | See coding | 20130207 | lty_t_checks TYPE SORTED TABLE OF lty_s_checks WITH UNIQUE KEY check_number
|
||
4 | LTY_T_CHECK_PLAN | Private | See coding | 20130207 | lty_t_check_plan TYPE SORTED TABLE OF lty_s_check_plan WITH UNIQUE KEY guid
|
Method Signatures
Method EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_NUMBER | Call by reference | Type reference (TYPE) | I | 20130207 | |||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130207 | ||
3 | ![]() |
RV_EXECUTE | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20130207 |
Method EXECUTE on class CL_ESH_OM_CHECK_PLAN has no exception.
Method SET_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_NUMBER | Call by reference | Type reference (TYPE) | I | 20130207 | |||
2 | ![]() |
IV_EXECUTE | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20130207 | ||
3 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130207 |
Method SET_CHECK on class CL_ESH_OM_CHECK_PLAN has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |