SAP ABAP Class CL_PROXY_WB_TOOL (SPROXY Tool for se80)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_UI (Package) User Interface for Proxy Generation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WB_ACCESS Interface for Central Workbench Functions 20100331
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WB_PROGRAM Workbench: Program 20030630
Properties
Class CL_PROXY_WB_TOOL  
Short Description SPROXY Tool for se80    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_UI   User Interface for Proxy Generation 
Created 20030630   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_PROXY_WB Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SPRX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SWBM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WB_ACCESS Interface for Central Workbench Functions 20100331
2 IF_WB_PROGRAM Workbench: Program 20030630
Friends
Class CL_PROXY_WB_TOOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONSUMER_FACTORY Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_CONSUMER_FACTORY Consumer Factory 20120216
2 C_CONTRACT Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_CONTRACT Contract 20111215
3 C_CONTRACT_IMPL Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_CONTRACT_IMPL Contract Implementation 20120125
4 C_DIRECTION_INBOUND Constant Public Type reference (TYPE) PRX_DIR_T 'inbound' Inbound Interface 20030929
5 C_DIRECTION_OUTBOUND Constant Public Type reference (TYPE) PRX_DIR_T 'outbound' Outbound Interface 20030929
6 C_EXTERNAL_PROVIDER Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_EXTERNAL_PROVIDER External Provider 20100408
7 C_FAULT_MESSAGE_DEFINITION Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_FAULT_MESSAGE_DEFINITION Fault Message Definition 20030917
8 C_IDOC_ENH_IN Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_IDOC_ENH_IN IDOC Enhancement In 20110906
9 C_IDOC_ENH_OUT Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_IDOC_ENH_OUT IDOC Enhancement Out 20110906
10 C_INBOUND_INTERFACE Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_INBOUND_INTERFACE Inbound Interface 20120224
11 C_MAPPING_FACADE Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_MAPPING_FACADE Mapping Facade 20090813
12 C_MAPPING_OBJECT Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_MAPPING_OBJECT Mapping Object 20090813
13 C_MESSAGE_DEFINITION Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_MESSAGE_DEFINITION Message Definition 20030917
14 C_MESSAGE_INTERFACE Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_MESSAGE_INTERFACE Message Interface 20030917
15 C_OUTBOUND_INTERFACE Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_OUTBOUND_INTERFACE Outbound Interface 20120224
16 C_PROCESSINGTYPE_DOMAIN Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_PROCESSINGTYPE_DOMAIN Processing Type Domain 20111026
17 C_RFC_CONSUMER Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_RFC_CONSUMER RFC Consumer 20121017
18 C_SCENARIO Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_SCENARIO Scenario 20120313
19 C_SEMANTIC_CONTRACT Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_SEMANTIC_CONTRACT Semantic Contract 20111121
20 C_SERVICE_GROUP Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_SERVICE_GROUP 20131121
21 C_SERVICE_VARIANT Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_SERVICE_VARIANT Service Variant 20080820
22 C_TYPE_DEFINITION Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_TYPE_DEFINITION Data Type Definition 20030917
23 C_TYPE_ENHANCEMENT Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_TYPE_ENHANCEMENT Data Type Enhancement 20030917
24 C_WEB_SERVICE Constant Public Type reference (TYPE) PRX_TYPE CL_PROXY_WB=>C_WEB_SERVICE 20131121
25 IF_WB_PROGRAM_NEW_TOOL Instance attribute Private Object reference (TYPE REF TO) IF_WB_PROGRAM Reference to New Editor 20050927
26 RAISE_WB_EVENTS Static Attribute Private Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20060606
27 RELOAD_PROXY Instance attribute Public Type reference (TYPE) PRX_BOOLEAN Proxy must be reloaded (after activation) 20051013
28 REQUEST Instance attribute Public Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager Request 20030702
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BASED_ON_REQUEST Static method Public Method creates request to create a proxy based on another 20120223
2 CREATE_BASED_ON_WIZARD_REQUEST Static method Public Method 20130402
3 CREATE_COPY_REQUEST Static method Public Method creates request to copy a proxy 20120223
4 CREATE_COPY_WIZARD_REQUEST Static method Public Method 20130402
5 CREATE_NAVIGATION_REQUEST Static method Public Method 20060411
6 CREATE_NEW_EDITOR_INSTANCE Static method Private Method creates instance of new editor 20061030
7 GET_MDR_TYPE_FROM_CATEGORY Static method Public Method maps ifmessif to IN/OUT/EVENT_INTERFACE 20111222
8 GET_OWNER_WB_KEY Static method Public Method 20120403
9 GET_PROXY_ABAPTYPES Static method Public Method Gets all TRDIR types that can be generated by proxy generatn 20050429
10 GET_PROXY_DDICTYPES Static method Public Method Gets all TRDIR types that can be generated by proxy generatn 20030630
11 GET_PROXY_FROM_ABAPOBJECT Static method Public Method Determines corresponding proxy type from ABAP object names 20030630
12 GET_R3_TYPE_FROM_WB_TYPE Static method Public Method Determines R3-Type of proxy from WB-Type 20070810
13 GET_WB_TYPE_FROM_CATEGORY Static method Public Method determines WB-Type by IFR_TYPE/CATEGORY 20060612
14 GET_WB_TYPE_FROM_R3_TYPE Static method Public Method Determines WB types of proxy from TADIR types 20050602
15 GET_WB_TYPE_FROM_TADIRTYPE Static method Public Method determines core WB-Type (not as ProxyWB-Type) out of OBJECT 20060612
16 IFR_PROXY_SELECTION Static method Public Method Selection Dialog for IFR Proxies 20030709
17 IS_ESR_BROWSER_RELATED Static method Public Method determines whether proxy is visible in browser or not 20120910
18 NEW_EDITOR_IS_ACTIVE Static method Public Method new or old editor active 20061030
19 NOTIFY Static method Public Method 20131121
20 NOTIFY_BROWSER Static method Public Method Benachrichtigung von von ESI-Browser/WB-Manager 20060217
21 NOTIFY_WB_MANAGER Static method Public Method Benachrichtigung von von ESI-Browser/WB-Manager 20060224
22 PROCESS Static method Public Method 20100326
23 PROCESS_WB_REQUEST Static method Public Method 20100114
24 PROXY_WIZARD Instance method Public Method wizard to get all information to create a proxy 20060705
25 RAISE_WB_EVENT Static method Private Method 20120831
26 SHOW Static method Public Method 20100114
Events
Class CL_PROXY_WB_TOOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ABAPTYPE_TEXT Public See coding 20050429 begin of s_abaptype_text, objtype type prx_r3obj, text type prx_r3obj_t, end of s_abaptype_text
2 TT_OBJECTTYPES Public See coding 20100720 tt_objecttypes type standard table of trobjtype with default key
3 T_ABAPTYPE_TEXT Public See coding 20050429 t_abaptype_text type standard table of s_abaptype_text with non-unique default key initial size 5
4 T_NAMESPACE_OBJECT Public See coding 20060217 begin of t_namespace_object, ifr_nspce type sproxhdr-ifr_nspce, ifr_type type sproxhdr-ifr_type, ifr_name type sproxhdr-ifr_name, ifr_text type sproxdat-ifr_text, r3_text type sproxdat-r3_text, object type sproxhdr-object, obj_name type sproxhdr-obj_name, inactive type sproxhdr-inactive, gen_appl type sproxhdr-gen_appl, gen_vers type sproxhdr-gen_vers, category type sproxhdr-category, exists_in_r3_inactive type prx_boolean, exists_in_r3_active type prx_boolean, regeneration_needed type prx_boolean, operation type string, end of t_namespace_object
5 T_NAMESPACE_OBJECTS Public See coding 20060217 t_namespace_objects type standard table of t_namespace_object
Method Signatures

