SAP ABAP Interface IF_SATC_IMP_MD_MESSAGE (Import of check metadata: message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK__IMP_API (Package) API for import of external results
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_IMP_MD_MESSAGE | Import of metadata: message | 20100322 |
Properties
| Interface | IF_SATC_IMP_MD_MESSAGE | |
| Short Description | Import of check metadata: message |
General Data
| Package | SATC_ABAP_CHECK__IMP_API | API for import of external results |
| Created | 20100318 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SATC_IMP_MD_MESSAGE has no forward declaration.
Interfaces
Interface IF_SATC_IMP_MD_MESSAGE has no interface.
Friends
Interface IF_SATC_IMP_MD_MESSAGE has no friend.
Attributes
Interface IF_SATC_IMP_MD_MESSAGE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns name of SAP Script documentation for message | 20100318 | |
| 2 | Instance method | Public | Method | Returns message id | 20100318 | |
| 3 | Instance method | Public | Method | Returns priority of message | 20100318 | |
| 4 | Instance method | Public | Method | Returns quality group | 20100318 | |
| 5 | Instance method | Public | Method | Returns quality standard | 20100318 | |
| 6 | Instance method | Public | Method | Get message title | 20100318 | |
| 7 | Instance method | Public | Method | Set name of SAP Script documentation for message | 20100318 | |
| 8 | Instance method | Public | Method | Set priority of message | 20100318 | |
| 9 | Instance method | Public | Method | Set quality group | 20100318 | |
| 10 | Instance method | Public | Method | Set quality standard | 20100318 | |
| 11 | Instance method | Public | Method | Set message title | 20100318 |
Events
Interface IF_SATC_IMP_MD_MESSAGE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_T_MESSAGES | Public | See coding | 20100319 | ty_t_messages type standard table of ref to if_satc_imp_md_message
with default key
|
Method Signatures
Method GET_DOCUMENTATION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_DOCUMENTATION | 20100319 |
Method GET_DOCUMENTATION_NAME on Interface IF_SATC_IMP_MD_MESSAGE 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) | IF_SATC_IMP_MD_TYPES=>TY_D_MESSAGE_ID | 20100319 |
Method GET_ID on Interface IF_SATC_IMP_MD_MESSAGE has no exception.
Method GET_PRIORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_PRIORITY | 20100319 |
Method GET_PRIORITY on Interface IF_SATC_IMP_MD_MESSAGE has no exception.
Method GET_Q_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_Q_GROUP | 20100319 |
Method GET_Q_GROUP on Interface IF_SATC_IMP_MD_MESSAGE has no exception.
Method GET_Q_STANDARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_Q_STANDARD | 20100319 |
Method GET_Q_STANDARD on Interface IF_SATC_IMP_MD_MESSAGE 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) | IF_SATC_IMP_MD_TYPES=>TY_D_TITLE | 20100319 |
Method GET_TITLE on Interface IF_SATC_IMP_MD_MESSAGE has no exception.
Method SET_DOCUMENTATION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DOCUMENTATION_NAME | Call by reference | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_DOCUMENTATION | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100408 |
Method SET_PRIORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PRIORITY | Call by reference | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_PRIORITY | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100408 |
Method SET_Q_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_Q_GROUP | Call by reference | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_Q_GROUP | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100408 |
Method SET_Q_STANDARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_Q_STANDARD | Call by reference | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_Q_STANDARD | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100408 |
Method SET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TITLE | Call by reference | Type reference (TYPE) | IF_SATC_IMP_MD_TYPES=>TY_D_TITLE | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100408 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |