SAP ABAP Class CL_PROXY_STYLESHEET_UTILS (Utilities for Stylesheet Generation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_RUNTIME_STYLESHEET (Package) ABAP Proxies: Stylesheets
Properties
Class CL_PROXY_STYLESHEET_UTILS  
Short Description Utilities for Stylesheet Generation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_RUNTIME_STYLESHEET   ABAP Proxies: Stylesheets 
Created 20050902   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PROXY_STYLESHEET_UTILS has no interface implemented.
Friends
Class CL_PROXY_STYLESHEET_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DB_2ND_CONNECTION Constant Public Type reference (TYPE) DBCON_NAME 'R/3*PROXY_ST_ADD' 20100127
2 C_DB_DEF_CONNECTION Constant Public Type reference (TYPE) DBCON_NAME 'DEFAULT' 20100127
3 FORCE_SAVE Static Attribute Private Type reference (TYPE) ABAP_BOOL 20051115
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TRANSFORMATION Static method Public Method 20051205
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060427
3 DELETE_TRANSFORMATION Static method Public Method 20050909
4 GET_LOCAL_APPEND_PACKAGE Static method Public Method 20080922
5 GET_TRANSFORMATION_VERSION Static method Public Method 20050907
6 GET_XOP_A2X Static method Public Method 20060811
7 GET_XOP_X2A Static method Public Method 20060811
8 READ_TRANSFORMATION Static method Public Method 20050908
9 SAVE_TRANSFORMATION Static method Public Method 20050902
10 STRING_TO_STYLESHEET Static method Public Method 20051014
11 STYLESHEET_TO_STRING Static method Public Method 20051014
Events
# Event Type Visibility Description Created on
1 SAVE_TRANSFORMATION_CALLED Static Event
(1)
Public
(2)
20120724
Types
Class CL_PROXY_STYLESHEET_UTILS has no local type.
Method Signatures

Method CHECK_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC 20051205
# Exception Resumable Description Created on
1 CX_XMS_SYSERR_PROXY 20051205

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_PROXY_STYLESHEET_UTILS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PROXY_STYLESHEET_UTILS has no exception.

Method DELETE_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20050909
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XMS: Ausnahmeklasse für Systemfehler 20050909

Method GET_LOCAL_APPEND_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB_CONNECTION Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logical name for a database connection 20091228
2 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Package 20080922
3 Returning RVAL Value transfer Type reference (TYPE) DEVCLASS Package 20080922
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR Proxy-Generierung: Fehler 20080922

Method GET_TRANSFORMATION_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20050907
2 Returning VERSION Value transfer Type reference (TYPE) STRING 20050907

Method GET_TRANSFORMATION_VERSION on class CL_PROXY_STYLESHEET_UTILS has no exception.

Method GET_XOP_A2X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC Name of an XSLT Program 20060811
2 Returning XOP_A2X Value transfer Type reference (TYPE) ABAP_BOOL 20060811

Method GET_XOP_A2X on class CL_PROXY_STYLESHEET_UTILS has no exception.

Method GET_XOP_X2A Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC Name of an XSLT Program 20060811
2 Returning XOP_X2A Value transfer Type reference (TYPE) ABAP_BOOL 20060811

Method GET_XOP_X2A on class CL_PROXY_STYLESHEET_UTILS has no exception.

Method READ_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060116
2 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20050908
3 Returning STYLESHEET Value transfer Type reference (TYPE) O2PAGELINE_TABLE Name eines XSLT-Programms 20050908
# Exception Resumable Description Created on
1 CX_XMS_SYSERR_PROXY 20051021

Method SAVE_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB_CONNECTION Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logical name for a database connection 20091030
2 Importing DESCRIPT Call by reference Type reference (TYPE) O2XSLTATTR-DESCRIPT Short Description 20060821
3 Exporting ERROR_LIST Call by reference Type reference (TYPE) O2XSLTERRT Table Containing Syntax Errors Found by the XSLT Compiler 20060817
4 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC 20050902
5 Importing PARENT_DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Package for which the transformation will be generated 20060719
6 Importing STYLESHEET Call by reference Type reference (TYPE) O2PAGELINE_TABLE O2: Tabelle für OXygen-Page 20050902
7 Importing VERSION Call by reference Type reference (TYPE) STRING 20050907
8 Importing XOP_A2X Call by reference Type reference (TYPE) ABAP_BOOL 20060807
9 Importing XOP_X2A Call by reference Type reference (TYPE) ABAP_BOOL 20060807
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XMS: Ausnahmeklasse für Systemfehler 20050902

Method STRING_TO_STYLESHEET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE Call by reference Type reference (TYPE) STRING 20051014
2 Exporting STYLESHEET Call by reference Type reference (TYPE) O2PAGELINE_TABLE O2: Tabelle für OXygen-Page 20051014

Method STRING_TO_STYLESHEET on class CL_PROXY_STYLESHEET_UTILS has no exception.

Method STYLESHEET_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SOURCE Value transfer Type reference (TYPE) STRING 20051014
2 Importing STYLESHEET Call by reference Type reference (TYPE) O2PAGELINE_TABLE O2: Tabelle für OXygen-Page 20051014

Method STYLESHEET_TO_STRING on class CL_PROXY_STYLESHEET_UTILS has no exception.
Event Signatures

Event SAVE_TRANSFORMATION_CALLED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NAME Exporting Value transfer Type reference (TYPE) CXSLTDESC Name of an XSLT Program 20120724
History
Last changed by/on SAP  20130531 
SAP Release Created in 710