SAP ABAP Class CL_PROXY_STYLESHEET_RUNTIME (Proxy Generation: Runtime Check ABAP <-> XML)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_RUNTIME_STYLESHEET (Package) ABAP Proxies: Stylesheets
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_STYLESHEET_RT_EXCEPT Proxy Runtime: Stylesheet for Execeptions 20050907
2 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_STYLESHEET_RT_METHOD Proxy Runtime: Stylesheet for Method Parameters 20050907
3 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_STYLESHEET_RT_TYPE Proxy Runtime: Stylesheet for Type 20060712
4 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_STYLESHEET_RT_TYPE0 Proxy Runtime: Stylesheet for Type 20080702
Properties
Class CL_PROXY_STYLESHEET_RUNTIME  
Short Description Proxy Generation: Runtime Check ABAP <-> XML    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_RUNTIME_STYLESHEET   ABAP Proxies: Stylesheets 
Created 20011019   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)
2 IF_PROXY_STYLESHEET Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 SPROX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PROXY_STYLESHEET_RUNTIME has no interface implemented.
Friends
Class CL_PROXY_STYLESHEET_RUNTIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ABAP2XML_NAME Instance attribute Private Type reference (TYPE) CXSLTDESC Name of an XSLT Program 20061204
2 C_DB_2ND_CONNECTION Constant Public Type reference (TYPE) DBCON_NAME 'R/3*PROXY_ST_ADD' Description of Database Connections 20091030
3 C_DB_DEF_CONNECTION Constant Public Type reference (TYPE) DBCON_NAME 'DEFAULT' Logical name for a database connection 20091030
4 C_ST_PREFIX Static Attribute Protected Type reference (TYPE) STRING '/1SAI/T' 20080702
5 C_ST_PREFIX0 Static Attribute Protected Type reference (TYPE) STRING '/1SAI/S' 20080702
6 DB_CONNECTION Instance attribute Protected Type reference (TYPE) DBCON_NAME 2nd DB connection currently in use 20091030
7 DEVCLASS Instance attribute Protected Type reference (TYPE) DEVCLASS Package 20060719
8 DO_NOT_REMEMBER Instance attribute Private Type reference (TYPE) ABAP_BOOL 20070917
9 ERROR_LIST Instance attribute Protected Type reference (TYPE) O2XSLTERRT Table Containing Syntax Errors Found by the XSLT Compiler 20100317
10 FORCE_TRANS_KIND Static Attribute Private Type reference (TYPE) CHAR1 For Unit Test 20051103
11 FORCE_TT_GENERATION Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20051111
12 NAME_NUMBER Instance attribute Protected Type reference (TYPE) SYCHAR20 CHAR20 for SYST 20050907
13 OBJECT Instance attribute Protected Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20081009
14 OBJ_NAME Instance attribute Protected Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081009
15 PROXY_STYLESHEET Instance attribute Protected Object reference (TYPE REF TO) IF_PROXY_STYLESHEET Proxy Generation: XSLT Stylesheet 20050907
16 SIGNATURE Instance attribute Protected Type reference (TYPE) SPROXSIGTT CHAR01 Data Element for SYST 20050907
17 SIGNATURE_TIMESTAMP Instance attribute Protected Type reference (TYPE) STRING 20050907
18 ST_CHECK_WARNINGS Static Attribute Private Type reference (TYPE) ABAP_BOOL 20060817
19 ST_CONTEXT Instance attribute Protected Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT generation context (service variant...) 20110225
20 ST_DEFAULT_NAMESPACES Static Attribute Private See coding 20110714
21 ST_FORCE_GENERATION Static Attribute Private Type reference (TYPE) ABAP_BOOL 20060817
22 ST_REMEMBER_ST Static Attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120611
23 ST_ROOT_NAME Instance attribute Public Type reference (TYPE) STRING 20080605
24 ST_USE_2ND_DBCON Static Attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091030
25 USE_DEF_NS Instance attribute Protected Type reference (TYPE) ABAP_BOOL use default namespace only 20110714
26 XML2ABAP_NAME Instance attribute Private Type reference (TYPE) CXSLTDESC Name of an XSLT Program 20061204
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECT_TIMESTAMP Static method Private Method 20081009
2 CHECK_DB_CONNECTION Instance method Protected Method 20091030
3 CHECK_SIMPLE_TRANS Static method Protected Method 20051103
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050909
5 COMMIT_DB_CONNECTION Instance method Protected Method 20091030
6 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20050803
7 CREATE_FROM_EXCEPTION Static method Public Method Generate Instance for Application Error 20011019
8 CREATE_FROM_METHOD Static method Public Method Generates Instance for Payload 20011019
9 CREATE_FROM_TYPE Static method Public Method Generates Instance for Payload 20060712
10 CREATE_FROM_TYPE0 Static method Public Method Generates Instance for Payload 20080702
11 CREATE_STYLESHEET_CLASS Static method Protected Method 20050907
12 DELETE_CLASS Static method Public Method Delete Stylesheets for Methods 20050909
13 GET_ABAP2XML Instance method Public Method 20020213
14 GET_ABAP2XML_INTERN Instance method Protected Method 20061204
15 GET_ABAP2XML_XOP Instance method Public Method 20060807
16 GET_ERROR_LIST Instance method Public Method 20100317
17 GET_FORCE_TT_GENERATION Static method Public Method 20051115
18 GET_SIGNATURE Instance method Public Method 20011019
19 GET_SIGNATURE_TIMESTAMP Instance method Protected Method 20050907
20 GET_STYLESHEET_NUMBER Instance method Protected Method 20050907
21 GET_XML2ABAP Instance method Public Method 20020213
22 GET_XML2ABAP_INTERN Instance method Protected Method 20061204
23 GET_XML2ABAP_XOP Instance method Public Method 20060807
24 LOAD_META_DATA Static method Protected Method 20081124
25 PACKAGE_USES_DEFAULT_NAMESPACE Static method Protected Method 20110714
26 PROCESS_REMEMBERED_OBJECTS Static method Public Method 20070917
27 RAISE_GENERATION_ERROR Static method Protected Method Report Generation Error 20050907
28 REMEMBER_OBJECT Instance method Protected Method 20070913
29 SAVE_TRANSFORMATION Instance method Protected Method 20060807
30 SET_FORCE_TT_GENERATION Static method Public Method 20051115
31 SET_TYPE_SIGNATURE Instance method Protected Method 20081114
32 TEST_STYLESHEET_GENERATION Static method Public Method 20051111
33 WRITE_APPL_LOG Static method Protected Method 20070914
Events
Class CL_PROXY_STYLESHEET_RUNTIME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ST_INSTANCE Private See coding 20011019 begin of st_instance, object type prx_r3obj, obj_name type prx_r3name, method type prx_r3name, extended type prx_xxml, inverse type sychar01, instance type ref to cl_proxy_stylesheet_runtime, end of st_instance
2 ST_INSTANCE_TAB Private See coding 20011019 st_instance_tab type standard table of st_instance
3 T_PROTOCOL Public See coding 20051111 T_PROTOCOL type standard table of sprot_u with default key
Method Signatures

Method ADD_OBJECT_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20081009
2 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20081009
3 Changing TIMESTAMP Call by reference Type reference (TYPE) STRING 20081009

Method ADD_OBJECT_TIMESTAMP on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method CHECK_DB_CONNECTION Signature

Method CHECK_DB_CONNECTION on class CL_PROXY_STYLESHEET_RUNTIME has no parameter.
Method CHECK_DB_CONNECTION on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method CHECK_SIMPLE_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXTENDED Call by reference Type reference (TYPE) SYCHAR01 SPACE CHAR01-Datenelement fuer SYST 20051103
2 Importing TESTPROXY Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20051103
3 Returning TESTTRANS Value transfer Type reference (TYPE) SYCHAR01 CHAR01-Datenelement fuer SYST 20051103

Method CHECK_SIMPLE_TRANS on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method COMMIT_DB_CONNECTION Signature

Method COMMIT_DB_CONNECTION on class CL_PROXY_STYLESHEET_RUNTIME has no parameter.
Method COMMIT_DB_CONNECTION on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT generation context (service variant...) 20110412
2 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20060719
3 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20060719
4 Importing P_FORCE_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL 20051114
# Exception Resumable Description Created on
1 CX_XMS_SYSERR_PROXY 20050901

Method CREATE_FROM_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT Proxy Generation: Name of an Object in R/3 20110412
2 Importing FORCE_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051111
3 Importing P_EXTENDED_XML_HANDLING Call by reference Type reference (TYPE) PRX_XXML Proxy Runtime: Standard /Extended Rendering and Parsing 20020208
4 Returning P_INSTANCE Value transfer Object reference (TYPE REF TO) CL_PROXY_STYLESHEET_RUNTIME Proxy Generierung: Runtimecheck ABAP <-> XML 20011019
5 Importing P_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Komponentenname 20011019
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20030917

Method CREATE_FROM_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT generation context (service variant...) 20110412
2 Importing FORCE_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051111
3 Importing P_EXTENDED_XML_HANDLING Call by reference Type reference (TYPE) PRX_XXML Proxy Runtime: Standard /Extended Rendering and Parsing 20020208
4 Returning P_INSTANCE Value transfer Object reference (TYPE REF TO) CL_PROXY_STYLESHEET_RUNTIME Proxy Generierung: Runtimecheck ABAP <-> XML 20011019
5 Importing P_INVERSE Call by reference Type reference (TYPE) SYCHAR01 CHAR01-Datenelement fuer SYST 20020211
6 Importing P_METHOD Call by reference Type reference (TYPE) PRX_R3NAME Komponentenname 20011019
7 Importing P_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy-Generierung: Typ eines Objektes im R3 20011019
8 Importing P_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Name eines XSLT-Programms 20011019
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20030917

Method CREATE_FROM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT generation context (service variant...) 20110412
2 Importing FORCE_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060712
3 Importing P_EXTENDED_XML_HANDLING Call by reference Type reference (TYPE) PRX_XXML Proxy Runtime: Standard /Extended Rendering and Parsing 20060712
4 Returning P_INSTANCE Value transfer Object reference (TYPE REF TO) CL_PROXY_STYLESHEET_RUNTIME Proxy Generierung: Runtimecheck ABAP <-> XML 20060712
5 Importing P_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Name eines XSLT-Programms 20060712
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20060712

Method CREATE_FROM_TYPE0 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT generation context (service variant...) 20110412
2 Importing FORCE_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080702
3 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081114
4 Importing PROXY_DDIC Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DDIC Proxy Runtime: Meta Data 20080721
5 Importing P_EXTENDED_XML_HANDLING Call by reference Type reference (TYPE) PRX_XXML Proxy Runtime: Standard /Extended Rendering and Parsing 20080702
6 Returning P_INSTANCE Value transfer Object reference (TYPE REF TO) CL_PROXY_STYLESHEET_RUNTIME Proxy Generierung: Runtimecheck ABAP <-> XML 20080702
7 Importing P_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Name eines XSLT-Programms 20080702
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20080702

Method CREATE_STYLESHEET_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXTENDED Call by reference Type reference (TYPE) PRX_XXML Proxy Runtime: Standard /Extended Rendering and Parsing 20050907
2 Importing NAME_NUMBER Call by reference Type reference (TYPE) SYCHAR20 CHAR20 fuer SYST 20050907
3 Returning PROXY_STYLESHEET Value transfer Object reference (TYPE REF TO) IF_PROXY_STYLESHEET Proxy Generierung: XSLT Stylesheet 20050907
4 Importing ST_PREFIX Call by reference Type reference (TYPE) STRING 20080702
5 Importing USE_LAX Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071130

Method CREATE_STYLESHEET_CLASS on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method DELETE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS Call by reference Type reference (TYPE) PRX_R3NAME Name eines XSLT-Programms 20050909
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050909

Method GET_ABAP2XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20020213
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050909

Method GET_ABAP2XML_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20061204
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061204

Method GET_ABAP2XML_XOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) PRX_R3NAME 20060807
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20060807

Method GET_ERROR_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERROR_LIST Value transfer Type reference (TYPE) O2XSLTERRT Table Containing Syntax Errors Found by the XSLT Compiler 20100317

Method GET_ERROR_LIST on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method GET_FORCE_TT_GENERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_FORCE_STYLESHEET_GENERATION Value transfer Type reference (TYPE) ABAP_BOOL 20051115

Method GET_FORCE_TT_GENERATION on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method GET_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_SIGNATURE Value transfer Type reference (TYPE) SPROXSIGTT Proxy Generierung: Signatur einer Methode 20011019

Method GET_SIGNATURE on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method GET_SIGNATURE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TIMESTAMP Value transfer Type reference (TYPE) STRING 20050907
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XMS: Ausnahmeklasse für Systemfehler 20050907

Method GET_STYLESHEET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT 20110412
2 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME Proxy-Generierung: Name eines Objektes im R3 20050907
3 Returning NAME Value transfer Type reference (TYPE) SPROXXSL-NAME CHAR20 fuer SYST 20050907
4 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy-Generierung: Typ eines Objektes im R3 (DTEL, TABL,...) 20050907
5 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy-Generierung: Name eines Objektes im R3 20050907
# Exception Resumable Description Created on
1 CX_XMS_SYSERR_PROXY 20050907

Method GET_XML2ABAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20020213
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050909

Method GET_XML2ABAP_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) CXSLTDESC Name eines XSLT-Programms 20061204
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20061204