Method CREATE_BASED_ON_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Source ABAP Type 20120223
2 Importing SOURCE_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Source ABAP Name 20120223
3 Importing UI_MESSAGING Call by reference Object reference (TYPE REF TO) IF_ESD_UI_MESSAGING ESD: Communication with UI 20130425
4 Returning WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20120223
# Exception Resumable Description Created on
1 CX_ESD_ACTION_CANCELLED Aktion abgebrochen 20120223

Method CREATE_BASED_ON_WIZARD_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20130402
2 Importing SOURCE_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20130402
3 Returning WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20130402
# Exception Resumable Description Created on
1 CX_PROXY_GEN_ERROR 20130402

Method CREATE_COPY_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGING Call by reference Object reference (TYPE REF TO) IF_ESD_UI_MESSAGING ESD: Communication with UI 20130322
2 Importing SOURCE_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Source ABAP Type 20120223
3 Importing SOURCE_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Source ABAP Name 20120223
4 Returning WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20120223
# Exception Resumable Description Created on
1 CX_ESD_ACTION_CANCELLED Aktion abgebrochen 20120223

Method CREATE_COPY_WIZARD_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20130402
2 Importing SOURCE_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20130402
3 Returning WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST 20130402
# Exception Resumable Description Created on
1 CX_PROXY_GEN_ERROR 20130402

