SAP ABAP Interface IF_CHECK_ITEM (check item defined for SHDB)
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_ITEM | |
| Short Description | check item defined for SHDB |
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_ITEM has no forward declaration.
Interfaces
Interface IF_CHECK_ITEM has no interface.
Friends
Interface IF_CHECK_ITEM has no friend.
Attributes
Interface IF_CHECK_ITEM has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120827 | ||
| 2 | Instance method | Public | Method | 20120827 | ||
| 3 | Instance method | Public | Method | 20120827 | ||
| 4 | Instance method | Public | Method | 20120827 | ||
| 5 | Instance method | Public | Method | 20120827 |
Events
Interface IF_CHECK_ITEM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CHK_INFO | Public | See coding | 20120827 | BEGIN OF ts_chk_info,
counter TYPE i,
name TYPE tv_szen_name,
relevant TYPE abap_bool,
repair TYPE abap_bool,
description TYPE string,
END OF ts_chk_info
|
||
| 2 | TS_CHK_PARAM | Public | See coding | 20120827 | BEGIN OF ts_chk_param,
name TYPE shdbobjectname,
type TYPE shdbobjectname,
value TYPE string,
END OF ts_chk_param
|
||
| 3 | TT_CHK_PARAM | Public | See coding | 20120827 | tt_chk_param TYPE STANDARD TABLE OF ts_chk_param WITH KEY name
|
||
| 4 | TV_SZEN_NAME | Public | Type reference (TYPE) | CHAR30 | 20120827 | |
Method Signatures
Method ADD_ISSUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ISSUE | Call by reference | Object reference (TYPE REF TO) | IF_CHECK_ISSUE | issue object for SHDB checks | 20120827 |
Method ADD_ISSUE on Interface IF_CHECK_ITEM has no exception.
Method CHECK Signature
Method CHECK on Interface IF_CHECK_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120827 |
Method CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAM | Call by reference | Type reference (TYPE) | TT_CHK_PARAM | 20120827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120827 |
Method INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_INFO | Value transfer | Type reference (TYPE) | TS_CHK_INFO | 20120827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120827 |
Method SUMMARY Signature
Method SUMMARY on Interface IF_CHECK_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120827 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |