SAP ABAP Class CL_PROXY_METADATA (CL_PROXY_METADATA)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_GENTIME (Package) ES Tools: Proxy Generation
Properties
Class CL_PROXY_METADATA  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_GENTIME   ES Tools: Proxy Generation 
Created 20050527   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 CL_PROXY_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_ESA_BUSINESS_OBJECT_MODEL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
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
Class CL_PROXY_METADATA has no interface implemented.
Friends
Class CL_PROXY_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AGENT Constant Public Type reference (TYPE) PRX_TYPE 'agent' Process Agent 20051220
2 C_ALPHA_TRANSFORMATION Constant Public Type reference (TYPE) T_TRANSFORM 'alphanumeric' alphanumeric transformation 20060719
3 C_BUSINESS_OBJECT Constant Public Type reference (TYPE) PRX_TYPE 'BO_Object' Business Objekt 20051220
4 C_CLASS_DEPL_UNIT Constant Public Type reference (TYPE) PRX_NSPCE 'uddi:uddi.sap.com:categorization:deployment-unit' classification type deployment unit 20061123
5 C_DIRECTION_INBOUND Constant Public Type reference (TYPE) PRX_DIR 'I' Inbound Interface 20051220
6 C_DIRECTION_OUTBOUND Constant Public Type reference (TYPE) PRX_DIR 'O' Outbound Interface 20051220
7 C_EXT_PROVIDER Constant Public Type reference (TYPE) PRX_TYPE IF_PROXY_CONST_PRX_TYPE=>EXT_PROVIDER External Provider 20100415
8 C_FAULT_MESSAGE_DEFINITION Constant Public Type reference (TYPE) PRX_TYPE 'ifmfaultm' Fault Message Definition 20051220
9 C_MESSAGE_DEFINITION Constant Public Type reference (TYPE) PRX_TYPE 'ifmmessage' Message Definition 20051220
10 C_MESSAGE_INTERFACE Constant Public Type reference (TYPE) PRX_TYPE IF_PROXY_CONST_PRX_TYPE=>MESSAGE_INTERFACE Message Interface 20051220
11 C_TYPE_DEFINITION Constant Public Type reference (TYPE) PRX_TYPE 'ifmtypedef' Data Type Definition 20051220
12 C_TYPE_ENHANCEMENT Constant Public Type reference (TYPE) PRX_TYPE 'ifmtypeenh' Data Type Enhancement 20051220
13 C_UPP_CASE_TRANSFORMATION Constant Public Type reference (TYPE) T_TRANSFORM 'transformToUpperCase' upper case transformation 20060719
14 C_WEBI_MAY_EXIST Constant Public Type reference (TYPE) I 2 20090123
15 C_WEBI_MUST_EXIST Constant Public Type reference (TYPE) I 1 20090123
16 C_WEBI_MUST_NOT_EXIST Constant Public Type reference (TYPE) I 3 20090123
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_SPROX_S_DATA Static method Public Method 20110113
2 CHECK_QUERY_PROVIDER Static method Public Method 20061110
3 CHECK_WS_ENABLEMENT Static method Public Method checks whether a Web Service must/ may/must not exist 20090123
4 CODE_TYPE_EXISTS Static method Public Method 20051007
5 GET_ASSIGNED_INTERFACES Static method Public Method get assigned interfaces 20080314
6 GET_BASE_CLASS Static method Private Method 20081126
7 GET_CODE_PROVIDER Static method Public Method 20050607
8 GET_CODE_TYPES Static method Public Method gets types with repterm 'code' and their impl classes 20070713
9 GET_CONF_OBJS_FOR_MESSAGETYPE Static method Public Method 20100318
10 GET_ENH_BASE_SERVICE Static method Public Method 20110302
11 GET_ENH_FOR_BASE_SERVICE Static method Public Method get all service enhancements for a service 20110317
12 GET_ENH_FOR_LP Static method Public Method 20110407
13 GET_INBOUND_INTERFACES Static method Public Method 20051025
14 GET_INBOUND_PROXY_DATA Static method Public Method 20081127
15 GET_INTF_PROXIES_W_SOAPAPPL Static method Public Method returns interface proxies with SOAP application 20060607
16 GET_METHOD_SIGNATURE Static method Public Method 20100203
17 GET_OUTBOUND_INTERFACES Static method Public Method 20051025
18 GET_OUTBOUND_PROXY_DATA Static method Public Method 20050708
19 GET_PROVIDER_CLASS Static method Public Method get implementation 20070718
20 GET_PROXY_KEY_BY_ABAP_KEY Static method Public Method get key of a proxy via ABAP key 20051214
21 GET_PROXY_KEY_BY_ESR_KEY Static method Public Method get key of a proxy via ESR key 20051214
22 GET_SERVICE_VARIANT_INTERFACE Static method Public Method 20080916
23 GET_TRANSPORT_REQUEST Static method Private Method get key of a proxy via ABAP key 20080509
24 IS_SERVICE_ENH Static method Public Method 20110225
25 IS_SERVICE_VARIANT Static method Public Method 20081110
26 MAP_XML_VALUE_TO_ABAP_STRING Static method Public Method 20060405
27 MD_LOAD_FOR_RUNTIME Static method Public Method 20050527
Events
Class CL_PROXY_METADATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ABAP_KEY Public See coding 20051214 begin of t_abap_key, object type prx_r3obj, obj_name type prx_r3name, inactive type prx_inact, end of t_abap_key
2 T_ABAP_KEYS Public See coding 20051214 t_abap_keys type standard table of t_abap_key
3 T_CLASSIFICATION Public See coding 20061123 begin of t_classification, obj_name type prx_r3name, class_type type prx_nspce, class_value type string, end of t_classification
4 T_CLASSIFICATIONS Public See coding 20061128 t_classifications type standard table of t_classification
5 T_CODE_TYPE Public See coding 20070713 begin of t_code_type, abap_key type t_abap_key, esr_key type t_esr_type_key, classname type prx_r3name, end of t_code_type
6 T_CODE_TYPES Public See coding 20070713 t_code_types type standard table of t_code_type
7 T_ESR_KEY Public See coding 20051214 begin of t_esr_key, type type prx_type, name type prx_ifrnam, namespace type prx_nspce, gnamespace type prx_nspce, ifr_type type prx_wsdlty, end of t_esr_key
8 T_ESR_KEYS Public See coding 20051214 t_esr_keys type standard table of t_esr_key
9 T_ESR_TYPE_KEY Public See coding 20070713 begin of t_esr_type_key, name type prx_ifrnam, namespace type prx_nspce, end of t_esr_type_key
10 T_ESR_TYPE_KEYS Public See coding 20080314 t_esr_type_keys type standard table of t_esr_type_key
11 T_INBOUND_METHOD Public See coding 20081127 begin of t_inbound_method, method_name type sproxreg-obj_name1, operation type sproxreg-ifr_operation, idempotent type sproxreg-ifr_idempotent, end of t_inbound_method
12 T_INBOUND_METHODS Public See coding 20081127 t_inbound_methods type standard table of t_inbound_method with default key
13 T_INTF_TAB Public Type reference (TYPE) CL_PROXY_DATA=>INTF_TAB 20061110
14 T_OUTBOUND_METHOD Public See coding 20050707 begin of t_outbound_method, method_name type sproxdat-obj_name1, operation type sproxdat-ifr_name, synchron type sproxdat-synchron, request_name type sproxsig-xml_msg_name, request_namespac type sproxsig-xml_msg_namespac, response_name type sproxsig-xml_msg_name, response_namespac type sproxsig-xml_msg_namespac, end of t_outbound_method
15 T_OUTBOUND_METHODS Public See coding 20050707 t_outbound_methods type standard table of t_outbound_method with default key
16 T_PROXY_KEY Public See coding 20051214 begin of t_proxy_key, abap_key type t_abap_key, esr_key type t_esr_key, package type devclass, gen_appl type prxgenappl, direction type prx_dir, prefix type prx_prefix, created_by type prx_crby, changed_by type prx_chby, corrnum type trkorr, end of t_proxy_key
17 T_PROXY_KEYS Public See coding 20051214 t_proxy_keys type standard table of t_proxy_key
18 T_TRANSFORM Public Type reference (TYPE) PRX_TRANSFORM 20060719
Method Signatures