Method CREATE_NAVIGATION_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENCL_OBJ Call by reference Type reference (TYPE) CSEQUENCE SPACE 20060411
2 Importing OBJ_NAME Call by reference Type reference (TYPE) CSEQUENCE 20060411
3 Returning WB_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20060411
4 Importing WB_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: Type of Object of Development Environment 20060411

Method CREATE_NAVIGATION_REQUEST on class CL_PROXY_WB_TOOL has no exception.

Method CREATE_NEW_EDITOR_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WB_MANAGER Call by reference Object reference (TYPE REF TO) IF_WB_MANAGER Interface for Workbench Manager 20061030
2 Returning WB_PROGRAM Value transfer Object reference (TYPE REF TO) IF_WB_PROGRAM Workbench: Program 20061030

Method CREATE_NEW_EDITOR_INSTANCE on class CL_PROXY_WB_TOOL has no exception.

Method GET_MDR_TYPE_FROM_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) PRX_TYPE Proxy-Generierung: Objekttyp im Integration Builder 20111222
2 Importing DIRECTION Call by reference Type reference (TYPE) PRX_DIR SPACE Proxy Generation: Interface Direction (Inbound/Outbound) 20111222
3 Importing IS_EVENT Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20111222
4 Returning MDR_TYPE Value transfer Type reference (TYPE) PRX_TYPE WB Request: Typ eines Objekts der Entwicklungsumgebung 20111222
5 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20111222

Method GET_MDR_TYPE_FROM_CATEGORY on class CL_PROXY_WB_TOOL has no exception.

Method GET_OWNER_WB_KEY 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,...) 20120403
2 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20120403
3 Exporting WB_KEY Call by reference Type reference (TYPE) PRX_WB_KEY workbench key 20120403

Method GET_OWNER_WB_KEY on class CL_PROXY_WB_TOOL has no exception.

Method GET_PROXY_ABAPTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPES Value transfer Type reference (TYPE) T_ABAPTYPE_TEXT 20050429

Method GET_PROXY_ABAPTYPES on class CL_PROXY_WB_TOOL has no exception.

Method GET_PROXY_DDICTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPES Value transfer Type reference (TYPE) TT_OBJECTTYPES 20030630

Method GET_PROXY_DDICTYPES on class CL_PROXY_WB_TOOL has no exception.

Method GET_PROXY_FROM_ABAPOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_OBJECTS Call by reference Type reference (TYPE) PRX_ABAPOBJECTS 20030630
2 Exporting PROXYS Call by reference Type reference (TYPE) PRX_T_PROXY_QUERY Proxy-Objekte 20030630

Method GET_PROXY_FROM_ABAPOBJECT on class CL_PROXY_WB_TOOL has no exception.

Method GET_R3_TYPE_FROM_WB_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MAIN_OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Type of the Main-Object 20070810
2 Exporting MAIN_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Name of the Main-Object 20070810
3 Exporting OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy-Generierung: Typ eines Objektes im R3 (DTEL, TABL,...) 20070810
4 Exporting OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20070810
5 Importing WB_NAME Call by reference Type reference (TYPE) SEU_OBJKEY WB Request: Key for Object in Development Environment 20070810
6 Importing WB_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: Typ eines Objekts der Entwicklungsumgebung 20070810
# Exception Resumable Description Created on
1 CX_PROXY_GEN_ERROR R3-Type could not be determined 20070810

Method GET_WB_TYPE_FROM_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) PRX_TYPE Proxy-Generierung: Objekttyp im Integration Builder 20060612
2 Importing DIRECTION Call by reference Type reference (TYPE) PRX_DIR SPACE Proxy Generation: Interface Direction (Inbound/Outbound) 20060612
3 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20120718
4 Returning WB_TYPE Value transfer Type reference (TYPE) SEU_OBJTYP WB Request: Typ eines Objekts der Entwicklungsumgebung 20060612
# Exception Resumable Description Created on
1 CX_PROXY_GEN_ERROR Proxy-Generierung: Fehler 20060612

Method GET_WB_TYPE_FROM_R3_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) PRX_TYPE Proxy Generation: Object Type in Integration Builder 20060405
2 Importing IFR_TYPE Call by reference Type reference (TYPE) PRX_WSDLTY Proxy-Generierung: Objekttyp im Integration Builder 20050602
3 Importing R3_TYPE Call by reference Type reference (TYPE) PRX_R3OBJ Proxy-Generierung: Typ eines Objektes im R3 (DTEL, TABL,...) 20050602
4 Returning WB_TYPE Value transfer Type reference (TYPE) SEU_OBJTYP WB Request: Typ eines Objekts der Entwicklungsumgebung 20050602
# Exception Resumable Description Created on
1 CX_PROXY_GEN_ERROR Proxy Generation: Error 20060118

Method GET_WB_TYPE_FROM_TADIRTYPE 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-Generierung: Typ eines Objektes im R3 (DTEL, TABL,...) 20060612
2 Returning WB_TYPE Value transfer Type reference (TYPE) SEU_OBJTYP WB Request: Typ eines Objekts der Entwicklungsumgebung 20060612
# Exception Resumable Description Created on
1 CX_PROXY_GEN_ERROR Proxy-Generierung: Fehler 20060612

Method IFR_PROXY_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting WSDL_SOURCE Call by reference Type reference (TYPE) WSDL_SOURCE_DATA_TABLE 20030709
# Exception Resumable Description Created on
1 NO_CONNECTION_TO_IFR Keine Verbindung zum Interface Repository 20031006

Method IS_ESR_BROWSER_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) PRX_TYPE Proxy Generation: Object Type in Modelling Environment 20121123
2 Importing GEN_APPL Call by reference Type reference (TYPE) PRXGENAPPL Generation Source 20120910
3 Importing ID Call by reference Type reference (TYPE) PRX_ID Proxy Generation: Unique ID of a Proxy Object 20120910
4 Importing NAME Call by reference Type reference (TYPE) PRX_IFRNAM Proxy Generation: External Name 20121123
5 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20120910
6 Returning VISIBLE Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20120910

Method IS_ESR_BROWSER_RELATED on class CL_PROXY_WB_TOOL has no exception.

Method NEW_EDITOR_IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20061030
2 Importing OBJECT_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: Type of Object of Development Environment 20061030

Method NEW_EDITOR_IS_ACTIVE on class CL_PROXY_WB_TOOL has no exception.

Method NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECTS Call by reference Type reference (TYPE) PRX_T_NAMESPACE_OBJECT 20131121

Method NOTIFY on class CL_PROXY_WB_TOOL has no exception.

Method NOTIFY_BROWSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECTS Call by reference Type reference (TYPE) PRX_T_NAMESPACE_OBJECT List of namespace objects 20060217

Method NOTIFY_BROWSER on class CL_PROXY_WB_TOOL has no exception.

Method NOTIFY_WB_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECTS Call by reference Type reference (TYPE) PRX_T_NAMESPACE_OBJECT List of namespace objects 20060224

Method NOTIFY_WB_MANAGER on class CL_PROXY_WB_TOOL has no exception.

Method PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) SEU_ACTION SWBM_C_OP_DISPLAY WB Request: Operation in the Development Environment 20100326
2 Importing LOAD_MODE Call by reference Type reference (TYPE) CHAR1 SPACE load proxy 'D'eep or 'F'lat 20120503
3 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20100326
4 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20100326
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20100326

Method PROCESS_WB_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE_NEW_WBMANAGER_INSTANCE Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_FALSE ABAP Proxies: Boolean Value ('X' = True, Space = False) 20100114
2 Importing WB_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20100114
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20100114

Method PROXY_WIZARD 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 20110819
2 Exporting TODO_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20060705
3 Importing WB_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20061110
# Exception Resumable Description Created on
1 CX_ESD_ACTION_CANCELLED Aktion abgebrochen 20060705
2 CX_PROXY_GEN_ERROR Proxy-Generierung: Fehler 20060705

Method RAISE_WB_EVENT Signature

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

Method RAISE_WB_EVENT on class CL_PROXY_WB_TOOL has no exception.

Method SHOW 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,...) 20100114
2 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20100114
# Exception Resumable Description Created on
1 CX_PROXY_FAULT Proxy Fault 20100114
History
Last changed by/on SAP  20140121 
SAP Release Created in 640