SAP ABAP Class CL_I18N_DBS_CONVERTER (General check and update routine for I18N_SEARCH)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
SCP (Package) SAP Code Pages
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_I18N_DBS_BIG5_DUPLICATES | Search and replace Big5 duplicates from texts | 20050725 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_I18N_DBS_BROKEN | Search for illegal characters | 20050725 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_I18N_DBS_BYTE | Search bytes in table fields | 20050725 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_I18N_DBS_SJIS_DUPLICATES | Search and replace SJIS duplicates from texts | 20050725 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_I18N_DBS_TEXT | Search Text in table fields | 20050725 |
Properties
| Class | CL_I18N_DBS_CONVERTER | |
| Short Description | General check and update routine for I18N_SEARCH | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCP | SAP Code Pages |
| Created | 20050725 | SAP |
| Last change | 20110908 | SAP |
| 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_I18N_DBS_CONVERTER has no interface implemented.
Friends
Class CL_I18N_DBS_CONVERTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | DBSAANALYSISNAME | Name of an I18N_SEARCH Analysis | 20100407 | |||
| 2 | Constant | Public | Type reference (TYPE) | DBSACSTAT | '0' | Status after conversion of a field | 20050725 | ||
| 3 | Constant | Public | Type reference (TYPE) | DBSACSTAT | '3' | Status after conversion of a field | 20050725 | ||
| 4 | Constant | Public | Type reference (TYPE) | DBSACSTAT | '2' | Status after conversion of a field | 20090331 | ||
| 5 | Constant | Public | Type reference (TYPE) | DBSACSTAT | '1' | Status after conversion of a field | 20090331 | ||
| 6 | Constant | Public | Type reference (TYPE) | DBSAREASON | 'B' | Reason: why did the conversion not work | 20050725 | ||
| 7 | Constant | Public | Type reference (TYPE) | DBSAREASON | 'D' | Reason: why did the conversion not work | 20050725 | ||
| 8 | Constant | Public | Type reference (TYPE) | DBSAREASON | 'C' | Reason: why did the conversion not work | 20050725 | ||
| 9 | Constant | Public | Type reference (TYPE) | DBSAREASON | 'L' | Reason: why did the conversion not work | 20050725 | ||
| 10 | Instance attribute | Protected | Type reference (TYPE) | UMGTFIELDINFO | Contains column information | 20100407 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20050725 | ||
| 2 | Instance method | Public | Method | 20100407 | ||
| 3 | Instance method | Public | Method | 20050725 | ||
| 4 | Instance method | Public | Method | 20100407 |
Events
Class CL_I18N_DBS_CONVERTER has no event.
Types
Class CL_I18N_DBS_CONVERTER has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FIELD | Call by reference | Type reference (TYPE) | CSEQUENCE | Ausgabe | 20050725 | |||
| 2 | EX_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Suche erfolgreich? | 20050725 | |||
| 3 | IM_FIELD | Call by reference | Type reference (TYPE) | CSEQUENCE | Eing. | 20050725 | |||
| 4 | IM_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20100407 |
Method CHECK on class CL_I18N_DBS_CONVERTER has no exception.
Method CLEAN_UP Signature
Method CLEAN_UP on class CL_I18N_DBS_CONVERTER has no parameter.
Method CLEAN_UP on class CL_I18N_DBS_CONVERTER has no exception.
Method CONVERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FIELD | Call by reference | Type reference (TYPE) | CSEQUENCE | Ausgabe | 20050725 | |||
| 2 | EX_REASON | Call by reference | Type reference (TYPE) | DBSAREASON | Grund: Warum hat die Konvertierung nicht funktioniert | 20050725 | |||
| 3 | EX_STATUS | Call by reference | Type reference (TYPE) | DBSACSTAT | Konvertierung erfolgreich? | 20050725 | |||
| 4 | IM_FIELD | Call by reference | Type reference (TYPE) | CSEQUENCE | Eing. | 20050725 | |||
| 5 | IM_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20100407 |
Method CONVERT on class CL_I18N_DBS_CONVERTER has no exception.
Method SET_FIELD_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ANALYSIS_NAME | Call by reference | Type reference (TYPE) | DBSAANALYSISNAME | Name of an I18N_SEARCH Analysis | 20100407 | |||
| 2 | IM_FIELD_INFO | Call by reference | Type reference (TYPE) | UMGTFIELDINFO | Contains column information | 20100407 |
Method SET_FIELD_INFO on class CL_I18N_DBS_CONVERTER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |