SAP ABAP Class CL_PROXY_TEST_DATA (Test data generator for Proxy Datatypes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_TEST (Package) Test Package for Generated Proxies
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PROXY_TEST_DATA_FILL Test data generator 20061016
Properties
Class CL_PROXY_TEST_DATA  
Short Description Test data generator for Proxy Datatypes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_TEST   Test Package for Generated Proxies 
Created 20061013   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_RT_DEF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 SAI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SPROX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SPRX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PROXY_TEST_DATA_FILL Test data generator 20061016
Friends
Class CL_PROXY_TEST_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CTRL_DEFAULT Constant Public Type reference (TYPE) PRX_CONTR 'D' Field Control in XML Data Stream (=> Type Group SAI) 20061016
2 C_CTRL_INITIAL Constant Public Type reference (TYPE) PRX_CONTR SAI_CTRL_INITIAL Field Control in XML Data Stream (=> Type Group SAI) 20061016
3 C_CTRL_NIL Constant Public Type reference (TYPE) PRX_CONTR 'N' Field Control in XML Data Stream (=> Type Group SAI) 20061016
4 C_CTRL_NIL_ALL Constant Public Type reference (TYPE) PRX_CONTR SAI_CTRL_NIL Field Control in XML Data Stream (=> Type Group SAI) 20070824
5 C_CTRL_NONE Constant Public Type reference (TYPE) PRX_CONTR SAI_CTRL_NONE Field Control in XML Data Stream (=> Type Group SAI) 20061016
6 C_MODE_CLEAR Constant Public Type reference (TYPE) T_MODE 'C' Single-Character Flag 20061016
7 C_MODE_KEEP Constant Public Type reference (TYPE) T_MODE 'K' Single-Character Flag 20061016
8 C_MODE_SET Constant Public Type reference (TYPE) T_MODE 'S' Single-Character Flag 20061016
9 C_TAB_LINES Constant Private Type reference (TYPE) I 2 20061016
10 NAMESPACES Instance attribute Private See coding 20071009
11 NUM Instance attribute Private Type reference (TYPE) I 20061016
12 TAB_LINES Instance attribute Private Type reference (TYPE) I C_TAB_LINES 20070626
13 XSD_ANY_EMPTY_SAMPLE Static Attribute Private Type reference (TYPE) XSDANY XML Fragment 20061016
14 XSD_ANY_SAMPLE Static Attribute Private Type reference (TYPE) XSDANY XML Fragment 20061016
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20061016
2 CLEAR Static method Public Method 20061016
3 CLEAR_DATA Static method Public Method 20061016
4 CLEAR_DATA_CONTROLLER Static method Public Method temporary 20061016
5 COMPARE Static method Public Method 20070216
6 COMPARE_DATA Static method Private Method 20070216
7 COMPARE_FIELD Static method Private Method 20070216
8 COMPARE_STRUCTURE Static method Private Method 20070216
9 COMPARE_TABLE Static method Private Method 20070216
10 COPY_NS_DECLARATIONS Static method Private Method 20080625
11 COPY_RAW Instance method Private Method 20071009
12 FILL Instance method Public Method 20061016
13 FILL_DATA Instance method Public Method 20061017
14 FILL_DT Instance method Private Method 20090120
15 FILL_DTREF Instance method Private Method 20061013
16 FILL_PROXY Instance method Private Method 20061013
17 FILL_TYPE Instance method Private Method 20061013
18 GET_META_DATA Static method Private Method 20061016
19 GET_META_DATA_FOR_INSTANCE Static method Private Method 20071002
20 GET_NS_PREFIX Instance method Private Method 20071009
21 GET_OBJECT Static method Private Method 20071002
22 GET_TYPE Static method Private Method 20061013
23 INIT_DATA Instance method Public Method temporary 20061016
24 INIT_DATA_CONTROLLER Instance method Public Method temporary 20061016
25 IS_MUMERIC_XSD_TYPE Static method Private Method 20090212
26 MAP_CTRL Static method Private Method 20070219
27 MAP_TEXT Static method Private Method 20070219
28 NEXT_NUM Instance method Private Method 20090121
29 NEXT_STRING Instance method Private Method 20090121
30 NUMBER Static method Private Method 20090121
31 SET_TAB_LINES Instance method Public Method 20070626
32 WRITE_XSD_ANY_ELEMENT Instance method Private Method 20090213
33 XML_FILL Instance method Public Method 20071002
34 XML_FILL_DATA Instance method Private Method 20071002
35 XML_FILL_DT Instance method Private Method 20090120
36 XML_FILL_DTREF Instance method Private Method 20071002
37 XML_FILL_MD Instance method Public Method 20080117
38 XML_FILL_PROXY Instance method Private Method 20071002
39 XML_FILL_TYPE Instance method Private Method 20071002
40 XML_XSTRING_FILL Instance method Public Method 20071002
41 XML_XSTRING_FILL_MD Instance method Public Method 20080117
42 XSD_ANY_ELEMENT Instance method Private Method 20090213
Events
Class CL_PROXY_TEST_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ACTIVE_DATA Private See coding 20080131 begin of T_ACTIVE_DATA, meta_data type ref to IF_PROXY_RT_DEF, flat type abap_bool, end of t_active_data
2 T_ACTIVE_DATA_TAB Private See coding 20080131 t_active_data_tab type standard table of t_active_data with default key
3 T_MODE Public Type reference (TYPE) CHAR1 Single-Character Flag 20061016
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061016

Method CLEAR on class CL_PROXY_TEST_DATA has no exception.

Method CLEAR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_DATA_TYPE Call by reference Type reference (TYPE) ANY 20061016

Method CLEAR_DATA on class CL_PROXY_TEST_DATA has no exception.

Method CLEAR_DATA_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_DATA Call by reference Type reference (TYPE) ANY 20061016

Method CLEAR_DATA_CONTROLLER on class CL_PROXY_TEST_DATA has no exception.

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_IN Call by reference Type reference (TYPE) ANY 20070216
2 Importing DATA_OUT Call by reference Type reference (TYPE) ANY 20070216
3 Importing EXT_XML_IN Call by reference Type reference (TYPE) ABAP_BOOL 20070216
4 Importing EXT_XML_OUT Call by reference Type reference (TYPE) ABAP_BOOL 20070216
5 Importing SVAR_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20090205
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20070216

Method COMPARE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_PATH Call by reference Type reference (TYPE) STRING 20070216
2 Importing DATA_IN Call by reference Type reference (TYPE) ANY 20070216
3 Importing DATA_OUT Call by reference Type reference (TYPE) ANY 20070216
4 Importing EXT_XML_IN Call by reference Type reference (TYPE) ABAP_BOOL 20070216
5 Importing EXT_XML_OUT Call by reference Type reference (TYPE) ABAP_BOOL 20070216
6 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20070216
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20070216

Method COMPARE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_PATH Call by reference Type reference (TYPE) STRING 20070216
2 Importing DATA_IN Call by reference Type reference (TYPE) ANY 20070216
3 Importing DATA_OUT Call by reference Type reference (TYPE) ANY 20070216
4 Importing EXT_XML_IN Call by reference Type reference (TYPE) ABAP_BOOL 20070216
5 Importing EXT_XML_OUT Call by reference Type reference (TYPE) ABAP_BOOL 20070216
6 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20070216
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20070216

Method COMPARE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_PATH Call by reference Type reference (TYPE) STRING 20070216
2 Importing DATA_IN Call by reference Type reference (TYPE) ANY 20070216
3 Importing DATA_OUT Call by reference Type reference (TYPE) ANY 20070216
4 Importing EXT_XML_IN Call by reference Type reference (TYPE) ABAP_BOOL 20070216
5 Importing EXT_XML_OUT Call by reference Type reference (TYPE) ABAP_BOOL 20070216
6 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20070216
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20070216

Method COMPARE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_PATH Call by reference Type reference (TYPE) STRING 20070216
2 Importing DATA_IN Call by reference Type reference (TYPE) STANDARD TABLE 20070216
3 Importing DATA_OUT Call by reference Type reference (TYPE) STANDARD TABLE 20070216
4 Importing EXT_XML_IN Call by reference Type reference (TYPE) ABAP_BOOL 20070216
5 Importing EXT_XML_OUT Call by reference Type reference (TYPE) ABAP_BOOL 20070216
6 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20070216
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20070216

Method COPY_NS_DECLARATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20080625
2 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20080625

Method COPY_NS_DECLARATIONS on class CL_PROXY_TEST_DATA has no exception.

Method COPY_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) XSTRING 20071009
2 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20071009

