SAP ABAP Interface IF_CNV_MBT_CHECK_PROFILE (Check Framework: Profile)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_CHECK (Package) Check Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20345_CHK_PROF_PRCTR Check profile for key figure merge 20110322
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_MBT_PIFD_VALIDATOR PIFD Variant Validator Superclass 20110124
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_MBT_DEMO_CHK_PROFILE01 Demo Check FrmWrk: Profile 01 20101124
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_40301_CHKPROF_MAP Check Profile for KTOGR mapping 20101228
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_40300_CHKPROF_MAP Check Profile for ANLKL mapping 20101208
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_40300_CHKPROF_ANLN Check Profile for ANLKL_ANLN mapping 20120608
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20900_CHKPROF_MAP Check Profile for LIFNR mapping 20110506
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20800_CHKPROF_MAP Check Profile for KUNNR mapping 20110415
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20700_CHKPROF_MAP Check Profile for MATNR mapping 20110411
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20600_CHK_PROF_BUKRSN Check profile for company code merge 20110323
... Click here to see Used By full list (30 items)
Properties
Interface IF_CNV_MBT_CHECK_PROFILE  
Short Description Check Framework: Profile    
General Data
Package CNV_MBT_CHECK   Check Framework 
Created 20101123   SAP 
Last changed 20141030    
Unicode checks active    
Forward declarations
Interface IF_CNV_MBT_CHECK_PROFILE has no forward declaration.
Interfaces
Interface IF_CNV_MBT_CHECK_PROFILE has no interface.
Friends
Interface IF_CNV_MBT_CHECK_PROFILE has no friend.
Attributes
Interface IF_CNV_MBT_CHECK_PROFILE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHECKS Instance method Public Method Get all check class names of this profile 20101202
2 GET_DESCRIPTION Instance method Public Method Get profile description 20101123
3 GET_DOCU_OBJ Instance method Public Method Get the docu key of a SE61 general text document 20101126
4 GET_NO_OBJKEY_MSG Instance method Public Method Message to be displayed if there are no object keys existing 20101213
5 GET_OBJECT_KEYS Instance method Public Method Get all object keys relevant for this profile 20101125
6 GET_OBJECT_KEY_DESCR Instance method Public Method Description of an object key (i.e. 'Controlling Area 0001') 20101125
7 GET_OBJECT_KEY_NAME Instance method Public Method Common object key name (i.e. 'Controlling Area') 20101126
8 GET_OBJECT_KEY_VALUE Instance method Public Method Value of an object key visible on UI (i.e. '0001') 20110105
9 GET_PREDECESSORS Instance method Public Method Get predecessors if running in sequence with other profiles 20110419
10 POST_PROCESSING Instance method Public Method Executed once after the checks are running 20101213
11 PRE_PROCESSING Instance method Public Method Executed once before the checks are running 20101213
Events
Interface IF_CNV_MBT_CHECK_PROFILE has no event.
Types
Interface IF_CNV_MBT_CHECK_PROFILE has no local type.
Method Signatures

Method GET_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_GUID Call by reference Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20110620
2 Returning RT_CHECK_CLS Value transfer Type reference (TYPE) CNV_MBT_CHECK_T_CHECK_CLS Check Framework: List of Check Class Names 20101202

Method GET_CHECKS on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING Profile description 20101123

Method GET_DESCRIPTION on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_DOCU_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DOCU_OBJ Value transfer Type reference (TYPE) DOKU_OBJ Documentation object 20101126

Method GET_DOCU_OBJ on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_NO_OBJKEY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_GUID Call by reference Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20130422
2 Returning RS_MSG Value transfer Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20101213

Method GET_NO_OBJKEY_MSG on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_OBJECT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_GUID Call by reference Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20110708
2 Returning RT_OBJECT_KEYS Value transfer Type reference (TYPE) CNV_MBT_CHECK_T_OBJKEY Check Framework: List of Object Keys 20101125

