SAP ABAP Class CL_UMG_MAN_INDXTABLE (Manually added index table)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18-UNI (Application Component) I18N Unicode
     SUMIG (Package) Unicode Migration: Tabellen Umsetzer + Reparatur Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UMG_LIST Results + ALV grid 20040206
Properties
Class CL_UMG_MAN_INDXTABLE  
Short Description Manually added index table    
Super Class CL_UMG_LIST Results + ALV grid 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SUMIG   Unicode Migration: Tabellen Umsetzer + Reparatur Tool 
Created 20040206   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UMG_MAN_INDXTABLE has no interface implemented.
Friends
Class CL_UMG_MAN_INDXTABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHUNK_STACK Instance attribute Private Type reference (TYPE) TAB_CHUNK_STACK Stack von internen Tabellen 20040206
2 CNV_ITAB Instance attribute Private Type reference (TYPE) UMGTCNV Unicode Migration Tool, Table of References 20040206
3 CONV_OBJ_INV Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OBJ A CCC Converter Object 20040206
4 CP_ITAB Instance attribute Private Type reference (TYPE) UMGTCP Unicode Migration Tool: List of Code Pages 20040206
5 CURR_CHUNK_PTR Instance attribute Private Type reference (TYPE) INT4 Natural Number 20040206
6 CURR_LOG_PTR Instance attribute Private Type reference (TYPE) INT4 Zeiger auf den aktuellen spumg log 20040206
7 CUR_APP_CP Instance attribute Private Type reference (TYPE) UMGACP Unicode Migration Tool Default Code Page 20040206
8 DISP_MODE Instance attribute Public Type reference (TYPE) UMGAFLG Unicode Migration Tool Indicator 20040206
9 FLDINF_ITAB Instance attribute Private Type reference (TYPE) TDFIES 20040209
10 KEYFLD_ITAB Instance attribute Private Type reference (TYPE) TDFIES 20040209
11 LANG_ITAB Instance attribute Private Type reference (TYPE) UMGTLANGCP Mapping Between Language and Code Page, for Source System 20040206
12 LANG_VEC Instance attribute Private Type reference (TYPE) SCPLANGS List of languages 20040206
13 SHOW_LANG_FLAG Instance attribute Private Type reference (TYPE) UMGAFLG 'X' Unicode Migration Tool Flag 20040419
14 TABNAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20040206
15 TAB_REP_REF Instance attribute Private Object reference (TYPE REF TO) DATA Referenz auf die interne Tabelle. 20040206
16 TAB_WA_REF Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Work Area 20040206
17 TAB_WA_REF2 Instance attribute Private Object reference (TYPE REF TO) DATA 20040206
18 TARGET_LANG_WA Instance attribute Private Type reference (TYPE) UMGLANGCP SPUMG: Language <-> Codepage Assignments 20070511
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_TARGET_LANG Instance method Public Method Delete target language value. 20100222
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040206
3 GET_CLUST_CP_TXT Instance method Private Method 20040206
4 GET_LANG_ITAB Instance method Public Method Returns the current language list 20070511
5 GET_SHOW_LANG_FLAG Instance method Public Method Returns show_lang_flag 20070511
6 GET_TARGET_LANG Instance method Public Method Returns the target language. 20070511
7 PERFORM_UNDO Instance method Private Method Undo Most Recent Changes 20040206
8 REPAIR Instance method Private Method Repair 20040206
9 SAVE Instance method Private Method Save Selected Lines 20040206
10 SET_TARGET_LANG Instance method Public Method Sets the target language. 20070511
11 SWITCH_SHOW_LANG_FLAG Instance method Public Method Sets show_lang_flag 20070511
Events
Class CL_UMG_MAN_INDXTABLE has no event.
Types
Class CL_UMG_MAN_INDXTABLE has no local type.
Method Signatures

Method CLEAR_TARGET_LANG Signature

Method CLEAR_TARGET_LANG on class CL_UMG_MAN_INDXTABLE has no parameter.
Method CLEAR_TARGET_LANG on class CL_UMG_MAN_INDXTABLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER_NAME Call by reference Type reference (TYPE) SCRFNAME Behältername 20040206
2 Importing IM_DISP Call by reference Type reference (TYPE) UMGAFLG Kennzeichen Unicode Migration Tool 20040206
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname des Protokolls 20040206
4 Importing IM_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelleiste 20040206

Method CONSTRUCTOR on class CL_UMG_MAN_INDXTABLE has no exception.

Method GET_CLUST_CP_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CODEPAGE Call by reference Type reference (TYPE) STRING 20040206
2 Exporting EX_INDX_TXT Call by reference Type reference (TYPE) STRING 20040206
3 Exporting EX_RC Call by reference Type reference (TYPE) I 20040218
4 Importing IM_KEYVAL Call by reference Type reference (TYPE) STRING 20040206
5 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20040206

Method GET_CLUST_CP_TXT on class CL_UMG_MAN_INDXTABLE has no exception.

Method GET_LANG_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LANG_ITAB Value transfer Type reference (TYPE) UMGTLANGCP Language Codepage Mappings 20070511

Method GET_LANG_ITAB on class CL_UMG_MAN_INDXTABLE has no exception.

Method GET_SHOW_LANG_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SHOW_LANG_FLAG Value transfer Type reference (TYPE) UMGAFLG SPUMG/SUMG Flag 20070511

Method GET_SHOW_LANG_FLAG on class CL_UMG_MAN_INDXTABLE has no exception.

Method GET_TARGET_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TARGET_LANG Value transfer Type reference (TYPE) SPRAS Language Key 20070511

Method GET_TARGET_LANG on class CL_UMG_MAN_INDXTABLE has no exception.

Method PERFORM_UNDO Signature

Method PERFORM_UNDO on class CL_UMG_MAN_INDXTABLE has no parameter.
Method PERFORM_UNDO on class CL_UMG_MAN_INDXTABLE has no exception.

Method REPAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANG Call by reference Type reference (TYPE) UMGLANGCP Zuordnung zwischen Sprache und Codepage, für Quellsystem 20040206
2 Importing IM_SEL_ROWS Call by reference Type reference (TYPE) LVC_T_ROW ALV Control: Tabellenzeilen 20040206

Method REPAIR on class CL_UMG_MAN_INDXTABLE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ROWS Call by reference Type reference (TYPE) LVC_T_ROW ALV Control: Tabellenzeilen 20040206

Method SAVE on class CL_UMG_MAN_INDXTABLE has no exception.

Method SET_TARGET_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TARGET_LANG Call by reference Type reference (TYPE) SPRAS Language Key 20070511

Method SET_TARGET_LANG on class CL_UMG_MAN_INDXTABLE has no exception.

Method SWITCH_SHOW_LANG_FLAG Signature

Method SWITCH_SHOW_LANG_FLAG on class CL_UMG_MAN_INDXTABLE has no parameter.
Method SWITCH_SHOW_LANG_FLAG on class CL_UMG_MAN_INDXTABLE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700