Method COPY_RAW on class CL_PROXY_TEST_DATA has no exception.

Method FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061017
2 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20061017
3 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR Action Code 20070720
4 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20061017

Method FILL on class CL_PROXY_TEST_DATA has no exception.

Method FILL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061017
2 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20061017
3 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20061017

Method FILL_DATA on class CL_PROXY_TEST_DATA has no exception.

Method FILL_DT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20090120
2 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20090120
3 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20090120

Method FILL_DT on class CL_PROXY_TEST_DATA has no exception.

Method FILL_DTREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061013
2 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20061013
3 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20061016

Method FILL_DTREF on class CL_PROXY_TEST_DATA has no exception.

Method FILL_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061013
2 Changing ACTIVE_META_DATA Call by reference Type reference (TYPE) T_ACTIVE_DATA_TAB 20071128
3 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20061016
4 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR 20070720
5 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20061013
6 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20061016
7 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20071017

Method FILL_PROXY on class CL_PROXY_TEST_DATA has no exception.

Method FILL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061013
2 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20061013
3 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20061016

Method FILL_TYPE on class CL_PROXY_TEST_DATA has no exception.

Method GET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning META_DATA Value transfer Object reference (TYPE REF TO) IF_PROXY_RT_DATA Proxy Runtime: Meta Data 20061016
2 Importing NAME Call by reference Type reference (TYPE) PRX_R3NAME 20071002
3 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20071002
4 Importing SVAR_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081002

