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 | 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 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Only fields marked as NOMAPPING should be processed | 20110317 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CNV_PACK | Conversion: Conversion packages | 20110317 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | CNV_00001_CHECKMAPPING_TT | Sorted table of type CNVCHECKMAPPING | 20110317 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | CNV_00001_FIELDS_STT | Sorted table of CNVFIELDS | 20110317 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | CNV_00001_FIELDS_STT | Fields for which NOMAPPING should be cleared | 20110322 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | CNV_00001_FIELDS_STT | Fields for which NOMAPPING should be set | 20110322 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | CNV_00001_TABLES_STT | Sorted table of CNVTABLES | 20110322 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | CNV_00001_TABLES_STT | Tables for which NOTUSE should be cleared | 20110322 | |||
| 9 | 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 | Instance method | Public | Method | Check relevant mapping entries | 20110317 | |
| 2 | Instance method | Public | Constructor | Constructor | 20110317 | |
| 3 | Instance method | Protected | Method | Get mapping name or package specific check class | 20110322 | |
| 4 | Instance method | Protected | Method | Get fields for which NOMAPPING indicator should be handled | 20110317 | |
| 5 | Instance method | Public | Method | Get tables and fields to be handled | 20110322 | |
| 6 | Instance method | Protected | Method | Get tables for which NOTUSE indicator should be handled | 20110322 | |
| 7 | Instance method | Protected | Method | Check whether the fieldname is excluded from check | 20110317 | |
| 8 | 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 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field name | 20110317 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20110317 | |||
| 3 | RV_NO_RELEVANT_MAPPING | Value transfer | Type reference (TYPE) | FLAG | No Relevant mapping | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | It is excluded from check | 20110317 | ||
| 2 | No mapping name exist | 20110317 | ||
| 3 | No entry exist in CNVFIELDS | 20110317 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ONLY_MARKED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Only fields marked as NOMAPPING | 20110317 | |||
| 2 | IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No active package | 20110317 | ||
| 2 | Package ist not active | 20110317 |
Method GET_CHECKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MAPPING_NAME | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TEMPLATE_NAME | Mapping Template Name | 20110322 | |||
| 2 | EV_PACK_CHECK_CLASS | Call by reference | Type reference (TYPE) | CNVCHECKMAPPING-PACK_CHECK_CLASS | Name of the package specific check class | 20110322 | |||
| 3 | IV_CONVFUNC | Call by reference | Type reference (TYPE) | CNV_FUNC | Name of the used routine | 20110322 | |||
| 4 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field name | 20110322 | |||
| 5 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20110317 | ||||
| 2 | IV_READONLY | Call by reference | Type reference (TYPE) | FLAG | SPACE | Use READONLY instead of NOTUSE | 20110721 | ||
| 3 | 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 | ET_FIELDS_CLEAR | Call by reference | Type reference (TYPE) | CNV_00001_FIELDS_STT | Sorted table of CNVFIELDS | 20110322 | |||
| 2 | ET_FIELDS_SET | Call by reference | Type reference (TYPE) | CNV_00001_FIELDS_STT | Sorted table of CNVFIELDS | 20110322 | |||
| 3 | ET_TABLES_CLEAR | Call by reference | Type reference (TYPE) | CNV_00001_TABLES_STT | Sorted table of CNVTABLES | 20110322 | |||
| 4 | ET_TABLES_SET | Call by reference | Type reference (TYPE) | CNV_00001_TABLES_STT | Conversion: Tables for processing by package | 20110322 | |||
| 5 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20110322 | ||||
| 6 | IV_READONLY | Call by reference | Type reference (TYPE) | FLAG | SPACE | Use READONLY instead of NOTUSE | 20110721 | ||
| 7 | 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 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20110322 | ||||
| 2 | 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 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field name | 20110317 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20110317 | |||
| 3 | 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 |