SAP ABAP Class CL_CNV_20200_CHK_OBJ_BRANCH (Data object for mapping check (BRANCH))
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_20200_CHECK (Package) Company code merge and rename - Check classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20130717
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20130717
Properties
Class CL_CNV_20200_CHK_OBJ_BRANCH  
Short Description Data object for mapping check (BRANCH)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_20200_CHECK   Company code merge and rename - Check classes 
Created 20130717   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20130717
2 IF_SERIALIZABLE_OBJECT Serializable Object 20130717
Friends
Class CL_CNV_20200_CHK_OBJ_BRANCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_ANA_EVENT_ID_A Static Attribute Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_A' Name of Event parameter A for analyse platform 20140227
2 NC_ANA_EVENT_ID_B Static Attribute Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_B' Name of Event parameter B for analyse platform 20140227
3 NC_ANA_EVENT_ID_C Static Attribute Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_C' Name of Event parameter C for analyse platform 20140227
4 NC_ANA_EVENT_ID_D Static Attribute Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_EVENT_D' Name of Event parameter D for analyse platform 20140227
5 NC_NO_BRANCH_MAPPING Constant Public Type reference (TYPE) CNV_MBT_CHECK_OBJKEY 'NO_MAPPING' Dummy Object key for no RLDEPO mapping 20130717
6 NC_SCOPE_MAXIMUM Constant Public Type reference (TYPE) CHAR1 'M' the maximal mapping (only for input) 20130822
7 NC_SCOPE_NONE Constant Public Type reference (TYPE) CHAR1 'N' no mapping (only for input) 20130822
8 NC_SCOPE_PACKAGE Constant Public Type reference (TYPE) CHAR1 'P' all mappings of a package 20130822
9 NC_SCOPE_PROVIDED Constant Public Type reference (TYPE) CHAR1 'S' only provided mappings 20130822
10 NC_SCOPE_SINGLE Constant Public Type reference (TYPE) CHAR1 'O' only a single mapping 20130822
11 NT_MAPPING Instance attribute Public Type reference (TYPE) CNV_20200_T_BRANCH_HIER_MAPP Table with mapping information 20130717
12 PR_ENGINEOBJECT Instance attribute Private Object reference (TYPE REF TO) IF_CNV_MBT_ME_SIM_ENGINE Main interface for the conversion of internal tables 20130717
13 PT_ANA_OUTTAB Instance attribute Private See coding Output table for ANA execution 20130717
14 PV_ANALYSIS_RUNNING Instance attribute Private Type reference (TYPE) ABAP_BOOL 'X' = started from ANA platform 20130717
15 PV_OBJECT_KEY Instance attribute Private Type reference (TYPE) CNV_MBT_CHECK_OBJKEY Check Framework: Object Key 20130717
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INPUT_PARAMETERS Static method Public Method checks input parameters of a check and enriches DObj 20130822
2 GET_ANA_OUTTAB Instance method Public Method Get data from ANA output table PT_ANA_OUTTAB 20130717
3 GET_BUKRS_MAPPING Static method Public Method Get the company code mapping 20140411
4 GET_ENGINE_OBJECT Instance method Public Method Returns the engine Object ANA filled or a cwb Engine object 20130717
5 GET_MAPPING_FROM_MAPID Static method Public Method Retrieve (all) mapping values from a given mapping ID 20130717
6 GET_TARGET_MAPPING_FROM_OBJKEY Instance method Public Method Retrieve mapping values from given object key 20130717
7 IS_ANALYSIS_RUNNING Instance method Public Method Return info if object was called from ANA platform 20130717
8 LOG_INVOLVED_BRANCHES Static method Public Method Log given mapping into logger reference 20130717
9 SET_ANALYSIS_IS_RUNNING Instance method Public Method Set PV_ANALYSIS_RUNNING to 'X' (only from ANA platform) 20130717
10 SET_ANA_OUTTAB Instance method Public Method Set data in ANA output table PT_ANA_OUTTAB 20130717
11 SET_ENGINE_OBJECT Instance method Public Method Sets the engine Object of this instance 20130717
12 SET_OBJECT_KEY Instance method Public Method Set the internal object key variable 20130717
13 SPLIT_OBJECT_KEY Static method Public Method Split given object key into separate values 20130717
Events
Class CL_CNV_20200_CHK_OBJ_BRANCH has no event.
Types
Class CL_CNV_20200_CHK_OBJ_BRANCH has no local type.
Method Signatures

