SAP ABAP Class CL_ECL_VIEWER_FRAME (Manage EAI Control in Own Window)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CA-DMS (Application Component) Document Management System
     CV (Package) Application Development: R/3 Document Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in the Screen Area 19990308
Properties
Class CL_ECL_VIEWER_FRAME  
Short Description Manage EAI Control in Own Window    
Super Class CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in the Screen Area 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CV   Application Development: R/3 Document Management 
Created 19990308   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ECL_VIEWER_FRAME has no forward declaration.
Interfaces
Class CL_ECL_VIEWER_FRAME has no interface implemented.
Friends
Class CL_ECL_VIEWER_FRAME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_MODE Instance attribute Public Type reference (TYPE) I 2 Current Mode 2D or 3D 19990308
2 MY_VIEWER_2D Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ECL_2DVIEWER 2D Viewer Object 19990308
3 MY_VIEWER_3D Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ECL_3DVIEWER 3D Viewer Object 19990308
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Class Constructor 19990308
2 PASS_EVENT Instance method Public Method Triggers close event of the super class to the applications 19991215
3 REGISTER_WINDOW_EVENTS Instance method Public Method Registration of the Window Events 19990308
4 SHOW_DOCUMENT Instance method Public Method Loads a File in the Appropriate ECL Viewer 19990308
Events
# Event Type Visibility Description Created on
1 WINDOW_CLOSING Instance Event
(0)
Public
(2)
Event is triggered when dialog box is closed 19991215
Types
Class CL_ECL_VIEWER_FRAME has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CAPTION Call by reference Type reference (TYPE) C Fenstertitel 19990308
2 Importing DYNNR Value transfer Type reference (TYPE) SYDYNNR Dynpro mit dem das Control verknüpft ist 19990315
3 Importing HEIGHT Call by reference Type reference (TYPE) I 300 Fensterhöhe 19990308
4 Importing LIFETIME Value transfer Type reference (TYPE) I Lifetime 19990315
5 Importing NO_AUTODEF_PROGID_DYNNR Value transfer Type reference (TYPE) C Kontrolle über das automatische definieren der progid, dynnr 19990325
6 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 19990315
7 Importing REPID Value transfer Type reference (TYPE) SYREPID Report mit dem das Control verknüpft ist 19990315
8 Importing STYLE Value transfer Type reference (TYPE) I Windows Style-Attribute 19990315
9 Importing TOOLBAR_TOOLS Call by reference Type reference (TYPE) C 'X' Toolbar mit Menu für Werkzeuge 19991215
10 Importing WIDTH Call by reference Type reference (TYPE) I 550 Fensterbreite 19990308
11 Importing WITH_TOOLBAR Call by reference Type reference (TYPE) C 'X' 'X' = mit Standard-Toolbar 19991215
12 Importing X_POSITION Call by reference Type reference (TYPE) I 150 Position in x-Richtung 19990308
13 Importing Y_POSITION Call by reference Type reference (TYPE) I 150 Position in y-Richtung 19990308
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 19990308
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 19990308
3 CREATE_ERROR CREATE_ERROR 19990308
4 LIFETIME_DYNPRO_DYNPRO_LINK LIFETIME_DYNPRO_DYNPRO_LINK 19990308
5 LIFETIME_ERROR LIFETIME_ERROR 19990308

Method PASS_EVENT Signature

Method PASS_EVENT on class CL_ECL_VIEWER_FRAME has no parameter.
Method PASS_EVENT on class CL_ECL_VIEWER_FRAME has no exception.

Method REGISTER_WINDOW_EVENTS Signature

Method REGISTER_WINDOW_EVENTS on class CL_ECL_VIEWER_FRAME has no parameter.
Method REGISTER_WINDOW_EVENTS on class CL_ECL_VIEWER_FRAME has no exception.

Method SHOW_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) C Dateiname 19990308
2 Importing MODE Call by reference Type reference (TYPE) I 2 Control Modus: 2D = 2, 3D = 3 19990308
# Exception Resumable Description Created on
1 BAD_FILE_NAME BAD_FILE_NAME 19990308
2 CNTL_ERROR CNTL_ERROR 19990308
3 CNTL_INSTALL_ERROR CNTL_INSTALL_ERROR 19990308
4 FILE_NOT_FOUND FILE_NOT_FOUND 19990308
5 INVALID_DATA INVALID_DATA 19990308
6 INVALID_FILE_FORMAT INVALID_FILE_FORMAT 19990308
7 PERMISSION_DENIED PERMISSION_DENIED 19990308
Event Signatures

Event WINDOW_CLOSING Signature
Event WINDOW_CLOSING on class CL_ECL_VIEWER_FRAME has no parameter.
History
Last changed by/on SAP  20041209 
SAP Release Created in