SAP ABAP Class CL_UMG_MAN_TABLE (Manually added 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 20031126
Properties
Class CL_UMG_MAN_TABLE  
Short Description Manually added 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 20031126   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_TABLE has no interface implemented.
Friends
Class CL_UMG_MAN_TABLE 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 20031126
2 CNV_ITAB Instance attribute Private Type reference (TYPE) UMGTCNV Unicode Migration Tool, Table of References 20031126
3 CONTAINER_FIELD_FLAG Instance attribute Private Type reference (TYPE) UMGAFLG SPUMG/SUMG Flag 20050126
4 CONTAINER_OBJ Instance attribute Private Object reference (TYPE REF TO) CL_UMG_CONTAINER Container handling in Unicode conversion 20050126
5 CONV_OBJ_INV Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OBJ A CCC Converter Object 20031126
6 CP_ITAB Instance attribute Private Type reference (TYPE) UMGTCP Unicode Migration Tool: List of Code Pages 20031126
7 CURRENT_LANG_WA Instance attribute Private Type reference (TYPE) UMGLANGCP SPUMG: Language <-> Codepage Assignments 20031204
8 CURR_CHUNK_PTR Instance attribute Private Type reference (TYPE) INT4 Natural Number 20031126
9 CURR_LOG_PTR Instance attribute Private Type reference (TYPE) INT4 Zeiger auf den aktuellen spumg log 20031126
10 CUR_APP_CP Instance attribute Private Type reference (TYPE) UMGACP Unicode Migration Tool Default Code Page 20031126
11 DETAIL_FLG Instance attribute Private Type reference (TYPE) UMGAFLG Unicode Migration Tool Indicator 20031126
12 DISP_MODE Instance attribute Public Type reference (TYPE) UMGAFLG Unicode Migration Tool Indicator 20031126
13 FLDINF_ITAB Instance attribute Private Type reference (TYPE) TDFIES Tabellenfeldbeschreibungen 20031126
14 LANG_ITAB Instance attribute Private Type reference (TYPE) UMGTLANGCP Mapping Between Language and Code Page, for Source System 20031126
15 LANG_VEC Instance attribute Private Type reference (TYPE) SCPLANGS List of languages 20031126
16 SHOW_LANG_FLAG Instance attribute Private Type reference (TYPE) UMGAFLG 'X' Unicode Migration Tool Flag 20040419
17 TABCTL Instance attribute Private Type reference (TYPE) UMGCCTL Unicode Migration: Control of Table Conversion 20031126
18 TABNAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20031126
19 TAB_REP_REF Instance attribute Private Object reference (TYPE REF TO) DATA Referenz auf die interne Tabelle. 20031126
20 TAB_WA_REF Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Work Area 20031126
21 TAB_WA_REF2 Instance attribute Private Object reference (TYPE REF TO) DATA 20031126
22 TARGET_LANG_WA Instance attribute Private Type reference (TYPE) UMGLANGCP SPUMG: Language <-> Codepage Assignments 20070509
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CURRENT_LANG Instance method Public Method Delete current language value. 20100222
2 CLEAR_TARGET_LANG Instance method Public Method Delete target language value. 20100222
3 CONSTRUCTOR Instance method Public Constructor Constructor 20031126
4 FILL_LANG_LIST Instance method Private Method Read SPUMG language list 20121016
5 GET_CURRENT_LANG Instance method Public Method Returns the current language. 20070509
6 GET_LANG_ITAB Instance method Public Method Returns the current language list 20070509
7 GET_SHOW_LANG_FLAG Instance method Public Method Returns show_lang_flag 20070509
8 GET_TARGET_LANG Instance method Public Method Returns the target language. 20070509
9 PERFORM_UNDO Instance method Private Method Undo Most Recent Changes 20031126
10 REINTERPRET Instance method Private Method Reinterpret all the possible combinations in the lang list 20060524
11 REPAIR Instance method Private Method Repair 20031126
12 SAVE Instance method Private Method Save Selected Lines 20031126
13 SET_CURRENT_LANG Instance method Public Method Sets the current language. 20070509
14 SET_TARGET_LANG Instance method Public Method Sets the target language. 20070509
15 SHOW_CURLANG_AS_TITLE Instance method Private Method show current language for selected rows to title 20040109
16 SWITCH_SHOW_LANG_FLAG Instance method Public Method Sets show_lang_flag 20070509
Events
Class CL_UMG_MAN_TABLE has no event.
Types
Class CL_UMG_MAN_TABLE has no local type.
Method Signatures

Method CLEAR_CURRENT_LANG Signature

Method CLEAR_CURRENT_LANG on class CL_UMG_MAN_TABLE has no parameter.
Method CLEAR_CURRENT_LANG on class CL_UMG_MAN_TABLE has no exception.

Method CLEAR_TARGET_LANG Signature

Method CLEAR_TARGET_LANG on class CL_UMG_MAN_TABLE has no parameter.
Method CLEAR_TARGET_LANG on class CL_UMG_MAN_TABLE 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 20031126
2 Importing IM_DISP Call by reference Type reference (TYPE) UMGAFLG Kennzeichen Unicode Migration Tool 20031126
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname des Protokolls 20031126
4 Importing IM_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelleiste 20031126

Method CONSTRUCTOR on class CL_UMG_MAN_TABLE has no exception.

Method FILL_LANG_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVE Call by reference Type reference (TYPE) UMGAFLG SPUMG/SUMG Flag 20121016
2 Returning RE_LANG_LIST Value transfer Type reference (TYPE) UMGTLANGCP Language Codepage Mappings 20121016

Method FILL_LANG_LIST on class CL_UMG_MAN_TABLE has no exception.

Method GET_CURRENT_LANG Signature

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

Method GET_CURRENT_LANG on class CL_UMG_MAN_TABLE 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 20070509

Method GET_LANG_ITAB on class CL_UMG_MAN_TABLE 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 20070509

Method GET_SHOW_LANG_FLAG on class CL_UMG_MAN_TABLE 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 20070509

Method GET_TARGET_LANG on class CL_UMG_MAN_TABLE has no exception.

Method PERFORM_UNDO Signature

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

Method REINTERPRET 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: Table rows 20060524

Method REINTERPRET on class CL_UMG_MAN_TABLE has no exception.

Method REPAIR Signature

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

Method REPAIR on class CL_UMG_MAN_TABLE 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 20031126

Method SAVE on class CL_UMG_MAN_TABLE has no exception.

Method SET_CURRENT_LANG Signature

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

Method SET_CURRENT_LANG on class CL_UMG_MAN_TABLE 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 20070509

Method SET_TARGET_LANG on class CL_UMG_MAN_TABLE has no exception.

Method SHOW_CURLANG_AS_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRING Call by reference Type reference (TYPE) CHAR16 Feld der Länge 16 20040109

Method SHOW_CURLANG_AS_TITLE on class CL_UMG_MAN_TABLE has no exception.

Method SWITCH_SHOW_LANG_FLAG Signature

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