SAP ABAP Class CL_CNV_20200_CHK_ASSETS (Check for settings of asset accounting)
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 Check Framework: Check 20110322
Properties
Class CL_CNV_20200_CHK_ASSETS  
Short Description Check for settings of asset accounting    
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 20110322   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 Check Framework: Check 20110322
Friends
Class CL_CNV_20200_CHK_ASSETS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FLD_OBJ1 Constant Private Type reference (TYPE) STRING '' 20110802
2 GC_FLD_OBJ2 Constant Private Type reference (TYPE) STRING 'AFABE' 20110802
3 GC_STRUC1 Constant Private Type reference (TYPE) STRING 'CNV_20200_S_T093C_DATA' 20110802
4 GC_STRUC2 Constant Private Type reference (TYPE) STRING 'CNV_20200_S_T093B_DATA' 20110802
5 GC_TAB1 Constant Private Type reference (TYPE) TABNAME 'T093C' Table Name 20110802
6 GC_TAB2 Constant Private Type reference (TYPE) TABNAME 'T093B' Table Name 20110802
7 GC_TAB3 Constant Private Type reference (TYPE) TABNAME 'ANLA' Table Name 20110802
8 GC_TAB4 Constant Private Type reference (TYPE) TABNAME 'ANLH' Table Name 20110802
9 GC_TABN1 Constant Private Type reference (TYPE) STRING 'CNV_20200_T093C' 20110802
10 GC_TABN2 Constant Private Type reference (TYPE) STRING 'CNV_20200_T093B' 20110802
11 NC_ANA_VAL_REF_BUKRS Static Attribute Public Type reference (TYPE) CNV_MBT_CHECK_PARAMNAME 'ANA_VAL_REF_BUKRS' Parameter name of LEVEL1 for ana 20110324
12 PT_MAPPING Instance attribute Private Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table (values) 20110322
13 PV_ANALYSIS_RUNNING Instance attribute Private Type reference (TYPE) ABAP_BOOL analysis is running? 20110802
14 PV_MESSAGE Instance attribute Private Type reference (TYPE) STRING dummy variable to write MESSAGE content (where-used-list) 20110322
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ALL_BUKRS_WITHOUT_ASSETS Static method Public Method Check if all relev. CoCds are without assets 20140228
2 CHECK_BUKRS_WITH_DIFF_BUKRSN Static method Public Method Check if relevant CoCds are with different BUKRSN 20140228
3 CHECK_DIFF_T093B_PERIV Static method Public Method Check if T093B-PERIV is different 20140228
4 CHECK_DIFF_T093B_RUNDEN Static method Public Method Check if T093B-RUNDEN is different 20140228
5 CHECK_DIFF_T093C_AFAPL Static method Public Method Check if T093C-AFAPL is different 20140228
6 CHECK_DIFF_T093C_PERIV Static method Public Method Check if T093C-PERIV is different 20140228
7 CHECK_REF_BUKRS_WITHOUT_BUKRSN Static method Public Method Check if reference CoCd without BUKRSN but others 20140228
8 GET_BUKRS_OTHERS Static method Public Method Get other CoCds with same BUKRSN 20140228
9 LOG_RESULTS Static method Private Method Log the results 20140228
10 LOG_WITH_CALLBACK Static method Private Method Log with callback 20140228
11 READ_BUKRS_FROM_ANLA Static method Private Method Read company codes from table ANLA 20140228
12 READ_BUKRS_FROM_ANLH Static method Private Method Read company codes from table ANLH 20140228
13 READ_T093B Static method Private Method Read table T093B 20140228
14 READ_T093C_ALL_RECORDS Static method Private Method Read table T093C (all records) 20140228
15 READ_T093C_WITH_BUTXT Static method Private Method read only relevant T093C records and add T001-BUTXT 20140228
16 SET_ANA_OUTTAB Static method Private Method Set analysis output tables 20140228
17 STORE_CALLBACK_INFO Static method Private Method Store callback information 20140228
Events
Class CL_CNV_20200_CHK_ASSETS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_AFABE Private See coding 20110802
2 YS_BUKRSN Private See coding 20110802
3 YS_BUKRS_ANLN1 Private See coding 20110802
4 YS_BUKRS_BUKRSN Private See coding 20110802
5 YT_AFABE Private See coding 20110802
6 YT_BUKRSN Private See coding 20110802
7 YT_BUKRS_ANLN1 Private See coding 20110802
8 YT_BUKRS_BUKRSN Private See coding 20110802
9 YT_CNV_20200_T093B Private See coding 20110802
10 YT_CNV_20200_T093C Private See coding 20110802
Method Signatures