Method ADJUST_SPROX_S_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DATA Call by reference Type reference (TYPE) SPROX_S_DATA 20110113

Method ADJUST_SPROX_S_DATA on class CL_PROXY_METADATA has no exception.

Method CHECK_QUERY_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXISTS Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20061110
2 Importing IT_INTF Call by reference Type reference (TYPE) T_INTF_TAB 20061110
3 Importing IV_CLASSNAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20061110
4 Exporting WARNING Call by reference Object reference (TYPE REF TO) CX_PROXY_GEN_ERROR ABAP Proxies: Boolean Value ('X' = True, Space = False) 20061110

Method CHECK_QUERY_PROVIDER on class CL_PROXY_METADATA has no exception.

Method CHECK_WS_ENABLEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTF_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20090123
2 Returning RESULT_CODE Value transfer Type reference (TYPE) I 20090123

Method CHECK_WS_ENABLEMENT on class CL_PROXY_METADATA has no exception.

Method CODE_TYPE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATATYPE Call by reference Type reference (TYPE) STRING 20051007
2 Returning TYPE_EXISTS Value transfer Type reference (TYPE) SYCHAR01 boolsche Variable (X=true, space = false) 20051007

Method CODE_TYPE_EXISTS on class CL_PROXY_METADATA has no exception.

