SAP ABAP Interface IF_CHECK_ISSUE (issue object for 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_ISSUE  
Short Description issue object for SHDB checks    
General Data
Package SHDB_TOOLS   helper classes for HANA DB 
Created 20120827   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_LIB_MSG_WRITER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_LIB_ELEMENT abstract element for use in collections 20120827
Friends
Interface IF_CHECK_ISSUE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_FOR_REP Constant Public Type reference (TYPE) TV_STATUS 'MARKED' 20120827
2 MC_NO_IMPL Constant Public Type reference (TYPE) TV_STATUS 'NOT IMPLEMENTED' 20120827
3 MC_OK Constant Public Type reference (TYPE) TV_STATUS 'OK' 20120827
4 MC_REPAIRED Constant Public Type reference (TYPE) TV_STATUS 'REPAIRED' 20120827
5 MC_REP_FAIL Constant Public Type reference (TYPE) TV_STATUS 'REP. FAILED' 20120827
6 MC_REP_IMP Constant Public Type reference (TYPE) TV_STATUS 'IRREPARABLE' 20120827
7 MC_REP_POSS Constant Public Type reference (TYPE) TV_STATUS 'REPAIRABLE' 20120827
8 MC_TS_FLAT_DESCR Constant Public Type reference (TYPE) STRING 'Exp.,5; Repair, 3; Status,15; Type, 6; Reason, 30; Table, 20; PK,3; Size MByte,10' 20120827
9 MR_COLL Static Attribute Public Object reference (TYPE REF TO) CL_LIB_COLL_DATA 20120827
10 MV_CONTEXT Instance attribute Public Type reference (TYPE) STRING 20120827
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20120827
2 ITER Instance method Public Method 20120827
3 REPAIR Instance method Public Method 20120827
4 SHOW Instance method Public Method 20120827
5 SUM_MSG_TYPE Instance method Public Method 20120827
Events
Interface IF_CHECK_ISSUE 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 TV_STATUS Public See coding 20120827 tv_status(15) TYPE c
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ISSUE Call by reference Object reference (TYPE REF TO) IF_CHECK_ISSUE 20120827

Method ADD on Interface IF_CHECK_ISSUE has no exception.

Method ITER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ITER Value transfer Object reference (TYPE REF TO) IF_LIB_ITERABLE 20120827

Method ITER on Interface IF_CHECK_ISSUE has no exception.

Method REPAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IDX Call by reference Type reference (TYPE) I 20120827

Method REPAIR on Interface IF_CHECK_ISSUE has no exception.

Method SHOW Signature

Method SHOW on Interface IF_CHECK_ISSUE has no parameter.
Method SHOW on Interface IF_CHECK_ISSUE has no exception.

Method SUM_MSG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUM Value transfer Type reference (TYPE) IF_LIB_MSG_WRITER=>TV_STATUS 20120827

Method SUM_MSG_TYPE on Interface IF_CHECK_ISSUE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in