Method GET_META_DATA on class CL_PROXY_TEST_DATA has no exception.

Method GET_META_DATA_FOR_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_DATA Call by reference Type reference (TYPE) ANY 20071002
2 Returning META_DATA Value transfer Object reference (TYPE REF TO) IF_PROXY_RT_DATA Proxy Runtime: Meta Data 20071002
3 Importing SVAR_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20090205

Method GET_META_DATA_FOR_INSTANCE on class CL_PROXY_TEST_DATA has no exception.

Method GET_NS_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20071009
2 Returning RVAL Value transfer Type reference (TYPE) STRING 20071009

Method GET_NS_PREFIX on class CL_PROXY_TEST_DATA has no exception.

Method GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting R3_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20071002
2 Importing TYPENAME Call by reference Type reference (TYPE) ANY 20071002

Method GET_OBJECT on class CL_PROXY_TEST_DATA has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_DATA Call by reference Type reference (TYPE) ANY 20061013
2 Exporting R3_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20061013
3 Exporting R3_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20061013

Method GET_TYPE on class CL_PROXY_TEST_DATA has no exception.

Method INIT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_DATA_TYPE Call by reference Type reference (TYPE) ANY 20061016

Method INIT_DATA on class CL_PROXY_TEST_DATA has no exception.

Method INIT_DATA_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER_VALUE Call by reference Type reference (TYPE) PRX_CONTR SAI_CTRL_NONE Field Control in XML Data Stream (=> Type Group SAI) 20061016
2 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR 20070720
3 Importing INIT_DATA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061016
4 Changing P_DATA_TYPE Call by reference Type reference (TYPE) ANY 20061016

Method INIT_DATA_CONTROLLER on class CL_PROXY_TEST_DATA has no exception.

Method IS_MUMERIC_XSD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20090212
2 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090212

Method IS_MUMERIC_XSD_TYPE on class CL_PROXY_TEST_DATA has no exception.

Method MAP_CTRL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20070219
2 Returning RVAL Value transfer Type reference (TYPE) STRING 20070219

Method MAP_CTRL on class CL_PROXY_TEST_DATA has no exception.

Method MAP_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P1 Call by reference Type reference (TYPE) ANY 20070219
2 Importing P2 Call by reference Type reference (TYPE) ANY 20070219
3 Importing P3 Call by reference Type reference (TYPE) ANY 20070219
4 Importing P4 Call by reference Type reference (TYPE) ANY 20070219
5 Returning RVAL Value transfer Type reference (TYPE) STRING 20070219
6 Importing TEXT Call by reference Type reference (TYPE) CSEQUENCE 20070219

Method MAP_TEXT on class CL_PROXY_TEST_DATA has no exception.

Method NEXT_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX_EXCLUSIVE Call by reference Type reference (TYPE) STRING 20090121
2 Importing MAX_INCLUSIVE Call by reference Type reference (TYPE) STRING 20090121
3 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20090121
4 Importing MIN_EXCLUSIVE Call by reference Type reference (TYPE) STRING 20090121
5 Importing MIN_INCLUSIVE Call by reference Type reference (TYPE) STRING 20090121
6 Returning RVAL Value transfer Type reference (TYPE) STRING 20090121

Method NEXT_NUM on class CL_PROXY_TEST_DATA has no exception.

Method NEXT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILL Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20090121
2 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20090121
3 Importing PREFIX Call by reference Type reference (TYPE) STRING 20090121
4 Returning RVAL Value transfer Type reference (TYPE) STRING 20090121

Method NEXT_STRING on class CL_PROXY_TEST_DATA has no exception.

Method NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN Call by reference Type reference (TYPE) STRING 20090121
2 Returning RVAL Value transfer Type reference (TYPE) PRX_DECIMAL Decimal 20090121

Method NUMBER on class CL_PROXY_TEST_DATA has no exception.

Method SET_TAB_LINES Signature

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

Method SET_TAB_LINES on class CL_PROXY_TEST_DATA has no exception.

Method WRITE_XSD_ANY_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20090213
2 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20090213
3 Importing TNS Call by reference Type reference (TYPE) STRING 20090213
4 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20090213

Method WRITE_XSD_ANY_ELEMENT on class CL_PROXY_TEST_DATA has no exception.

Method XML_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20071002
2 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR Action Code 20071002
3 Importing ELEMENT_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20071127
4 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20071002
5 Importing SVAR_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081002
6 Importing TYPENAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20071002
7 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20071002
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20071005

Method XML_FILL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIONCODE Call by reference Type reference (TYPE) SPROXDAT-IFR_ACTIONCODE 'D' for elements with deletionIdicator 'X' (obsolet value) 20071009
2 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20071009
3 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR Deletion Indicator 20071009
4 Importing ELEMENT Call by reference Type reference (TYPE) QNAME Qualified Name 20071008
5 Importing FLAT Call by reference Type reference (TYPE) ABAP_BOOL 20071009
6 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20071002
7 Importing MIXED Call by reference Type reference (TYPE) ABAP_BOOL 20071011
8 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20071002
9 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20071002

Method XML_FILL_DATA on class CL_PROXY_TEST_DATA has no exception.

Method XML_FILL_DT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20090120
2 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20090120
3 Exporting RAW_VALUE Call by reference Type reference (TYPE) XSTRING 20090120
4 Exporting VALUE Call by reference Type reference (TYPE) STRING 20090120

Method XML_FILL_DT on class CL_PROXY_TEST_DATA has no exception.

Method XML_FILL_DTREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20071002
2 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20071002
3 Exporting RAW_VALUE Call by reference Type reference (TYPE) XSTRING 20071005
4 Exporting VALUE Call by reference Type reference (TYPE) STRING 20071005

Method XML_FILL_DTREF on class CL_PROXY_TEST_DATA has no exception.

Method XML_FILL_MD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20080117
2 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR Action Code 20080117
3 Importing ELEMENT_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20080117
4 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Generation: Name of an Object in R/3 20080117
5 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20080117
6 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20080117
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20080117

Method XML_FILL_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIONCODE Call by reference Type reference (TYPE) SPROXDAT-IFR_ACTIONCODE 20071009
2 Changing ACTIVE_META_DATA Call by reference Type reference (TYPE) T_ACTIVE_DATA_TAB 20071127
3 Importing CTRL Value transfer Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20071002
4 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR 20071002
5 Importing ELEMENT Call by reference Type reference (TYPE) QNAME Qualified Name 20071008
6 Importing FLAT Call by reference Type reference (TYPE) ABAP_BOOL 20071009
7 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20071002
8 Importing MIXED Call by reference Type reference (TYPE) ABAP_BOOL 20071011
9 Importing MODE Value transfer Type reference (TYPE) T_MODE Single-Character Flag 20071002
10 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20071017
11 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20071002

Method XML_FILL_PROXY on class CL_PROXY_TEST_DATA has no exception.

Method XML_FILL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Name of Dictionary Type 20071002
2 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20071002
3 Exporting RAW_VALUE Call by reference Type reference (TYPE) XSTRING 20071005
4 Exporting VALUE Call by reference Type reference (TYPE) STRING 20071005

Method XML_FILL_TYPE on class CL_PROXY_TEST_DATA has no exception.

Method XML_XSTRING_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20071002
2 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR Action Code 20071002
3 Importing ELEMENT_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20071127
4 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20071002
5 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20071002
6 Importing SVAR_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081002
7 Importing TYPENAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20071002
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20071005

Method XML_XSTRING_FILL_MD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTRL Call by reference Type reference (TYPE) PRX_CONTR Field Control in XML Data Stream (=> Type Group SAI) 20080117
2 Importing DELETION_INDICATOR Call by reference Type reference (TYPE) PRX_DELETION_INDICATOR Action Code 20080117
3 Importing ELEMENT_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20080117
4 Importing META_DATA Call by reference Object reference (TYPE REF TO) IF_PROXY_RT_DEF Proxy Runtime: Meta Data 20080117
5 Importing MODE Call by reference Type reference (TYPE) T_MODE C_MODE_SET Single-Character Flag 20080117
6 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20080117
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20080117

Method XSD_ANY_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODE Call by reference Type reference (TYPE) T_MODE Single-Character Flag 20090213
2 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20090213
3 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20090213
4 Importing TNS Call by reference Type reference (TYPE) STRING 20090213
5 Importing WITH_DUMMY_ELEMENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090309

Method XSD_ANY_ELEMENT on class CL_PROXY_TEST_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710