Method GET_ASSIGNED_INTERFACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNED_INTERFACES Call by reference Type reference (TYPE) T_ESR_TYPE_KEYS 20080314
2 Importing ESR_NAME Call by reference Type reference (TYPE) CSEQUENCE 20080314
3 Importing ESR_NSPACE Call by reference Type reference (TYPE) CSEQUENCE 20080314
4 Importing OBJECT Call by reference Type reference (TYPE) CSEQUENCE 20080314
5 Importing OBJ_NAME Call by reference Type reference (TYPE) CSEQUENCE 20080314

Method GET_ASSIGNED_INTERFACES on class CL_PROXY_METADATA has no exception.

Method GET_BASE_CLASS Signature

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

Method GET_BASE_CLASS on class CL_PROXY_METADATA has no exception.

Method GET_CODE_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CODE_PROVIDER_NAME Value transfer Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20060328
2 Importing DATATYPE Call by reference Type reference (TYPE) STRING 20050607

Method GET_CODE_PROVIDER on class CL_PROXY_METADATA has no exception.

Method GET_CODE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CODE_TYPES Call by reference Type reference (TYPE) T_CODE_TYPES 20070713
2 Importing WITH_ESR_KEY Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20070717

Method GET_CODE_TYPES on class CL_PROXY_METADATA has no exception.

Method GET_CONF_OBJS_FOR_MESSAGETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSG_TYPE Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20100318
2 Exporting SERVICE_CONSUMER Call by reference Type reference (TYPE) PRX_R3NAMES ABAP Name Table 20100318
3 Exporting SERVICE_DEFINITIONS Call by reference Type reference (TYPE) PRX_R3NAMES ABAP Name Table 20100318

Method GET_CONF_OBJS_FOR_MESSAGETYPE on class CL_PROXY_METADATA has no exception.

Method GET_ENH_BASE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BASE_ABAPNAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110303
2 Exporting BASE_OPERATION_NAME Call by reference Type reference (TYPE) PRX_IFRNAM Proxy Generation: External Name 20110428
3 Exporting BASE_QNAME Call by reference Type reference (TYPE) QNAME Qualified Name 20110303
4 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110302

Method GET_ENH_BASE_SERVICE on class CL_PROXY_METADATA has no exception.

