SAP ABAP Class CL_IDOC_XML1_VIEW (IDoc View)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ALE (Application Component) ALE Integration Technology
     SXML1 (Package) Services for IDoc/XML Processing
Properties
Class CL_IDOC_XML1_VIEW  
Short Description IDoc View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SXML1   Services for IDoc/XML Processing 
Created 19990721   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IDOC_XML1_VIEW has no forward declaration.
Interfaces
Class CL_IDOC_XML1_VIEW has no interface implemented.
Friends
Class CL_IDOC_XML1_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CTXMENU Instance attribute Private Object reference (TYPE REF TO) CL_CTMENU Reference of Context Menu 19991110
2 CURRENT_STYLEID Instance attribute Private Type reference (TYPE) EDI_STYLE Style ID 19991111
3 DEFAULT_IDOC_STYLE Constant Public Type reference (TYPE) EDI_URL 'SAP_001' Standard Style Sheet 19990726
4 DEFAULT_MASTER_STYLE Constant Public Type reference (TYPE) EDI_URL 'SAP_MASTER' Allocated URL 19991109
5 DEFAULT_MS_STYLE Constant Public Type reference (TYPE) EDI_URL 'IE5' Standard Style Sheet 19990726
6 DESTINATION_PRESENTATIONSERVER Constant Public Type reference (TYPE) CHAR1 'P' Destination of Source 19991104
7 DESTINATION_WEBREPOSITORY_A Constant Public Type reference (TYPE) CHAR1 'A' Destination of Source 19990726
8 DESTINATION_WEBREPOSITORY_B Constant Public Type reference (TYPE) CHAR1 'B' Destination of Source 19990726
9 HTML_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER Reference of HTML Control 19990726
10 IDOC_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_IDOC_XML1 IDocs in XML Format 19991027
11 IDOC_URL Constant Public Type reference (TYPE) EDI_URL 'XMLSRC' URL of IDoc to Be Loaded 19991109
12 MASTER_URL Static Attribute Private Type reference (TYPE) EDI_URL 'MASTERSRC' Allocated URL 19991109
13 STYLESHEET_URL Constant Public Type reference (TYPE) EDI_URL 'XSLSRC' URL of the Style Sheet to Be Loaded 19990726
14 TAB_OBJ_LOCATION Instance attribute Private See coding TAB_OBJ_LOCATION 19991027
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19990721
2 FREE Instance method Public Method Destructor 19991111
3 GET_ACCESSABLE_STYLIDS Instance method Public Method Gives all Possible Style IDs for this IDoc 19990726
4 GET_CURRENT_STYLEID Instance method Public Method Returns the Style ID Currently Used 19991111
5 INIT_CONTEXT Instance method Private Method Initializes Context Menu 19991111
6 INIT_STYLETABLE Instance method Private Method Sets Style Table of this View 19991111
7 NEW_SET_STYLESHEET Instance method Public Method Sets Stylesheet (loads MINE Objects + Transform XSLT) 20011030
8 ON_CTXMENU_REQUEST Instance method Private Event handling method Handles Event for Display of a Context Menu 19991110
9 ON_CTXMENU_SELECTED Instance method Private Event handling method Handles Event After Display of a Context Menu 19991110
10 ON_SAPEVENT Instance method Private Event handling method Handles Events of the Page Displayed 19991110
11 REFRESH Instance method Public Method Refresh 19990726
12 SET_MASTER Instance method Private Method Sets all Master Objects Required 19991116
13 SET_STYLESHEET Instance method Public Method Sets Style Sheet for this View 19990721
14 SHOW_ACCESSABLE_STYLIDS Instance method Public Method Shows all Possible Style IDs in a Context Menu 19991111
Events
# Event Type Visibility Description Created on
1 TEST Instance Event
(0)
Public
(2)
Test 19991110
Types
Class CL_IDOC_XML1_VIEW 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 IDOCOBJECT Call by reference Object reference (TYPE REF TO) CL_IDOC_XML1 Referenz eines IDocs in XML-Format 19990721
2 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 19990721
3 Importing XSLID Call by reference Type reference (TYPE) EDI_STYLE ID des Stylesheets 19990721
# Exception Resumable Description Created on
1 ERROR_CREATE_CONTROL Fehler beim Erzeugen des SAP-HTML Controls 19991116
2 ERROR_SETTING_IDOC Fehler beim Laden des IDocs 19991116
3 ERROR_SETTING_STYLESHEET Fehler beim Laden des Stylesheets 19991116

