SAP CL_PROXY_PUBLIC_SETTINGS OO Class - Proxy Generation: Global Settings
CL_PROXY_PUBLIC_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_PUBLIC_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_PUBLIC_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 |
| GET_BROWSER_FLAG | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_BROWSER_FLAG...more details | ||
| GET_EMULATE_CUSTOMER | for temporary use only | Public |
| CALL METHOD cl_proxy_public_settings=>GET_EMULATE_CUSTOMER...more details | ||
| GET_EMULATE_NO_AP_MODE | for temporary use only | Public |
| CALL METHOD cl_proxy_public_settings=>GET_EMULATE_NO_AP_MODE...more details | ||
| GET_ESB_FILTER | Get ESB FIlter | Public |
| CALL METHOD cl_proxy_public_settings=>GET_ESB_FILTER...more details | ||
| GET_ESD_BROWSER_FAVS | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_ESD_BROWSER_FAVS...more details | ||
| GET_ESD_BROWSER_FILTER | Get ESB FIlter | Public |
| CALL METHOD cl_proxy_public_settings=>GET_ESD_BROWSER_FILTER...more details | ||
|
| ||
| GET_FILTER_COMPONENTS | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_FILTER_COMPONENTS...more details | ||
| GET_FLAG_ADDITIONAL_DATA | for temporary use only | Public |
| CALL METHOD cl_proxy_public_settings=>GET_FLAG_ADDITIONAL_DATA...more details | ||
| GET_FLAG_IDOC_ENHANCEMENTS_ON | IDOC Service Enhancements available or not | Public |
| CALL METHOD cl_proxy_public_settings=>GET_FLAG_IDOC_ENHANCEMENTS_ON...more details | ||
| GET_FLAG_MAPPINGS_ON | Consumer Mapping/ Operation Mapping available or not | Public |
| CALL METHOD cl_proxy_public_settings=>GET_FLAG_MAPPINGS_ON...more details | ||
| GET_FURTHER_COMPONENTS | Further components not in CVERS | Public |
| CALL METHOD cl_proxy_public_settings=>GET_FURTHER_COMPONENTS...more details | ||
| GET_IFR_LOGIN_DATA | get login data from sproxset | Public |
| CALL METHOD cl_proxy_public_settings=>GET_IFR_LOGIN_DATA...more details | ||
| GET_IGNORE_SETTINGS | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_IGNORE_SETTINGS...more details | ||
| GET_LASTOPENED_ITEM | Get last opened item | Public |
| CALL METHOD cl_proxy_public_settings=>GET_LASTOPENED_ITEM...more details | ||
| GET_LAST_ESDB_ITEM | Returns last displayed object for ESD Browser | Public |
| CALL METHOD cl_proxy_public_settings=>GET_LAST_ESDB_ITEM...more details | ||
| GET_NO_GTADIR | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_NO_GTADIR...more details | ||
| GET_NO_PARALLEL_WEBI_AIM | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_NO_PARALLEL_WEBI_AIM...more details | ||
| GET_SHOW_ONLY_SPROXSET_COMPS | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_SHOW_ONLY_SPROXSET_COMPS...more details | ||
| GET_SHOW_SAVED_WSDL | Display saved WSDL for WS proxies | Public |
| CALL METHOD cl_proxy_public_settings=>GET_SHOW_SAVED_WSDL...more details | ||
| GET_ST_READER_OPTIONS | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_ST_READER_OPTIONS...more details | ||
| GET_ST_VALUE_HANDLING_D | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_ST_VALUE_HANDLING_D...more details | ||
| GET_ST_VALUE_HANDLING_S | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_ST_VALUE_HANDLING_S...more details | ||
| GET_ST_WRITER_OPTIONS | Public | |
| CALL METHOD cl_proxy_public_settings=>GET_ST_WRITER_OPTIONS...more details | ||
| GET_TIMEOUT | HTTP Timeout | Public |
| CALL METHOD cl_proxy_public_settings=>GET_TIMEOUT...more details | ||
| SET_BROWSER_FLAG | Public | |
| CALL METHOD cl_proxy_public_settings=>SET_BROWSER_FLAG...more details | ||
| SET_ESB_FILTER | Set ESB FIlter | Public |
| CALL METHOD cl_proxy_public_settings=>SET_ESB_FILTER...more details | ||
| SET_ESD_BROWSER_FAVS | Public | |
| CALL METHOD cl_proxy_public_settings=>SET_ESD_BROWSER_FAVS...more details | ||
| SET_ESD_BROWSER_FILTER | Set ESD Browser FIlter | Public |
| CALL METHOD cl_proxy_public_settings=>SET_ESD_BROWSER_FILTER...more details | ||
| SET_IGNORE_SETTINGS | Public | |
| CALL METHOD cl_proxy_public_settings=>SET_IGNORE_SETTINGS...more details | ||
| SET_LASTOPENED_ITEM | Set last opened item | Public |
| CALL METHOD cl_proxy_public_settings=>SET_LASTOPENED_ITEM...more details | ||
| SET_LAST_ESDB_ITEM | persists last displayed object for ESD Browser | Public |
| CALL METHOD cl_proxy_public_settings=>SET_LAST_ESDB_ITEM...more details | ||
| SHOW_WARNING_IFR_ADDRESS | Protected | |
| CALL METHOD cl_proxy_public_settings=>SHOW_WARNING_IFR_ADDRESS...more details | ||
| SPLIT_ST_OPTIONS | Private | |
| CALL METHOD cl_proxy_public_settings=>SPLIT_ST_OPTIONS...more details | ||
CL_PROXY_PUBLIC_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 |
| BASIS_IS_CHANGEABLE | Static Attribute | Änderbarkeit einer Softwarekomponente | LIKE DLV_CHANGE | Protected | |
| C_BROWSER_NOTIFICATION | Constant | Proxy Generation: Settings: Parameter Name | 'BROWSER_NOTIFICATION' | LIKE SPROXSET-NAME | Public |
| C_COMPONENT | Constant | Proxy Generation: Settings: Parameter Name | 'COMPONENT%' | LIKE SPROXSET-NAME | Public |
| C_ESB_FILTER | Constant | Last Proxy Selected in Navigation Tree | 'ESB_FILTER' | LIKE SPROXSET-NAME | Public |
| C_ESD_BROWSER_FAVS | Constant | 'ESD_BROWSER_FAVS' | LIKE SPROXSET-NAME | Public | |
| C_ESD_BROWSER_FILTER | Constant | ESD Browser Filter | 'ESD_BROWSER_FILTER' | LIKE SPROXSET-NAME | Public |
| C_FILTER_COMPONENT | Constant | 'FILTER_COMPONENT%' | LIKE SPROXSET-NAME | Public | |
| C_HTTP_TIMEOUT_FOR_ESR_API | Constant | Proxy-Generierung: Einstellungen: Parametername | 'TIMEOUT' | LIKE SPROXSET-NAME | Public |
| C_LASTOPENED_ITEM | Constant | Last Proxy Selected in Navigation Tree | 'X_LASTOPENED_ITEM' | LIKE SPROXSET-NAME | Public |
| C_LAST_ITEM | Constant | Last object opened in ESD Browser | 'X_LAST_ITEM' | LIKE SPROXSET-NAME | Public |
| C_SHOW_ONLY_SPROXSET_COMPS | Constant | Proxy Generation: Settings: Parameter Name | 'SHOW_ONLY_SPROXSET_COMPS' | LIKE SPROXSET-NAME | Public |
| C_USER_SETTINGS | Constant | User specify settings | 'USER_SETTINGS' | LIKE SPROXSET-NAME | Public |
| IGNORE_SETTINGS | Static Attribute | LIKE ABAP_BOOL | Public | ||
| REMEMBER | Static Attribute | LIKE ABAP_BOOL | Protected |
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