Method GET_OBJECT_KEYS on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_OBJECT_KEY_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) CNV_MBT_CHECK_OBJKEY Check Framework: Object Key 20101125
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING Description of the Object Key 20101125

Method GET_OBJECT_KEY_DESCR on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_OBJECT_KEY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING Object key name 20101126

Method GET_OBJECT_KEY_NAME on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_OBJECT_KEY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) CNV_MBT_CHECK_OBJKEY Check Framework: Object Key 20110105
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Value of the Object Key 20110105

Method GET_OBJECT_KEY_VALUE on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method GET_PREDECESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PREDECESSORS Value transfer Type reference (TYPE) CNV_MBT_CHECK_T_PROFILE_CLS Check Framework: List of Profile Classes 20110419

Method GET_PREDECESSORS on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method POST_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_PARAM Call by reference Type reference (TYPE) CNV_MBT_CHECK_T_PARAM List of Parameters filled by checks 20110412

Method POST_PROCESSING on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.

Method PRE_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_PARAM Call by reference Type reference (TYPE) CNV_MBT_CHECK_T_PARAM Check Framework: List of Parameter Name-Value Pairs 20110412

Method PRE_PROCESSING on Interface IF_CNV_MBT_CHECK_PROFILE has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20345_CHK_PROF_PRCTR Check profile for key figure merge 20110322
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_MBT_PIFD_VALIDATOR PIFD Variant Validator Superclass 20110124
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_MBT_DEMO_CHK_PROFILE01 Demo Check FrmWrk: Profile 01 20101124
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_40301_CHKPROF_MAP Check Profile for KTOGR mapping 20101228
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_40300_CHKPROF_MAP Check Profile for ANLKL mapping 20101208
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_40300_CHKPROF_ANLN Check Profile for ANLKL_ANLN mapping 20120608
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20900_CHKPROF_MAP Check Profile for LIFNR mapping 20110506
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20800_CHKPROF_MAP Check Profile for KUNNR mapping 20110415
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20700_CHKPROF_MAP Check Profile for MATNR mapping 20110411
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20600_CHK_PROF_BUKRSN Check profile for company code merge 20110323
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20600_CHK_PROF_BUKRS Check profile for company code merge 20110509
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20600_CHK_PROF_ACC_CODE Check profile for accounting code mapping 20121023
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20410_CHK_PROF_ERKRS Check profile for operating concern merge 20130828
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20400_CHK_PROF_CA Check profile for controlling area merge 20110125
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20375_CHK_PROF_KSTAR Check profile for key figure merge 20110323
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNVA_20290_CHK_PROF_BUKRS Check profile for Company Code Merge pre-analysis 20110413
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20340_CHK_PROF_CYCLE Check profile for key figure merge 20110323
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20335_CHK_PROF_PRZNR Check profile for key figure merge 20110323
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20325_CHK_PROF_STAGR Check profile for key figure merge 20110321
20 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20320_CHK_PROF_LSTAR Check profile for key figure merge 20110322
21 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20310_CHK_PROF_KOSTL Check profile for cost center merge 20110323
22 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20306_CHK_PROF_KOKRS Check profile for controlling area change 20110509
23 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20212_CHK_PROF_KKBER Check profile for company code merge (all) 20110315
24 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20211_CHK_PROF_RCOMP Check profile for company code merge (all) 20110315
25 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20200_CHK_PROF_BUKRS Check profile for company code merge 20110315
26 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20100_CHKPROF_ME_MAP Check 20100 ME mapping 20110523
27 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_20100_CHKPROF_MAP Check 20100 mapping 20110202
28 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_12000_CHK_PROF Check profile for object descriptions 20110511
29 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_10520_CHK_PROF_MAP Check profile for "Check Mapping" 20111028
30 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_10100_CHK_PROF_SETNAME Check profile forSet Name 20110711
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_46C