SAP ABAP Class CL_UMC_ORGCHART_CONTROL (Help Class for cl_umc_orgchart_allguis. Do not Use Directly!)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-CPM (Application Component) Corporate Performance Monitor
     UMC (Package) CPM : Common Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_CONTROL Proxy Class for Control in GUI 20000530
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DRAGDROP Drag and Drop Interface for Controls 20010110
Properties
Class CL_UMC_ORGCHART_CONTROL  
Short Description Help Class for cl_umc_orgchart_allguis. Do not Use Directly!    
Super Class CL_GUI_CONTROL Proxy Class for Control in GUI 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UMC   CPM : Common Objects 
Created 20000530   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DRAGDROP Drag and Drop Interface for Controls 20010110
Friends
Class CL_UMC_ORGCHART_CONTROL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DO_NOT_SHOW Constant Public Type reference (TYPE) I 0 Display Flag 20000530
2 C_SHOW Constant Public Type reference (TYPE) I 1 Display Flag 20000530
3 EVENT_CONTEXTMENUREQUEST Constant Public Type reference (TYPE) I 1 Event ID for ContextMenuRequest 20000530
4 EVENT_CONTEXTMENUSELECTED Constant Public Type reference (TYPE) I 2 Event ID for ContextMenuSelected 20000530
5 EVENT_ONBOXDBLCLICK Constant Public Type reference (TYPE) I 3 Event ID for OnBoxDblClcik 20000530
6 EVENT_ONTEXTCHANGED Constant Public Type reference (TYPE) I 4 Event ID for OnTextChanged 20000530
7 EVENT_ONZOOMCHANGED Constant Public Type reference (TYPE) I 5 Event ID for OnZoomChanged 20000530
8 M_ADAPTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTROL Reference to the Adapter Control 20000530
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LEGEND_ITEM Instance method Public Method Add a New Entry to the Color Legend 20000530
2 ADD_NEW_BOX Instance method Public Method Add New Box 20000530
3 CLEAR_SCREEN Instance method Public Method Delete all Boxes 20000530
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20000530
5 ENSURE_VISIBLE Instance method Public Method Display Box 20000919
6 GET_BOX_COUNT Instance method Public Method Number of Existing Boxes 20000530
7 GET_SELECTED_BOX Instance method Public Method ID of Selected Box 20000530
8 GET_ZOOM Instance method Public Method Set New Zoom 20000530
9 MOVE_BOX_TO_CENTER Instance method Public Method Move Box to the Center of the Screen 20000620
10 PRINT Instance method Public Method Print the Current Control View 20000530
11 REMOVE_BOX Instance method Public Method Delete Box and All Subsidiary Boxes 20000530
12 REMOVE_CHILDREN Instance method Public Method Delete All Subsidiary Boxes 20000530
13 RESET_COLOR_LEGEND Instance method Public Method Removes All Items (Legend IDs) from the Color Legend 20000530
14 SAVE_AS_JPEG_WITH_DIALOG Instance method Public Method Save Interface as JPEG with User Dialog 20000530
15 SAVE_AS_JPG Instance method Public Method Save the Interface JPG Under the Appropriate File Name 20000626
16 SET_BOX_MARKED Instance method Public Method Select Box (Background Color) 20000530
17 SET_BOX_SELECTED Instance method Public Method Select Box (Heavy Border) 20000530
18 SET_DD_HANDLE Instance method Public Method Set Drag Drop Handle 20010305
19 SET_DEFAULT_COL_WIDTH Instance method Public Method Default Width for Columns in Newly Created Boxes 20000530
20 SET_DEFAULT_WIDTH Instance method Public Method Default Width for Newly Created Boxes 20000530
21 SET_LEGEND_TITLE Instance method Public Method Set Title of Color Legend 20000530
22 SET_NAVIGATION_TITLE Instance method Public Method Set Title of Navigation Overview 20000530
23 SET_ORIENTATION Instance method Public Method Horizontal or Vertical Alignment (Use Class Constants) 20000530
24 SET_ZOOM Instance method Public Method Set New Zoom 20000530
25 SHOW_COLOR_LEGEND Instance method Public Method Display Color Legend, 1 = yes, 0 = no 20000530
26 SHOW_NAVIGATION Instance method Public Method Display Navigation Overview, 1 = yes, 0 = no 20000530
27 UPDATE_BOX Instance method Public Method Change Box Contents 20000530
28 UPDATE_BOX_BEHAVIOUR Instance method Public Method Change Drag & Drop Behaviour of a Box 20010123
29 USE_SELECTED_AS_ROOT Instance method Public Method Set the Visible Section to Begin with this Box 20000530
Events
# Event Type Visibility Description Created on
1 CONTEXTMENUREQUEST Instance Event
(0)
Public
(2)
Context Menu 20000530
2 CONTEXTMENUSELECTED Instance Event
(0)
Public
(2)
Selection in Context Menu 20000530
3 ONBOXDBLCLICK Instance Event
(0)
Public
(2)
Double-Click on a Box 20000530
4 ONDRAG Instance Event
(0)
Public
(2)
For Drag Source 20010116
5 ONDROP Instance Event
(0)
Public
(2)
For Drop Target 20010116
6 ONDROPCOMPLETE Instance Event
(0)
Public
(2)
For Drag Source in Case of Success 20010116
7 ONGETFLAVOR Instance Event
(0)
Public
(2)
Multiple Flavors Possible at a Drop 20010116
8 ONTEXTCHANGED Instance Event
(0)
Public
(2)
Change Made to a Text 20000530
9 ONZOOMCHANGED Instance Event
(0)
Public
(2)
Zoom Factor was Changed 20000530
Types
Class CL_UMC_ORGCHART_CONTROL has no local type.
Method Signatures