Method GET_XML2ABAP_XOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAME Value transfer Type reference (TYPE) PRX_R3NAME 20060807
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20060807

Method LOAD_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT generation context (service variant...) 20110412
2 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081124
3 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20081124
4 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081124
5 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_PROXY_RT_DATA Proxy Runtime: Meta Data 20081124
# Exception Resumable Description Created on
1 CX_XMS_SYSERR_PROXY 20081124

Method PACKAGE_USES_DEFAULT_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20110714
2 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20110714

Method PACKAGE_USES_DEFAULT_NAMESPACE on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method PROCESS_REMEMBERED_OBJECTS Signature

Method PROCESS_REMEMBERED_OBJECTS on class CL_PROXY_STYLESHEET_RUNTIME has no parameter.
Method PROCESS_REMEMBERED_OBJECTS on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method RAISE_GENERATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P1 Call by reference Type reference (TYPE) CSEQUENCE 20050907
2 Importing P2 Call by reference Type reference (TYPE) CSEQUENCE 20050907
3 Importing P3 Call by reference Type reference (TYPE) CSEQUENCE 20050907
# Exception Resumable Description Created on
1 CX_XMS_SYSERR_PROXY 20050907

Method REMEMBER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXT_XML_HANDLING Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20070913
2 Importing INVERSE Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20070913
3 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20070913
4 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20070913
5 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20070913

Method REMEMBER_OBJECT on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method SAVE_TRANSFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) PRX_CLIENT Client for non client dependent tables 20081103
2 Exporting ERROR_LIST Call by reference Type reference (TYPE) O2XSLTERRT Table Containing Syntax Errors Found by the XSLT Compiler 20100317
3 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20060821
4 Importing NAME Call by reference Type reference (TYPE) CXSLTDESC 20060807
5 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20060821
6 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20060821
7 Importing PARENT_DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Package for which the transformation will be generated 20060807
8 Importing STYLESHEET Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_STYLESHEET 20060807
9 Importing VERSION Call by reference Type reference (TYPE) STRING 20060807
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XMS: Exception Class for System Errors 20060807

Method SET_FORCE_TT_GENERATION Signature

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

Method SET_FORCE_TT_GENERATION on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method SET_TYPE_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) ABAP_BOOL 20081114
2 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20081114
3 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081114

Method SET_TYPE_SIGNATURE on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method TEST_STYLESHEET_GENERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_PROXY_STYLESHEET=>T_CONTEXT Proxy Generation: Name of an Object in R/3 20110412
2 Importing FORCE_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051111
3 Importing OBJECT Call by reference Type reference (TYPE) SPROXHDR-OBJECT Proxy-Generierung: Typ eines Objektes im R3 (DTEL, TABL,...) 20051115
4 Importing OBJ_NAME Call by reference Type reference (TYPE) SPROXHDR-OBJ_NAME Proxy-Generierung: Name eines Objektes im R3 20051115
5 Importing PACKAGE Call by reference Type reference (TYPE) TADIR-DEVCLASS Paket 20051111
6 Returning PROTOCOL Value transfer Type reference (TYPE) T_PROTOCOL 20051111
7 Importing RT_COUNT Call by reference Type reference (TYPE) I 1 20060216

Method TEST_STYLESHEET_GENERATION on class CL_PROXY_STYLESHEET_RUNTIME has no exception.

Method WRITE_APPL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DAYS_TO_KEEP Call by reference Type reference (TYPE) I 3 20070914
2 Importing FLUSH Call by reference Type reference (TYPE) SY-INPUT 'X' Internal ABAP System Field 20070914
3 Importing MSGID Call by reference Type reference (TYPE) SY-MSGID SY-MSGID Message Class 20070914
4 Importing MSGNO Call by reference Type reference (TYPE) SY-MSGNO SY-MSGNO Message Number 20070914
5 Importing MSGTY Call by reference Type reference (TYPE) SY-MSGTY SY-MSGTY Message Type 20070914
6 Importing MSGV1 Call by reference Type reference (TYPE) SY-MSGV1 SY-MSGV1 Message Variable 20070914
7 Importing MSGV2 Call by reference Type reference (TYPE) SY-MSGV2 SY-MSGV2 Message Variable 20070914
8 Importing MSGV3 Call by reference Type reference (TYPE) SY-MSGV3 SY-MSGV3 Message Variable 20070914
9 Importing MSGV4 Call by reference Type reference (TYPE) SY-MSGV4 SY-MSGV4 Message Variable 20070914

Method WRITE_APPL_LOG on class CL_PROXY_STYLESHEET_RUNTIME has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620