Method CHECK_ALL_BUKRS_WITHOUT_ASSETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_ANLA Call by reference Type reference (TYPE) CNV_20600_T_BUKRS Table type with company code 20140228
2 Importing IT_BUKRS_ANLH Call by reference Type reference (TYPE) CNV_20600_T_BUKRS Table type with company code 20140228
3 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
4 Returning RV_ALL_BUKRS_WITHOUT_ASSETS Value transfer Type reference (TYPE) ABAP_BOOL 20140228

Method CHECK_ALL_BUKRS_WITHOUT_ASSETS on class CL_CNV_20200_CHK_ASSETS has no exception.

Method CHECK_BUKRS_WITH_DIFF_BUKRSN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRSN_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRSN_MAPPING Mapping table for CoCd's for No. assignment (BUKRSN) 20140228
2 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
3 Importing IT_T093C Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
4 Returning RT_BUKRS_WITH_DIFF_BUKRSN Value transfer Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228

Method CHECK_BUKRS_WITH_DIFF_BUKRSN on class CL_CNV_20200_CHK_ASSETS has no exception.

Method CHECK_DIFF_T093B_PERIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Importing IT_T093B Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093B Table with Company code-related depreciation area specificat 20140228
3 Returning RV_DIFF_T093B_PERIV Value transfer Type reference (TYPE) ABAP_BOOL 20140228

Method CHECK_DIFF_T093B_PERIV on class CL_CNV_20200_CHK_ASSETS has no exception.

Method CHECK_DIFF_T093B_RUNDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Importing IT_T093B Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093B Table with Company code-related depreciation area specificat 20140228
3 Returning RV_DIFF_T093B_RUNDEN Value transfer Type reference (TYPE) ABAP_BOOL 20140228

Method CHECK_DIFF_T093B_RUNDEN on class CL_CNV_20200_CHK_ASSETS has no exception.

Method CHECK_DIFF_T093C_AFAPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Importing IT_T093C Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
3 Returning RV_DIFF_T093C_AFAPL Value transfer Type reference (TYPE) ABAP_BOOL 20140228

Method CHECK_DIFF_T093C_AFAPL on class CL_CNV_20200_CHK_ASSETS has no exception.

Method CHECK_DIFF_T093C_PERIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Importing IT_T093C Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
3 Returning RV_DIFF_T093C_PERIV Value transfer Type reference (TYPE) ABAP_BOOL 20140228

Method CHECK_DIFF_T093C_PERIV on class CL_CNV_20200_CHK_ASSETS has no exception.

Method CHECK_REF_BUKRS_WITHOUT_BUKRSN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Importing IT_T093C Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
3 Returning RV_REF_BUKRS_WITHOUT_BUKRSN Value transfer Type reference (TYPE) BUKRS Company Code 20140228

Method CHECK_REF_BUKRS_WITHOUT_BUKRSN on class CL_CNV_20200_CHK_ASSETS has no exception.

Method GET_BUKRS_OTHERS 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 20140228
2 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
3 Importing IT_T093C Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
4 Returning RT_BUKRS_OTHERS Value transfer Type reference (TYPE) CNV_20200_T_BUKRS_BUTXT_BUKRSN table type: company code / BUTXT / CoCd for number assignm. 20140228

Method GET_BUKRS_OTHERS on class CL_CNV_20200_CHK_ASSETS has no exception.

