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 ABAP 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 ANALYSIS_NAME Instance attribute Protected Type reference (TYPE) DBSAANALYSISNAME Name of an I18N_SEARCH Analysis 20100407
2 C_CONV_NOT_NECESSARY Constant Public Type reference (TYPE) DBSACSTAT '0' Status after conversion of a field 20050725
3 C_CONV_NOT_POSSIBLE Constant Public Type reference (TYPE) DBSACSTAT '3' Status after conversion of a field 20050725
4 C_CONV_PARTLY_SUCCESSFUL Constant Public Type reference (TYPE) DBSACSTAT '2' Status after conversion of a field 20090331
5 C_CONV_SUCCESSFUL Constant Public Type reference (TYPE) DBSACSTAT '1' Status after conversion of a field 20090331
6 C_REASON_INV_BYTES Constant Public Type reference (TYPE) DBSAREASON 'B' Reason: why did the conversion not work 20050725
7 C_REASON_REC_DB_EXISTS Constant Public Type reference (TYPE) DBSAREASON 'D' Reason: why did the conversion not work 20050725
8 C_REASON_REC_EXISTS Constant Public Type reference (TYPE) DBSAREASON 'C' Reason: why did the conversion not work 20050725
9 C_REASON_TOO_LONG Constant Public Type reference (TYPE) DBSAREASON 'L' Reason: why did the conversion not work 20050725
10 FIELD_DESC_TABLE Instance attribute Protected Type reference (TYPE) UMGTFIELDINFO Contains column information 20100407
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20050725
2 CLEAN_UP Instance method Public Method 20100407
3 CONVERT Instance method Public Method 20050725
4 SET_FIELD_INFO 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 Exporting EX_FIELD Call by reference Type reference (TYPE) CSEQUENCE Ausgabe 20050725
2 Exporting EX_RESULT Call by reference Type reference (TYPE) ABAP_BOOL Suche erfolgreich? 20050725
3 Importing IM_FIELD Call by reference Type reference (TYPE) CSEQUENCE Eing. 20050725
4 Importing 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 Exporting EX_FIELD Call by reference Type reference (TYPE) CSEQUENCE Ausgabe 20050725
2 Exporting EX_REASON Call by reference Type reference (TYPE) DBSAREASON Grund: Warum hat die Konvertierung nicht funktioniert 20050725
3 Exporting EX_STATUS Call by reference Type reference (TYPE) DBSACSTAT Konvertierung erfolgreich? 20050725
4 Importing IM_FIELD Call by reference Type reference (TYPE) CSEQUENCE Eing. 20050725
5 Importing 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 Importing IM_ANALYSIS_NAME Call by reference Type reference (TYPE) DBSAANALYSISNAME Name of an I18N_SEARCH Analysis 20100407
2 Importing 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