Method ADD_LEGEND_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEGEND_ID Call by reference Type reference (TYPE) UMC_Y_LEGID ID des Legendeneintrags 20000530
2 Importing I_LEGEND_TEXT Call by reference Type reference (TYPE) UMC_Y_LTXT Text des Legendeneintrags 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method ADD_NEW_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTENT Call by reference Type reference (TYPE) UMC_YT_ORGCHARTBOX Text - Inhalt der Box 20000530
2 Importing IT_ICONS Call by reference Type reference (TYPE) UMC_YT_ORGCHARTBOXICON Statusicons der Box 20000530
3 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID ID der neuen Box 20000530
4 Importing I_DRAGDROPID Call by reference Type reference (TYPE) INT2 2-byte integer (signed) 20010123
5 Importing I_ENSURE_VISIBLE Call by reference Type reference (TYPE) C 'X' Box nach dem einfügen in den sichtbaren Bereich rücken 20000530
6 Importing I_PARENTID Call by reference Type reference (TYPE) UMC_Y_BOXID '0' ID der Mutter Box 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 INVALID_BOXID BoxID nicht vorhanden 20000530
4 ROOTBOX_ALREADY_EXISTS Es kann keine zweite Rootbox angelegt werden 20000530
5 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method CLEAR_SCREEN Signature

Method CLEAR_SCREEN on class CL_UMC_ORGCHART_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LIFETIME Value transfer Type reference (TYPE) I Lifetime 20000530
2 Importing I_NARROW_TREE Value transfer Type reference (TYPE) I 0 Kompaktere Baumdarstellung anschalten 20000530
3 Importing I_PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_OBJECT Container 20000530
4 Importing I_SHELLSTYLE Value transfer Type reference (TYPE) I Shellstyle 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method ENSURE_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID ID der Box 20000919
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000919
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000919
3 INVALID_BOXID BoxID nicht vorhanden 20000919
4 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000919

Method GET_BOX_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NUMBER Call by reference Type reference (TYPE) I Anzahl der vorhandenen Boxen 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method GET_SELECTED_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID ID der selektierten Box 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method GET_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ZOOM Call by reference Type reference (TYPE) UMC_Y_ZOOM Zoomfaktor 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method MOVE_BOX_TO_CENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID Box Id 20000620
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000620
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 20000620
3 INVALID_BOXID Box Id ist nicht vorhanden 20000620
4 UNSPECIFIED_ERROR Unbekannter Fehler 20000620

Method PRINT Signature

Method PRINT on class CL_UMC_ORGCHART_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method REMOVE_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID Box ID 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 INVALID_BOXID Die übergebene BoxID ist nicht vorhanden 20000530
4 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method REMOVE_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID BoxID, deren Kinder gelöscht werden sollen 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 INVALID_BOXID BoxID nicht vorhanden 20000530
4 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method RESET_COLOR_LEGEND Signature

Method RESET_COLOR_LEGEND on class CL_UMC_ORGCHART_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method SAVE_AS_JPEG_WITH_DIALOG Signature

Method SAVE_AS_JPEG_WITH_DIALOG on class CL_UMC_ORGCHART_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR Control Fehler 20000530
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 20000530

Method SAVE_AS_JPG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILENAME Call by reference Type reference (TYPE) C Dateiname für das erzeugte das Jpg-Bild 20000626
2 Importing I_MINHEIGHT Call by reference Type reference (TYPE) I 0 Mindesthöhe 20000626
3 Importing I_MINWIDTH Call by reference Type reference (TYPE) I 0 Mindestbreite 20000626
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000626