Method FREE Signature

Method FREE on class CL_IDOC_XML1_VIEW has no parameter.
Method FREE on class CL_IDOC_XML1_VIEW has no exception.

Method GET_ACCESSABLE_STYLIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STYLEIDS Call by reference Type reference (TYPE) TAB_SRC Styletables 19990726

Method GET_ACCESSABLE_STYLIDS on class CL_IDOC_XML1_VIEW has no exception.

Method GET_CURRENT_STYLEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XSLID Value transfer Type reference (TYPE) EDI_STYLE Style-ID 19991111

Method GET_CURRENT_STYLEID on class CL_IDOC_XML1_VIEW has no exception.

Method INIT_CONTEXT Signature

Method INIT_CONTEXT on class CL_IDOC_XML1_VIEW has no parameter.
Method INIT_CONTEXT on class CL_IDOC_XML1_VIEW has no exception.

Method INIT_STYLETABLE Signature

Method INIT_STYLETABLE on class CL_IDOC_XML1_VIEW has no parameter.
Method INIT_STYLETABLE on class CL_IDOC_XML1_VIEW has no exception.

Method NEW_SET_STYLESHEET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XSLID Call by reference Type reference (TYPE) EDI_STYLE Style-ID 20011030
# Exception Resumable Description Created on
1 ERROR_LOADING_MASTER_OBJECT Fehler beim Laden eines Master-Objekts 20011030
2 ERROR_LOADING_OBJECT Fehler beim Laden eines Objekts 20011030
3 NO_STARTING_STYLESHEET_FOUND Die gewählte Styleid verfügt nicht über ein Start-Stylesheet 20011030

Method ON_CTXMENU_REQUEST Signature

Method ON_CTXMENU_REQUEST on class CL_IDOC_XML1_VIEW has no parameter.
Method ON_CTXMENU_REQUEST on class CL_IDOC_XML1_VIEW has no exception.

Method ON_CTXMENU_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 19991110

Method ON_CTXMENU_SELECTED on class CL_IDOC_XML1_VIEW has no exception.

Method ON_SAPEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) 19991110
2 Importing GETDATA Call by reference Type reference (TYPE) 19991110
3 Importing POSTDATA Call by reference Type reference (TYPE) 19991110
4 Importing QUERY_TABLE Call by reference Type reference (TYPE) 19991110

Method ON_SAPEVENT on class CL_IDOC_XML1_VIEW has no exception.

Method REFRESH Signature

Method REFRESH on class CL_IDOC_XML1_VIEW has no parameter.
Method REFRESH on class CL_IDOC_XML1_VIEW has no exception.

Method SET_MASTER Signature

Method SET_MASTER on class CL_IDOC_XML1_VIEW has no parameter.
# Exception Resumable Description Created on
1 ERROR_LOADING_MASTER_OBJECT Fehler beim Laden eines Master-Objekts 19991116

Method SET_STYLESHEET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XSLID Call by reference Type reference (TYPE) EDI_STYLE Style-ID 19991103
# Exception Resumable Description Created on
1 ERROR_LOADING_MASTER_OBJECT Fehler beim Laden eines Master-Objekts 19991116
2 ERROR_LOADING_OBJECT Fehler beim Laden eines Objekts 19991104
3 NO_STARTING_STYLESHEET_FOUND Die gewählte Styleid verfügt nicht über ein Start-Stylesheet 19991104

Method SHOW_ACCESSABLE_STYLIDS Signature

Method SHOW_ACCESSABLE_STYLIDS on class CL_IDOC_XML1_VIEW has no parameter.
Method SHOW_ACCESSABLE_STYLIDS on class CL_IDOC_XML1_VIEW has no exception.
Event Signatures

Event TEST Signature
Event TEST on class CL_IDOC_XML1_VIEW has no parameter.
History
Last changed by/on SAP  00000000 
SAP Release Created in