SAP ABAP Interface IF_CRM_CHECK_META_DATA_ACCESS (Access to CheckMan check meta data)
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

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CRM_CHECK_META_DATA_ACCESS | Access to CheckMan check meta data | 20100329 |
Properties
Interface | IF_CRM_CHECK_META_DATA_ACCESS | |
Short Description | Access to CheckMan check meta data |
General Data
Package | S_CHECK_RESULT_MANAGEMENT | SAP ONLY: Check Internal Guidelines - Basic Module |
Created | 20100329 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_CRM_CHECK_META_DATA_ACCESS has no forward declaration.
Interfaces
Interface IF_CRM_CHECK_META_DATA_ACCESS has no interface.
Friends
Interface IF_CRM_CHECK_META_DATA_ACCESS has no friend.
Attributes
Interface IF_CRM_CHECK_META_DATA_ACCESS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get check meta data | 20100329 |
2 | ![]() |
Instance method | Public | Method | Remove meta data of a check | 20100329 |
3 | ![]() |
Instance method | Public | Method | Set check meta data | 20100329 |
Events
Interface IF_CRM_CHECK_META_DATA_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_D_CHECK_ID | Public | Type reference (TYPE) | CRMCHKID | 20100329 |
|
|
2 | TY_S_CHECK | Public | See coding | 20100329 | begin of ty_s_check,
clchk type seoclsname,
clnav type seoclsname,
clshare type seoclsname,
shareid type crmshareid,
respchk type crmrespobj,
respsup type crmrespsup,
respsuppho type c length 30,
respsupcsn type ufps_posid,
docuobject type doku_obj,
batch_scope type scrmchkscope_batch,
online_scope type scrmchkscope,
limu_proof type crmflag,
immediate_check type crmflag_immediate,
external_check type crmflag_external,
xmpt_granularity type crm_xmpt_granularity,
end of ty_s_check
|
||
3 | TY_S_CHECKT | Public | See coding | 20100329 | begin of ty_s_checkt,
langu type spras,
txtchk type crmdescr80,
end of ty_s_checkt
|
||
4 | TY_S_MSG | Public | See coding | 20100329 | begin of ty_s_msg,
chkmsgid type crmchkmgid,
msggrpid type crmmggrp,
deleted type crmflag,
defaultmsgprio type crmprio,
standard type scrm_q_standard_id,
docuobject type doku_obj,
end of ty_s_msg
|
||
5 | TY_S_MSGT | Public | See coding | 20100329 | begin of ty_s_msgt,
langu type spras,
chkmsgid type crmchkmgid,
txtchkmsg type crmdescr80,
end of ty_s_msgt
|
||
6 | TY_S_MSG_PHASE | Public | See coding | 20100329 | begin of ty_s_msg_phase,
chkmsgid type crmchkmgid,
phase type scrm_q_phase_id,
not_valid type scrm_not_valid,
end of ty_s_msg_phase
|
||
7 | TY_S_OBJTYPE | Public | See coding | 20100329 | begin of ty_s_objtype,
pgmid type pgmid,
object type trobjtype,
end of ty_s_objtype
|
||
8 | TY_T_CHECKT | Public | See coding | 20100329 | ty_t_checkt type standard table of ty_s_checkt
with unique sorted key key_checkt components langu
|
||
9 | TY_T_MSG | Public | See coding | 20100329 | ty_t_msg type standard table of ty_s_msg
with unique sorted key key_msg
components chkmsgid
|
||
10 | TY_T_MSGT | Public | See coding | 20100329 | ty_t_msgt type standard table of ty_s_msgt
with unique sorted key key_msgt
components langu chkmsgid
|
||
11 | TY_T_MSG_PHASE | Public | See coding | 20100329 | ty_t_msg_phase type standard table of ty_s_msg_phase
with unique sorted key key_msg_phase
components chkmsgid phase
|
||
12 | TY_T_OBJTYPE | Public | See coding | 20100329 | ty_t_objtype type standard table of ty_s_objtype
with default key
|
Method Signatures
Method GET_CHECK_META_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CHECK | Call by reference | Type reference (TYPE) | TY_S_CHECK | 20100329 | |||
2 | ![]() |
E_CHECKT | Call by reference | Type reference (TYPE) | TY_T_CHECKT | 20100329 | |||
3 | ![]() |
E_MESSAGES | Call by reference | Type reference (TYPE) | TY_T_MSG | 20100329 | |||
4 | ![]() |
E_MESSAGETS | Call by reference | Type reference (TYPE) | TY_T_MSGT | 20100329 | |||
5 | ![]() |
E_MSG_PHASE | Call by reference | Type reference (TYPE) | TY_T_MSG_PHASE | 20100329 | |||
6 | ![]() |
E_OBJ_TYPES | Call by reference | Type reference (TYPE) | TY_T_OBJTYPE | 20100329 | |||
7 | ![]() |
I_CHECK_ID | Call by reference | Type reference (TYPE) | TY_D_CHECK_ID | 20100329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100329 |
Method REMOVE_CHECK_META_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHECK_ID | Call by reference | Type reference (TYPE) | TY_D_CHECK_ID | 20100329 |
Method REMOVE_CHECK_META_DATA on Interface IF_CRM_CHECK_META_DATA_ACCESS has no exception.
Method SET_CHECK_META_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHECK | Call by reference | Type reference (TYPE) | TY_S_CHECK | 20100329 | |||
2 | ![]() |
I_CHECKT | Call by reference | Type reference (TYPE) | TY_T_CHECKT | 20100329 | |||
3 | ![]() |
I_CHECK_ID | Call by reference | Type reference (TYPE) | TY_D_CHECK_ID | 20100329 | |||
4 | ![]() |
I_MESSAGES | Call by reference | Type reference (TYPE) | TY_T_MSG | 20100329 | |||
5 | ![]() |
I_MESSAGETS | Call by reference | Type reference (TYPE) | TY_T_MSGT | 20100329 | |||
6 | ![]() |
I_MSG_PHASE | Call by reference | Type reference (TYPE) | TY_T_MSG_PHASE | 20100329 | |||
7 | ![]() |
I_OBJ_TYPES | Call by reference | Type reference (TYPE) | TY_T_OBJTYPE | 20100329 |
Method SET_CHECK_META_DATA on Interface IF_CRM_CHECK_META_DATA_ACCESS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 800 |