Method LOG_RESULTS 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 20140228
2 Importing IT_BUKRS_OTHERS Call by reference Type reference (TYPE) CNV_20200_T_BUKRS_BUTXT_BUKRSN table type: company code / BUTXT / CoCd for number assignm. 20140228
3 Importing IT_BUKRS_WITH_DIFF_BUKRSN Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
4 Importing IT_T093B Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093B Table with Company code-related depreciation area specificat 20140228
5 Importing IT_T093C_WITH_BUTXT Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
6 Importing IV_ALL_BUKRS_WITHOUT_ASSETS Call by reference Type reference (TYPE) ABAP_BOOL 20140228
7 Importing IV_ANALYSIS_IS_RUNNING Call by reference Type reference (TYPE) ABAP_BOOL 20140228
8 Importing IV_CWB_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20140228
9 Importing IV_DIFF_T093B_PERIV Call by reference Type reference (TYPE) ABAP_BOOL 20140228
10 Importing IV_DIFF_T093B_RUNDEN Call by reference Type reference (TYPE) ABAP_BOOL 20140228
11 Importing IV_DIFF_T093C_AFAPL Call by reference Type reference (TYPE) ABAP_BOOL 20140228
12 Importing IV_DIFF_T093C_PERIV Call by reference Type reference (TYPE) ABAP_BOOL 20140228
13 Importing IV_PCL_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140228
14 Importing IV_REF_BUKRS_WITHOUT_BUKRSN Call by reference Type reference (TYPE) BUKRS Company Code 20140228
15 Importing IV_TARGET_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20140228

Method LOG_RESULTS on class CL_CNV_20200_CHK_ASSETS has no exception.

Method LOG_WITH_CALLBACK 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 20140228
2 Importing IV_CLASS Call by reference Type reference (TYPE) SYMSGID Message Class 20140228
3 Importing IV_CWB_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20140228
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20140228
5 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20140228
6 Importing IV_PCL_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140228
7 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20140228
8 Importing IV_TARGET_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20140228
9 Importing IV_TYPE Call by reference Type reference (TYPE) CNV_MBT_ULV_MSG_TYPE Type of message in ULV logger 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140303

Method READ_BUKRS_FROM_ANLA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BUKRS Value transfer Type reference (TYPE) CNV_20600_T_BUKRS Not existing Company codes 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228

Method READ_BUKRS_FROM_ANLH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BUKRS Value transfer Type reference (TYPE) CNV_20600_T_BUKRS Not existing Company codes 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228

Method READ_T093B Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Returning RT_T093B Value transfer Type reference (TYPE) CNV_20200_CHECK_T_T093B Table with Company code-related depreciation area specificat 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228

Method READ_T093C_ALL_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_T093C Value transfer Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228

Method READ_T093C_WITH_BUTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUKRS_MAPPING Call by reference Type reference (TYPE) CNV_20600_T_BUKRS_MAPPING Mapping table for Company Code 20140228
2 Returning RT_T093C_WITH_BUTXT Value transfer Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228

Method SET_ANA_OUTTAB 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) CL_CNV_20600_CHK_OBJ_BUKRS Data object for mapping check (BUKRS) 20140228
2 Importing IT_BUKRS_OTHERS Call by reference Type reference (TYPE) CNV_20200_T_BUKRS_BUTXT_BUKRSN table type: company code / BUTXT / CoCd for number assignm. 20140228
3 Importing IT_BUKRS_WITH_DIFF_BUKRSN Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
4 Importing IT_T093B Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093B Table with Company code-related depreciation area specificat 20140228
5 Importing IT_T093C_WITH_BUTXT Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
6 Importing IV_DIFF_T093B_PERIV Call by reference Type reference (TYPE) ABAP_BOOL 20140228
7 Importing IV_DIFF_T093B_RUNDEN Call by reference Type reference (TYPE) ABAP_BOOL 20140228
8 Importing IV_DIFF_T093C_AFAPL Call by reference Type reference (TYPE) ABAP_BOOL 20140228
9 Importing IV_DIFF_T093C_PERIV Call by reference Type reference (TYPE) ABAP_BOOL 20140228
10 Importing IV_EVENT_A Call by reference Type reference (TYPE) ABAP_BOOL 20140228
11 Importing IV_EVENT_D Call by reference Type reference (TYPE) ABAP_BOOL 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228

Method STORE_CALLBACK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_T093B Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093B Table with Company code-related depreciation area specificat 20140228
2 Importing IT_T093C Call by reference Type reference (TYPE) CNV_20200_CHECK_T_T093C Table with company code / asset accounting info 20140228
3 Importing IV_CWB_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20140228
4 Importing IV_TARGET_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20140228
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20140228
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620