SAP CL_PROXY_WB_SETTINGS OO Class - Proxy Generation: Workbench Settings
CL_PROXY_WB_SETTINGS 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_SETTINGS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_PROXY_WB_SETTINGS 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 |
| CHANGE_SETTINGS | Public | |
| CALL METHOD cl_proxy_wb_settings=>CHANGE_SETTINGS...more details | ||
| FORCE_SETTINGS | Public | |
| CALL METHOD cl_proxy_wb_settings=>FORCE_SETTINGS...more details | ||
| GEN_DUMMY_IMPL_FOR_SERV_PROV | Public | |
| CALL METHOD cl_proxy_wb_settings=>GEN_DUMMY_IMPL_FOR_SERV_PROV...more details | ||
| GET_BROWSER | Public | |
| CALL METHOD cl_proxy_wb_settings=>GET_BROWSER...more details | ||
| GET_SETTINGS | Proxy Generation read WB Settings | Private |
| CALL METHOD cl_proxy_wb_settings=>GET_SETTINGS...more details | ||
| GET_TREE_ORDER | Public | |
| CALL METHOD cl_proxy_wb_settings=>GET_TREE_ORDER...more details | ||
|
| ||
| IS_XML_TAB | Proxy Generation WB Settings: Flag xml tab is set | Public |
| CALL METHOD cl_proxy_wb_settings=>IS_XML_TAB...more details | ||
| SHOW_ESR_WSDL | Public | |
| CALL METHOD cl_proxy_wb_settings=>SHOW_ESR_WSDL...more details | ||
| SHOW_NODE_DETAILS | Public | |
| CALL METHOD cl_proxy_wb_settings=>SHOW_NODE_DETAILS...more details | ||
| SHOW_RENAME_EXTERNAL_KEY | Public | |
| CALL METHOD cl_proxy_wb_settings=>SHOW_RENAME_EXTERNAL_KEY...more details | ||
| SHOW_TEXT_ID | Show Text ID | Public |
| CALL METHOD cl_proxy_wb_settings=>SHOW_TEXT_ID...more details | ||
| SHOW_TRANSFORMATIONS | Public | |
| CALL METHOD cl_proxy_wb_settings=>SHOW_TRANSFORMATIONS...more details | ||
| SHOW_UNTYPED_MAPPING_OPTION | Public | |
| CALL METHOD cl_proxy_wb_settings=>SHOW_UNTYPED_MAPPING_OPTION...more details | ||
| SHOW_VERSION_ID | Show Text ID | Public |
| CALL METHOD cl_proxy_wb_settings=>SHOW_VERSION_ID...more details | ||
CL_PROXY_WB_SETTINGS 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_DEFAULT_BROWSER | Constant | Default Browser | ' ' | LIKE PRX_UI_WB_BROWSER | Public |
| C_ESD_BROWSER | Constant | ESD Browser | 'D' | LIKE PRX_UI_WB_BROWSER | Public |
| C_ESR_BROWSER | Constant | ESR Browser | 'R' | LIKE PRX_UI_WB_BROWSER | Public |
| C_ORDER_ALPHABETICAL | Constant | Single-Character Flag | 'X' | LIKE PRX_UI_WB_TREE_ORDER | Public |
| C_ORDER_WSDL | Constant | Single-Character Flag | ' ' | LIKE PRX_UI_WB_TREE_ORDER | Public |
| FIX_SETTINGS | Static Attribute | Proxy generation: WB Settings | LIKE PRX_S_EUMOD | Private | |
| USE_FIX_SETTINGS | Static Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Private |
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