SAP ABAP Class CL_CNV_00001_CHECK_MAPP_EXIST (CWB: Check mapping for relevant entries)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Properties
Class CL_CNV_00001_CHECK_MAPP_EXIST  
Short Description CWB: Check mapping for relevant entries    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20110317   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
Class CL_CNV_00001_CHECK_MAPP_EXIST has no interface implemented.
Friends
Class CL_CNV_00001_CHECK_MAPP_EXIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ONLY_MARKED_FIELDS Instance attribute Public Type reference (TYPE) ABAP_BOOL Only fields marked as NOMAPPING should be processed 20110317
2 PACKID Instance attribute Public Type reference (TYPE) CNV_PACK Conversion: Conversion packages 20110317
3 T_CHECKS Instance attribute Public Type reference (TYPE) CNV_00001_CHECKMAPPING_TT Sorted table of type CNVCHECKMAPPING 20110317
4 T_FIELDS Instance attribute Public Type reference (TYPE) CNV_00001_FIELDS_STT Sorted table of CNVFIELDS 20110317
5 T_FIELDS_CLEAR Instance attribute Public Type reference (TYPE) CNV_00001_FIELDS_STT Fields for which NOMAPPING should be cleared 20110322
6 T_FIELDS_SET Instance attribute Public Type reference (TYPE) CNV_00001_FIELDS_STT Fields for which NOMAPPING should be set 20110322
7 T_TABLES Instance attribute Public Type reference (TYPE) CNV_00001_TABLES_STT Sorted table of CNVTABLES 20110322
8 T_TABLES_CLEAR Instance attribute Public Type reference (TYPE) CNV_00001_TABLES_STT Tables for which NOTUSE should be cleared 20110322
9 T_TABLES_SET Instance attribute Public Type reference (TYPE) CNV_00001_TABLES_STT Tables for which NOTUSE should be set 20110322
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MAPPING_EXIST Instance method Public Method Check relevant mapping entries 20110317
2 CONSTRUCTOR Instance method Public Constructor Constructor 20110317
3 GET_CHECKS Instance method Protected Method Get mapping name or package specific check class 20110322
4 GET_FIELDS_TO_UPDATE Instance method Protected Method Get fields for which NOMAPPING indicator should be handled 20110317
5 GET_TABLES_AND_FIELDS Instance method Public Method Get tables and fields to be handled 20110322
6 GET_TABLES_TO_UPDATE Instance method Protected Method Get tables for which NOTUSE indicator should be handled 20110322
7 IS_EXCLUDED_FROM_CHECK Instance method Protected Method Check whether the fieldname is excluded from check 20110317
8 LOAD_DATA Instance method Protected Method Load relevant data 20110317
Events
Class CL_CNV_00001_CHECK_MAPP_EXIST has no event.
Types
Class CL_CNV_00001_CHECK_MAPP_EXIST has no local type.
Method Signatures

Method CHECK_MAPPING_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20110317
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20110317
3 Returning RV_NO_RELEVANT_MAPPING Value transfer Type reference (TYPE) FLAG No Relevant mapping 20110317
# Exception Resumable Description Created on
1 IS_EXCLUDED_FROM_CHECK It is excluded from check 20110317
2 NO_CHECK_EXISTS No mapping name exist 20110317
3 NO_ENTRY_EXISTS No entry exist in CNVFIELDS 20110317

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_MARKED Call by reference Type reference (TYPE) ABAP_BOOL Only fields marked as NOMAPPING 20110317
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20110317
# Exception Resumable Description Created on
1 NO_ACTIVE_PACKAGE No active package 20110317
2 PACKAGE_NOT_ACTIVE Package ist not active 20110317

Method GET_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAPPING_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110322
2 Exporting EV_PACK_CHECK_CLASS Call by reference Type reference (TYPE) CNVCHECKMAPPING-PACK_CHECK_CLASS Name of the package specific check class 20110322
3 Importing IV_CONVFUNC Call by reference Type reference (TYPE) CNV_FUNC Name of the used routine 20110322
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20110322
5 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20110322
# Exception Resumable Description Created on
1 NO_CHECK_EXISTS There exist no mapping or check class 20110322

Method GET_FIELDS_TO_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20110317
2 Importing IV_READONLY Call by reference Type reference (TYPE) FLAG SPACE Use READONLY instead of NOTUSE 20110721
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20110317

Method GET_FIELDS_TO_UPDATE on class CL_CNV_00001_CHECK_MAPP_EXIST has no exception.

Method GET_TABLES_AND_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS_CLEAR Call by reference Type reference (TYPE) CNV_00001_FIELDS_STT Sorted table of CNVFIELDS 20110322
2 Exporting ET_FIELDS_SET Call by reference Type reference (TYPE) CNV_00001_FIELDS_STT Sorted table of CNVFIELDS 20110322
3 Exporting ET_TABLES_CLEAR Call by reference Type reference (TYPE) CNV_00001_TABLES_STT Sorted table of CNVTABLES 20110322
4 Exporting ET_TABLES_SET Call by reference Type reference (TYPE) CNV_00001_TABLES_STT Conversion: Tables for processing by package 20110322
5 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20110322
6 Importing IV_READONLY Call by reference Type reference (TYPE) FLAG SPACE Use READONLY instead of NOTUSE 20110721
7 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20110322

Method GET_TABLES_AND_FIELDS on class CL_CNV_00001_CHECK_MAPP_EXIST has no exception.

Method GET_TABLES_TO_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20110322
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20110322

Method GET_TABLES_TO_UPDATE on class CL_CNV_00001_CHECK_MAPP_EXIST has no exception.

Method IS_EXCLUDED_FROM_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field name 20110317
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table name 20110317
3 Returning RV_EXCLUDED Value transfer Type reference (TYPE) FLAG General Flag 20110317

Method IS_EXCLUDED_FROM_CHECK on class CL_CNV_00001_CHECK_MAPP_EXIST has no exception.

Method LOAD_DATA Signature

Method LOAD_DATA on class CL_CNV_00001_CHECK_MAPP_EXIST has no parameter.
Method LOAD_DATA on class CL_CNV_00001_CHECK_MAPP_EXIST has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620