Method SET_BOX_MARKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID Box ID 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 INVALID_BOXID BoxID nicht vorhanden 20000530
4 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method SET_BOX_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID Box ID 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 INVALID_BOXID BoxID nicht vorhanden 20000530
4 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method SET_DD_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HANDLE Call by reference Type reference (TYPE) INT2 2 Byte Integer (Signed) 20010305
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20010305
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20010305

Method SET_DEFAULT_COL_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_WIDTH Call by reference Type reference (TYPE) I Spaltenbreite in Anz. Charactern (Breite des Buchst. 'X') 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method SET_DEFAULT_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WIDTH Call by reference Type reference (TYPE) I Breite in Anzahl Buchstaben 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method SET_LEGEND_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) C Titel der Farblegende 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method SET_NAVIGATION_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) C Titel der Navigationsübersicht 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method SET_ORIENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORIENTATION Call by reference Type reference (TYPE) UMC_Y_ORGCHART_ORIENT Ausrichtung des Graphen 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method SET_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ZOOM Call by reference Type reference (TYPE) UMC_Y_ZOOM Zoomfaktor in % 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530

Method SHOW_COLOR_LEGEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW Call by reference Type reference (TYPE) I 1 = Legende Anzeigen, 0 = nicht anzeigen 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 INVALID_PARAMETER_VALUE Unzulässiger Wert wurde übergeben 20000530

Method SHOW_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW Call by reference Type reference (TYPE) I 1 = Ja, 0 = Nein 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 CNTL_SYSTEM_ERROR Fehler im Controlframework 20000530
3 UNSPECIFIED_ERROR Fehler, keine näheren Informationen verfügbar 20000530

Method UPDATE_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTENT Call by reference Type reference (TYPE) UMC_YT_ORGCHARTBOX Inhalt 20000530
2 Importing IT_ICONS Call by reference Type reference (TYPE) UMC_YT_ORGCHARTBOXICON Icons 20000530
3 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID BoxId 20000530
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
2 INVALID_BOXID Boxid nicht vorhanden 20000530

Method UPDATE_BOX_BEHAVIOUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOXID Call by reference Type reference (TYPE) UMC_Y_BOXID BoxId 20010123
2 Importing I_DRAGDROPID Call by reference Type reference (TYPE) INT2 2-byte integer (signed) 20010123
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20010123
2 INVALID_BOXID Boxid nicht vorhanden 20010123

Method USE_SELECTED_AS_ROOT Signature

Method USE_SELECTED_AS_ROOT on class CL_UMC_ORGCHART_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR Controlfehler 20000530
Event Signatures

Event CONTEXTMENUREQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID Box ID, auf der Contextmenü gerufen wird 20000530
2 MENU Exporting Value transfer Object reference (TYPE REF TO) CL_CTMENU Menü Objekt 20000530

Event CONTEXTMENUSELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FCODE Exporting Value transfer Type reference (TYPE) C Code of the selected command 20000530

Event ONBOXDBLCLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID ID der geklickten Box 20000530

Event ONDRAG Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID Nummer einer Box des Orgchart-Controls 20010119
2 DRAGDROPOBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20010119

Event ONDROP Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID Nummer einer Box des Orgchart-Controls 20010119
2 DRAGDROPOBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20010119

Event ONDROPCOMPLETE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID Nummer einer Box des Orgchart-Controls 20010119
2 DRAGDROPOBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20010119

Event ONGETFLAVOR Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID Box ID 20010116
2 DRAGDROPOBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT DragDrop Objekt 20010116
3 FLAVORS Exporting Value transfer Type reference (TYPE) CNDD_FLAVORS Mögliche Flavors 20010116

Event ONTEXTCHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 BOXID Exporting Value transfer Type reference (TYPE) UMC_Y_BOXID Id der geänderten Box 20000530
2 CELLID Exporting Value transfer Type reference (TYPE) UMC_Y_CELLID Id der geänderten Zelle 20000530
3 FIELDID Exporting Value transfer Type reference (TYPE) UMC_Y_FIELDID Id des geädnerten Feldes 20000530
4 LENGTH Exporting Value transfer Type reference (TYPE) I Länge des eingegebenen Strings 20000530
5 LINEID Exporting Value transfer Type reference (TYPE) UMC_Y_LINEID Id der geänderten Zeile 20000530
6 TEXT Exporting Value transfer Type reference (TYPE) UMC_YS_ORGCHARTBOX-TXT ' ' Neuer Inhalt der Zelle 20000530

Event ONZOOMCHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ZOOM Exporting Value transfer Type reference (TYPE) I Der geänderte Zoomfaktor 20000530
History
Last changed by/on SAP  20041006 
SAP Release Created in