Method CHECK_INPUT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_OBJECT Call by reference Object reference (TYPE REF TO) IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20130822
2 Exporting EV_EXECUTION_TYPE Call by reference Type reference (TYPE) CHAR1 the caller of the program (see class constants) 20130822
3 Exporting EV_NO_MAPPING Call by reference Type reference (TYPE) ABAP_BOOL return code if no mapping provi 20130822
4 Exporting EV_SCOPE Call by reference Type reference (TYPE) CHAR1 On which context the mappings can be loaded 20130822
5 Importing IR_DATAOBJECT Call by reference Object reference (TYPE REF TO) IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20130822
6 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130822
7 Importing IV_ANALYSIS_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE If the logger can be initial (only online execution!) 20130822
8 Importing IV_CONTEXT_GUID Call by reference Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20130822
9 Importing IV_SCOPE Call by reference Type reference (TYPE) CHAR1 NC_SCOPE_MAXIMUM scope that should be selected 20130822
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20130822

Method GET_ANA_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANA_OUTTAB Call by reference Type reference (TYPE) ANY TABLE Table with data for ANA output 20130717
2 Exporting EV_ANA_OUTTAB_TYPE Call by reference Type reference (TYPE) STRING Type name of ET_ANA_OUTTAB 20130717
3 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 Number of the table which shall be returned 20130717

Method GET_ANA_OUTTAB on class CL_CNV_20200_CHK_OBJ_BRANCH has no exception.

Method GET_BUKRS_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATAOBJECT Call by reference Object reference (TYPE REF TO) IF_CNV_MBT_CHECK_DATAOBJECT Check Framework: Data Object to check 20140411
2 Returning RT_BUKRS_MAPPING Value transfer Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140411
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140411

Method GET_ENGINE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_ENGINEOBJECT Value transfer Object reference (TYPE REF TO) IF_CNV_MBT_ME_SIM_ENGINE Main interface for the conversion of internal tables 20130717
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_DO_FAILED Check Framework: Data Object Failed 20130717

Method GET_MAPPING_FROM_MAPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAP_ID Call by reference Type reference (TYPE) CNV_MBT_ME_MAPPING_ID Mapping ID 20130717
2 Returning RT_MAPPING Value transfer Type reference (TYPE) CNV_20200_T_BRANCH_HIER_MAPP Table with mapping information 20130717
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_DO_FAILED Check Framework: Data Object Failed 20130717

Method GET_TARGET_MAPPING_FROM_OBJKEY 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 20130717
2 Returning RT_MAPPING Value transfer Type reference (TYPE) CNV_20200_T_BRANCH_HIER_MAPP Table with mapping information 20130717
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_DO_FAILED Check Framework: Data Object Failed 20130717

Method IS_ANALYSIS_RUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ANALYSIS_RUNNING Value transfer Type reference (TYPE) ABAP_BOOL 'X' = analysis (ANA platform) is running 20130717

Method IS_ANALYSIS_RUNNING on class CL_CNV_20200_CHK_OBJ_BRANCH has no exception.

Method LOG_INVOLVED_BRANCHES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20130717
2 Importing IT_MAPPING Call by reference Type reference (TYPE) CNV_20200_T_BRANCH_HIER_MAPP Table with mapping information 20130717
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20130717

Method SET_ANALYSIS_IS_RUNNING Signature

Method SET_ANALYSIS_IS_RUNNING on class CL_CNV_20200_CHK_OBJ_BRANCH has no parameter.
Method SET_ANALYSIS_IS_RUNNING on class CL_CNV_20200_CHK_OBJ_BRANCH has no exception.

Method SET_ANA_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ANA_OUTTAB Call by reference Type reference (TYPE) ANY TABLE Table with data for ANA output 20130717
2 Importing IV_NUMBER Call by reference Type reference (TYPE) I 1 The Number of the Outtab if you want to store multiple 20130717
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20130717

Method SET_ENGINE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ENGINE Call by reference Object reference (TYPE REF TO) IF_CNV_MBT_ME_SIM_ENGINE Main interface for the conversion of internal tables 20130717

Method SET_ENGINE_OBJECT on class CL_CNV_20200_CHK_OBJ_BRANCH has no exception.

Method SET_OBJECT_KEY 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 20130717

Method SET_OBJECT_KEY on class CL_CNV_20200_CHK_OBJ_BRANCH has no exception.

Method SPLIT_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAP_ID Call by reference Type reference (TYPE) CNV_MBT_ME_MAPPING_ID Unique identifier for a mapping 20130717
2 Exporting EV_TARGET_BRANCH Call by reference Type reference (TYPE) CNV_20200_J_1BBRANCH_NEW Branch 20130717
3 Exporting EV_TARGET_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130717
4 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) CNV_MBT_CHECK_OBJKEY Check Framework: Object Key 20130717

Method SPLIT_OBJECT_KEY on class CL_CNV_20200_CHK_OBJ_BRANCH has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in