SAP ABAP Interface IF_SCRM_CHECK_INFO (Internal: Meta Data on CheckMan check)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
S_CHECK_RESULT_MANAGEMENT (Package) SAP ONLY: Check Internal Guidelines - Basic Module
⤷
⤷
Properties
| Interface | IF_SCRM_CHECK_INFO | |
| Short Description | Internal: Meta Data on CheckMan check |
General Data
| Package | S_CHECK_RESULT_MANAGEMENT | SAP ONLY: Check Internal Guidelines - Basic Module |
| Created | 20100712 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SCRM_CHECK_INFO has no forward declaration.
Interfaces
Interface IF_SCRM_CHECK_INFO has no interface.
Friends
Interface IF_SCRM_CHECK_INFO has no friend.
Attributes
Interface IF_SCRM_CHECK_INFO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Internal: Get contact | 20100712 | |
| 2 | Instance method | Public | Method | Internal: Get the name of the docucment with the description | 20100712 | |
| 3 | Instance method | Public | Method | Internal: Get the check id | 20100712 | |
| 4 | Instance method | Public | Method | Internal: Get infos regarding the messages of the check | 20100712 | |
| 5 | Instance method | Public | Method | Internal: Get the name of the check implementing class | 20100712 | |
| 6 | Instance method | Public | Method | Internal: Get the title of the check | 20100712 |
Events
Interface IF_SCRM_CHECK_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_INFO | Public | See coding | 20100712 | begin of ty_S_Info,
id type crmchkid,
handle type ref to if_Scrm_Check_Info,
end of ty_S_Info
|
||
| 2 | TY_T_INFOS | Public | See coding | 20100712 | ty_T_Infos type sorted table of ty_S_Info with unique key id
|
Method Signatures
Method GET_CONTACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100712 |
Method GET_CONTACT on Interface IF_SCRM_CHECK_INFO has no exception.
Method GET_DOCU_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | DOKU_OBJ | 20100712 |
Method GET_DOCU_OBJECT on Interface IF_SCRM_CHECK_INFO has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CRMCHKID | 20100712 |
Method GET_ID on Interface IF_SCRM_CHECK_INFO has no exception.
Method GET_MESSAGE_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_SCRM_CHECK_MESSAGE_INFO=>TY_T_INFOS | 20100712 |
Method GET_MESSAGE_INFOS on Interface IF_SCRM_CHECK_INFO has no exception.
Method GET_PLUG_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100712 |
Method GET_PLUG_CLASS_NAME on Interface IF_SCRM_CHECK_INFO has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100712 |
Method GET_TITLE on Interface IF_SCRM_CHECK_INFO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |