SAP ABAP Class CL_IDOC_XML1_VIEW_NEW (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_NEW  
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 20011107   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IDOC_XML1_VIEW_NEW has no forward declaration.
Interfaces
Class CL_IDOC_XML1_VIEW_NEW has no interface implemented.
Friends
Class CL_IDOC_XML1_VIEW_NEW 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 20011107
2 CURRENT_STYLEID Instance attribute Private Type reference (TYPE) EDI_STYLE Style ID 20011107
3 DEFAULT_IDOC_STYLE Constant Public Type reference (TYPE) EDI_URL 'SAP_001' Standard Style Sheet 20011107
4 DEFAULT_MASTER_STYLE Constant Public Type reference (TYPE) EDI_URL 'SAP_MASTER' Allocated URL 20011107
5 DEFAULT_MS_STYLE Constant Public Type reference (TYPE) EDI_URL 'IE5' Standard Style Sheet 20011107
6 DESTINATION_PRESENTATIONSERVER Constant Public Type reference (TYPE) CHAR1 'P' Destination of Source 20011107
7 DESTINATION_WEBREPOSITORY_A Constant Public Type reference (TYPE) CHAR1 'A' Destination of Source 20011107
8 DESTINATION_WEBREPOSITORY_B Constant Public Type reference (TYPE) CHAR1 'B' Destination of Source 20011107
9 HTML_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER Reference of HTML Control 20011107
10 IDOC_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_IDOC_XML1 IDocs in XML Format 20011107
11 IDOC_URL Constant Public Type reference (TYPE) EDI_URL 'XMLSRC' URL of IDoc to Be Loaded 20011107
12 MASTER_URL Static Attribute Private Type reference (TYPE) EDI_URL 'MASTERSRC' Allocated URL 20011107
13 STYLESHEET_URL Constant Public Type reference (TYPE) EDI_URL 'XSLSRC' URL of the Style Sheet to Be Loaded 20011107
14 TAB_OBJ_LOCATION Instance attribute Private See coding TAB_OBJ_LOCATION 20011107
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011107
2 FREE Instance method Public Method Destructor 20011107
3 GET_ACCESSABLE_STYLIDS Instance method Public Method Gives all Possible Style IDs for this IDoc 20011107
4 GET_CURRENT_STYLEID Instance method Public Method Returns the Style ID Currently Used 20011107
5 INIT_CONTEXT Instance method Private Method Initializes Context Menu 20011107
6 INIT_STYLETABLE Instance method Private Method Sets Style Table of this View 20011107
7 NEW_SET_STYLESHEET Instance method Public Method Sets Stylesheet (loads MINE Objects + Transform XSLT) 20011107
8 ON_CTXMENU_REQUEST Instance method Private Event handling method Handles Event for Display of a Context Menu 20011107
9 ON_CTXMENU_SELECTED Instance method Private Event handling method Handles Event After Display of a Context Menu 20011107
10 ON_SAPEVENT Instance method Private Event handling method Handles Events of the Page Displayed 20011107
11 REFRESH Instance method Public Method Refresh 20011107
12 SET_MASTER Instance method Private Method Sets all Master Objects Required 20011107
13 SET_STYLESHEET Instance method Public Method Sets Style Sheet for this View 20011107
14 SHOW_ACCESSABLE_STYLIDS Instance method Public Method Shows all Possible Style IDs in a Context Menu 20011107
Events
# Event Type Visibility Description Created on
1 TEST Instance Event
(0)
Public
(2)
Test 20011107
Types
Class CL_IDOC_XML1_VIEW_NEW 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 HTML_CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control proxy class 20011109
2 Importing IDOCOBJECT Call by reference Object reference (TYPE REF TO) CL_IDOC_XML1 Referenz eines IDocs in XML-Format 20011107
3 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 20011107
4 Importing XSLID Call by reference Type reference (TYPE) EDI_STYLE ID des Stylesheets 20011107
# Exception Resumable Description Created on
1 ERROR_CREATE_CONTROL Fehler beim Erzeugen des SAP-HTML Controls 20011107
2 ERROR_SETTING_IDOC Fehler beim Laden des IDocs 20011107
3 ERROR_SETTING_STYLESHEET Fehler beim Laden des Stylesheets 20011107

Method FREE Signature

Method FREE on class CL_IDOC_XML1_VIEW_NEW has no parameter.
Method FREE on class CL_IDOC_XML1_VIEW_NEW 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 20011107

Method GET_ACCESSABLE_STYLIDS on class CL_IDOC_XML1_VIEW_NEW 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 20011107

Method GET_CURRENT_STYLEID on class CL_IDOC_XML1_VIEW_NEW has no exception.

Method INIT_CONTEXT Signature

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

Method INIT_STYLETABLE Signature

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

Method NEW_SET_STYLESHEET Signature

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

Method ON_CTXMENU_REQUEST Signature

Method ON_CTXMENU_REQUEST on class CL_IDOC_XML1_VIEW_NEW has no parameter.
Method ON_CTXMENU_REQUEST on class CL_IDOC_XML1_VIEW_NEW 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) 20011107

Method ON_CTXMENU_SELECTED on class CL_IDOC_XML1_VIEW_NEW 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) 20011107
2 Importing GETDATA Call by reference Type reference (TYPE) 20011107
3 Importing POSTDATA Call by reference Type reference (TYPE) 20011107
4 Importing QUERY_TABLE Call by reference Type reference (TYPE) 20011107

Method ON_SAPEVENT on class CL_IDOC_XML1_VIEW_NEW has no exception.

Method REFRESH Signature

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

Method SET_MASTER Signature

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

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 20011107
# Exception Resumable Description Created on
1 ERROR_LOADING_MASTER_OBJECT Fehler beim Laden eines Master-Objekts 20011107
2 ERROR_LOADING_OBJECT Fehler beim Laden eines Objekts 20011107
3 NO_STARTING_STYLESHEET_FOUND Die gewählte Styleid verfügt nicht über ein Start-Stylesheet 20011107

Method SHOW_ACCESSABLE_STYLIDS Signature

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

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