Method GET_ENH_FOR_BASE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASE_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110317
2 Importing BASE_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20110317
3 Exporting ENHANCEMENTS Call by reference Type reference (TYPE) PRX_ABAPOBJECTS ABAP Object Table 20110317

Method GET_ENH_FOR_BASE_SERVICE on class CL_PROXY_METADATA has no exception.

Method GET_ENH_FOR_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110407
2 Importing LP_NAME Call by reference Type reference (TYPE) PRX_LOGICAL_PORT_NAME Logical Port Name 20110407
3 Returning RVAL Value transfer Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110407

Method GET_ENH_FOR_LP on class CL_PROXY_METADATA has no exception.

Method GET_INBOUND_INTERFACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INTERFACE_LIST Value transfer Type reference (TYPE) QNAME_LIST Qualified Name 20051025
2 Importing NAME Call by reference Type reference (TYPE) STRING 20051025
3 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20051025

Method GET_INBOUND_INTERFACES on class CL_PROXY_METADATA has no exception.

Method GET_INBOUND_PROXY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTF_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081127
2 Exporting METHODS Call by reference Type reference (TYPE) T_INBOUND_METHODS 20081127
3 Exporting PORTTYPE Call by reference Type reference (TYPE) QNAME Qualified Name 20081127
4 Exporting SIGNATURES Call by reference Type reference (TYPE) SPRX_SIG_T 20110726
# Exception Resumable Description Created on
1 NOT_FOUND 20081127

Method GET_INTF_PROXIES_W_SOAPAPPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRECTION Call by reference Type reference (TYPE) ANY 'inbound' oder 'outbound' oder space (beides) 20060607
2 Importing GENERATING_APPLICATION Call by reference Type reference (TYPE) ANY space = IFR Proxies, "WEBSERVICES" ... 20060607
3 Importing NAME Call by reference Type reference (TYPE) ANY Name des Objektes im Intergration Builder 20060607
4 Importing NAMESPACE Call by reference Type reference (TYPE) ANY Namespace im Intergration Builder 20060607
5 Importing ONLY_ACTIVE Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_TRUE ABAP Proxies: Boolean Value ('X' = True, Space = False) 20080205
6 Importing R3_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20060607
7 Returning RESULT Value transfer Type reference (TYPE) PRX_T_IF_QUERY Ergebnis der Suchanfrage 20060607

Method GET_INTF_PROXIES_W_SOAPAPPL on class CL_PROXY_METADATA has no exception.

Method GET_METHOD_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IFR_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100203
2 Exporting IFR_NSPCE Call by reference Type reference (TYPE) CSEQUENCE 20100203
3 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME 20100203
4 Exporting METHOD_DATA Call by reference Type reference (TYPE) T_OUTBOUND_METHOD Proxy Generation: External Name 20100203
5 Importing NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20100203
6 Importing NAME2 Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110405
7 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20100203
8 Exporting SIGNATURES Call by reference Type reference (TYPE) SPRX_SIG_T 20100203
# Exception Resumable Description Created on
1 INTERNAL_ERROR Inconsistent Data 20100203
2 NOT_FOUND Proxy Class Unknown 20100203

Method GET_OUTBOUND_INTERFACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INTERFACE_LIST Value transfer Type reference (TYPE) QNAME_LIST Qualified Name 20051025
2 Importing NAME Call by reference Type reference (TYPE) STRING 20051025
3 Importing NAMESPACE Call by reference Type reference (TYPE) STRING 20051025

Method GET_OUTBOUND_INTERFACES on class CL_PROXY_METADATA has no exception.

