SAP ABAP Interface IF_CHECK_DEF (definitions of SHDB checks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB

⤷

⤷

Properties
Interface | IF_CHECK_DEF | |
Short Description | definitions of SHDB checks |
General Data
Package | SHDB_TOOLS | helper classes for HANA DB |
Created | 20120827 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_CHECK_DEF has no forward declaration.
Interfaces
Interface IF_CHECK_DEF has no interface.
Friends
Interface IF_CHECK_DEF has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_ALL | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'ALL' | 20120827 | ||
2 | MC_CHK_CORRUPT | Constant | Public | Type reference (TYPE) | TV_CHK_STATUS | 'C' | 20120827 | ||
3 | MC_CHK_OK | Constant | Public | Type reference (TYPE) | TV_CHK_STATUS | 'O' | 20120827 | ||
4 | MC_CHK_REPAIRED | Constant | Public | Type reference (TYPE) | TV_CHK_STATUS | 'R' | 20120827 | ||
5 | MC_CHK_UNKNOWN | Constant | Public | Type reference (TYPE) | TV_CHK_STATUS | SPACE | 20120827 | ||
6 | MC_EFACT | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'EFACT' | 20120827 | ||
7 | MC_FACT | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'FACT' | 20120827 | ||
8 | MC_FFACT | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'FFACT' | 20120827 | ||
9 | MC_IOBJ | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'IOBJ' | 20120827 | ||
10 | MC_NONE | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'NONE' | 20120827 | ||
11 | MC_ODS | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'ODS' | 20120827 | ||
12 | MC_ODSG | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'ODSG' | 20120827 | ||
13 | MC_ODS_ACTIVE | Constant | Public | Type reference (TYPE) | RSOBJVERS | 'A' | 20120827 | ||
14 | MC_ODS_CONTENT | Constant | Public | Type reference (TYPE) | RSOBJVERS | 'D' | 20120827 | ||
15 | MC_ODS_MODIFIED | Constant | Public | Type reference (TYPE) | RSOBJVERS | 'M' | 20120827 | ||
16 | MC_PSA | Constant | Public | Type reference (TYPE) | TV_SCOPE_TYPE | 'PSA' | 20120827 |
Methods
Interface IF_CHECK_DEF has no method.
Events
Interface IF_CHECK_DEF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_FLAT | Public | See coding | 20120827 | BEGIN OF ts_flat,
light TYPE if_lib_msg_writer=>tv_status,
repair type abap_bool,
status TYPE tv_status,
type(6) TYPE c,
reason TYPE string,
table TYPE tabname,
prim_key TYPE abap_bool,
size_mb TYPE p LENGTH 15 DECIMALS 3,
END OF ts_flat
|
||
2 | TS_ISSUE | Public | See coding | 20120827 | begin of ts_issue,
scen type if_check_item=>tv_szen_name,
issue type REF TO if_check_issue,
END OF ts_issue
|
||
3 | TS_TABLES | Public | See coding | 20120827 | BEGIN OF ts_tables,
name TYPE tabname,
columntab(6) TYPE c,
has_pk(6) TYPE c,
type TYPE tv_scope_type,
object TYPE tv_bw_object,
END OF ts_tables
|
||
4 | TT_DDSTORAGE | Public | See coding | 20120827 | TT_DDSTORAGE type standard table of ddstorage WITH DEFAULT KEY
|
||
5 | TT_ISSUE | Public | See coding | 20120827 | tt_issue TYPE STANDARD TABLE OF ts_issue WITH KEY scen
|
||
6 | TV_BW_OBJECT | Public | Type reference (TYPE) | CHAR30 | 20120827 |
|
|
7 | TV_CHK_STATUS | Public | Type reference (TYPE) | CHAR1 | 20120827 |
|
|
8 | TV_SCOPE_TYPE | Public | See coding | 20120827 | tv_scope_type(6) TYPE c
|
||
9 | TV_STATUS | Public | See coding | 20120827 | tv_status(15) TYPE c
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |