SAP CL_PROXY_WB_TOOL OO Class - SPROXY Tool for se80
CL_PROXY_WB_TOOL is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_PROXY_WB_TOOL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_WB_ACCESSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_WB_PROGRAMMethod list of CL_PROXY_WB_TOOL SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CREATE_BASED_ON_REQUEST | creates request to create a proxy based on another | Public |
| CALL METHOD cl_proxy_wb_tool=>CREATE_BASED_ON_REQUEST...more details | ||
| CREATE_BASED_ON_WIZARD_REQUEST | Public | |
| CALL METHOD cl_proxy_wb_tool=>CREATE_BASED_ON_WIZARD_REQUEST...more details | ||
| CREATE_COPY_REQUEST | creates request to copy a proxy | Public |
| CALL METHOD cl_proxy_wb_tool=>CREATE_COPY_REQUEST...more details | ||
| CREATE_COPY_WIZARD_REQUEST | Public | |
| CALL METHOD cl_proxy_wb_tool=>CREATE_COPY_WIZARD_REQUEST...more details | ||
| CREATE_NAVIGATION_REQUEST | Public | |
| CALL METHOD cl_proxy_wb_tool=>CREATE_NAVIGATION_REQUEST...more details | ||
| CREATE_NEW_EDITOR_INSTANCE | creates instance of new editor | Private |
| CALL METHOD cl_proxy_wb_tool=>CREATE_NEW_EDITOR_INSTANCE...more details | ||
|
| ||
| CREATE_WB_REQUEST | Public | |
| CALL METHOD cl_proxy_wb_tool=>CREATE_WB_REQUEST...more details | ||
| GET_MDR_TYPE_FROM_CATEGORY | maps ifmessif to IN/OUT/EVENT_INTERFACE | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_MDR_TYPE_FROM_CATEGORY...more details | ||
| GET_OWNER_WB_KEY | Public | |
| CALL METHOD cl_proxy_wb_tool=>GET_OWNER_WB_KEY...more details | ||
| GET_PROXY_ABAPTYPES | Gets all TRDIR types that can be generated by proxy generatn | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_PROXY_ABAPTYPES...more details | ||
| GET_PROXY_DDICTYPES | Gets all TRDIR types that can be generated by proxy generatn | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_PROXY_DDICTYPES...more details | ||
| GET_PROXY_FROM_ABAPOBJECT | Determines corresponding proxy type from ABAP object names | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_PROXY_FROM_ABAPOBJECT...more details | ||
| GET_R3_TYPE_FROM_WB_TYPE | Determines R3-Type of proxy from WB-Type | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_R3_TYPE_FROM_WB_TYPE...more details | ||
| GET_WB_TYPE_FROM_CATEGORY | determines WB-Type by IFR_TYPE/CATEGORY | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_WB_TYPE_FROM_CATEGORY...more details | ||
| GET_WB_TYPE_FROM_R3_TYPE | Determines WB types of proxy from TADIR types | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_WB_TYPE_FROM_R3_TYPE...more details | ||
| GET_WB_TYPE_FROM_TADIRTYPE | determines core WB-Type (not as ProxyWB-Type) out of OBJECT | Public |
| CALL METHOD cl_proxy_wb_tool=>GET_WB_TYPE_FROM_TADIRTYPE...more details | ||
| IFR_PROXY_SELECTION | Selection Dialog for IFR Proxies | Public |
| CALL METHOD cl_proxy_wb_tool=>IFR_PROXY_SELECTION...more details | ||
| IS_ESR_BROWSER_RELATED | determines whether proxy is visible in browser or not | Public |
| CALL METHOD cl_proxy_wb_tool=>IS_ESR_BROWSER_RELATED...more details | ||
| NEW_EDITOR_IS_ACTIVE | new or old editor active | Public |
| CALL METHOD cl_proxy_wb_tool=>NEW_EDITOR_IS_ACTIVE...more details | ||
| NOTIFY | Public | |
| CALL METHOD cl_proxy_wb_tool=>NOTIFY...more details | ||
| NOTIFY_BROWSER | Benachrichtigung von von ESI-Browser/WB-Manager | Public |
| CALL METHOD cl_proxy_wb_tool=>NOTIFY_BROWSER...more details | ||
| NOTIFY_WB_MANAGER | Benachrichtigung von von ESI-Browser/WB-Manager | Public |
| CALL METHOD cl_proxy_wb_tool=>NOTIFY_WB_MANAGER...more details | ||
| PROCESS | Public | |
| CALL METHOD cl_proxy_wb_tool=>PROCESS...more details | ||
| PROCESS_WB_REQUEST | Public | |
| CALL METHOD cl_proxy_wb_tool=>PROCESS_WB_REQUEST...more details | ||
| PROXY_WIZARD | wizard to get all information to create a proxy | Public |
| CALL METHOD cl_proxy_wb_tool=>PROXY_WIZARD...more details | ||
| RAISE_WB_EVENT | Private | |
| CALL METHOD cl_proxy_wb_tool=>RAISE_WB_EVENT...more details | ||
| SHOW | Public | |
| CALL METHOD cl_proxy_wb_tool=>SHOW...more details | ||
CL_PROXY_WB_TOOL attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| C_CONSUMER_FACTORY | Constant | Consumer Factory | CL_PROXY_WB=>C_CONSUMER_FACTORY | LIKE PRX_TYPE | Public |
| C_CONTRACT | Constant | Contract | CL_PROXY_WB=>C_CONTRACT | LIKE PRX_TYPE | Public |
| C_CONTRACT_IMPL | Constant | Contract Implementation | CL_PROXY_WB=>C_CONTRACT_IMPL | LIKE PRX_TYPE | Public |
| C_DIRECTION_INBOUND | Constant | Inbound Interface | 'inbound' | LIKE PRX_DIR_T | Public |
| C_DIRECTION_OUTBOUND | Constant | Outbound Interface | 'outbound' | LIKE PRX_DIR_T | Public |
| C_EXTERNAL_PROVIDER | Constant | External Provider | CL_PROXY_WB=>C_EXTERNAL_PROVIDER | LIKE PRX_TYPE | Public |
| C_FAULT_MESSAGE_DEFINITION | Constant | Fault Message Definition | CL_PROXY_WB=>C_FAULT_MESSAGE_DEFINITION | LIKE PRX_TYPE | Public |
| C_IDOC_ENH_IN | Constant | IDOC Enhancement In | CL_PROXY_WB=>C_IDOC_ENH_IN | LIKE PRX_TYPE | Public |
| C_IDOC_ENH_OUT | Constant | IDOC Enhancement Out | CL_PROXY_WB=>C_IDOC_ENH_OUT | LIKE PRX_TYPE | Public |
| C_INBOUND_INTERFACE | Constant | Inbound Interface | CL_PROXY_WB=>C_INBOUND_INTERFACE | LIKE PRX_TYPE | Public |
| C_MAPPING_FACADE | Constant | Mapping Facade | CL_PROXY_WB=>C_MAPPING_FACADE | LIKE PRX_TYPE | Public |
| C_MAPPING_OBJECT | Constant | Mapping Object | CL_PROXY_WB=>C_MAPPING_OBJECT | LIKE PRX_TYPE | Public |
| C_MESSAGE_DEFINITION | Constant | Message Definition | CL_PROXY_WB=>C_MESSAGE_DEFINITION | LIKE PRX_TYPE | Public |
| C_MESSAGE_INTERFACE | Constant | Message Interface | CL_PROXY_WB=>C_MESSAGE_INTERFACE | LIKE PRX_TYPE | Public |
| C_OUTBOUND_INTERFACE | Constant | Outbound Interface | CL_PROXY_WB=>C_OUTBOUND_INTERFACE | LIKE PRX_TYPE | Public |
| C_PROCESSINGTYPE_DOMAIN | Constant | Processing Type Domain | CL_PROXY_WB=>C_PROCESSINGTYPE_DOMAIN | LIKE PRX_TYPE | Public |
| C_RFC_CONSUMER | Constant | RFC Consumer | CL_PROXY_WB=>C_RFC_CONSUMER | LIKE PRX_TYPE | Public |
| C_SCENARIO | Constant | Scenario | CL_PROXY_WB=>C_SCENARIO | LIKE PRX_TYPE | Public |
| C_SEMANTIC_CONTRACT | Constant | Semantic Contract | CL_PROXY_WB=>C_SEMANTIC_CONTRACT | LIKE PRX_TYPE | Public |
| C_SERVICE_GROUP | Constant | CL_PROXY_WB=>C_SERVICE_GROUP | LIKE PRX_TYPE | Public | |
| C_SERVICE_VARIANT | Constant | Service Variant | CL_PROXY_WB=>C_SERVICE_VARIANT | LIKE PRX_TYPE | Public |
| C_TYPE_DEFINITION | Constant | Data Type Definition | CL_PROXY_WB=>C_TYPE_DEFINITION | LIKE PRX_TYPE | Public |
| C_TYPE_ENHANCEMENT | Constant | Data Type Enhancement | CL_PROXY_WB=>C_TYPE_ENHANCEMENT | LIKE PRX_TYPE | Public |
| C_WEB_SERVICE | Constant | CL_PROXY_WB=>C_WEB_SERVICE | LIKE PRX_TYPE | Public | |
| IF_WB_PROGRAM_NEW_TOOL | Instance Attribute | Reference to New Editor | LIKE IF_WB_PROGRAM | Private | |
| RAISE_WB_EVENTS | Static Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Private | |
| RELOAD_PROXY | Instance Attribute | Proxy must be reloaded (after activation) | LIKE PRX_BOOLEAN | Public | |
| REQUEST | Instance Attribute | Workbench Manager Request | LIKE CL_WB_REQUEST | Public |
CL_PROXY_WB_TOOL types
S_ABAPTYPE_TEXT -TT_OBJECTTYPES -
T_ABAPTYPE_TEXT -
T_NAMESPACE_OBJECT -
T_NAMESPACE_OBJECTS -
Links to Related Class(s)
CL_PROXY...Full list of available SAP object classes
Search for further information about these or an SAP related objects