Method GET_OUTBOUND_PROXY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE 20050708
2 Exporting IFR_NAME Call by reference Type reference (TYPE) CSEQUENCE 20050708
3 Exporting IFR_NSPCE Call by reference Type reference (TYPE) CSEQUENCE 20050708
4 Exporting IS_EVENT Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20081126
5 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME 20061213
6 Exporting METHODS Call by reference Type reference (TYPE) T_OUTBOUND_METHODS 20050708
7 Exporting SIGNATURES Call by reference Type reference (TYPE) SPRX_SIG_T 20061213
8 Exporting TEXT Call by reference Type reference (TYPE) CSEQUENCE 20050708
# Exception Resumable Description Created on
1 INTERNAL_ERROR Inkonsistente Daten 20050711
2 NOT_FOUND Proxy-Klasse ist nicht bekannt 20050708

Method GET_PROVIDER_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20070718
2 Importing CLASS_TYPE Call by reference Type reference (TYPE) PRX_R3OBJ Object Type in the Enterprise Services Builder 20100709
3 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20070718
4 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20070718

Method GET_PROVIDER_CLASS on class CL_PROXY_METADATA has no exception.

Method GET_PROXY_KEY_BY_ABAP_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_KEYS Call by reference Type reference (TYPE) T_ABAP_KEYS 20051214
2 Importing GET_CORRNUM Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_FALSE get correction number also (if locked) 20060125
3 Importing GET_PACKAGE Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_FALSE get package also 20060125
4 Exporting PROXY_KEYS Call by reference Type reference (TYPE) T_PROXY_KEYS 20051214

Method GET_PROXY_KEY_BY_ABAP_KEY on class CL_PROXY_METADATA has no exception.

Method GET_PROXY_KEY_BY_ESR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ESR_KEYS Call by reference Type reference (TYPE) T_ESR_KEYS 20051214
2 Importing GEN_APPL Call by reference Type reference (TYPE) PRXGENAPPL Proxy Generation: Proxy Type 20060120
3 Importing GET_CORRNUM Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_FALSE get correction number also (if locked) 20060125
4 Importing GET_PACKAGE Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_FALSE get package also 20060125
5 Exporting PROXY_KEYS Call by reference Type reference (TYPE) T_PROXY_KEYS list of proxy keys 20051214

Method GET_PROXY_KEY_BY_ESR_KEY on class CL_PROXY_METADATA has no exception.

Method GET_SERVICE_VARIANT_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INTF_NAME Value transfer Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20080916
2 Importing SVAR_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20080916
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20081002

Method GET_TRANSPORT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CORRNUM Value transfer Type reference (TYPE) TRKORR 20080509
2 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20080509
3 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20080509

Method GET_TRANSPORT_REQUEST on class CL_PROXY_METADATA has no exception.

Method IS_SERVICE_ENH 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 Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20110413
2 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110225
3 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL Proxy Generation: Name of an Object in R/3 20110225

Method IS_SERVICE_ENH on class CL_PROXY_METADATA has no exception.

Method IS_SERVICE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20081110
2 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL Proxy Generation: Name of an Object in R/3 20081110

Method IS_SERVICE_VARIANT on class CL_PROXY_METADATA has no exception.

Method MAP_XML_VALUE_TO_ABAP_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ABAP_VALUE Value transfer Type reference (TYPE) STRING 20060405
2 Importing DATA_REF Call by reference Type reference (TYPE) CSEQUENCE 20060405
3 Importing DATA_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20060405
4 Importing DECIMALS Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20060405
5 Importing LENGTH Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20060405
6 Importing XML_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20060405

Method MAP_XML_VALUE_TO_ABAP_STRING on class CL_PROXY_METADATA has no exception.

Method MD_LOAD_FOR_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT_INDEP_ONLY Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090929
2 Importing ITERATIVE Call by reference Type reference (TYPE) PRX_BOOLEAN 'X' ABAP Proxies: Boolean Value ('X' = True, Space = False) 20071219
3 Importing METHOD Call by reference Type reference (TYPE) PRX_R3NAME Proxy-Generierung: Name eines Objektes im R3 20050527
4 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy-Generierung: Typ eines Objektes im R3 (DTEL, TABL,...) 20050527
5 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy-Generierung: Name eines Objektes im R3 20050527
6 Exporting PROXY_DATA Call by reference Type reference (TYPE) SPROX_S_DATA 20050527

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