SAP CL_PROXY_SNOTE OO Class - scwb and snote
CL_PROXY_SNOTE 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_SNOTE 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_SNOTE 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 |
| ACTIVATE | activate all loaded objects | Public |
| CALL METHOD cl_proxy_snote=>ACTIVATE...more details | ||
| ACTIVATE_CLASSIFS | Private | |
| CALL METHOD cl_proxy_snote=>ACTIVATE_CLASSIFS...more details | ||
| ACTIVATE_LPTS | Private | |
| CALL METHOD cl_proxy_snote=>ACTIVATE_LPTS...more details | ||
| ACTIVATE_SMODILOG | Private | |
| CALL METHOD cl_proxy_snote=>ACTIVATE_SMODILOG...more details | ||
| ACTIVATE_WSDS | Private | |
| CALL METHOD cl_proxy_snote=>ACTIVATE_WSDS...more details | ||
| ADD_LOG_MESSAGE | add message that check is not possible for | Private |
| CALL METHOD cl_proxy_snote=>ADD_LOG_MESSAGE...more details | ||
|
| ||
| ADD_MESSAGE | Private | |
| CALL METHOD cl_proxy_snote=>ADD_MESSAGE...more details | ||
| BUILD_INDEX | Private | |
| CALL METHOD cl_proxy_snote=>BUILD_INDEX...more details | ||
| CHANGE_NOTIFICATION | notification: copy of cl_proxy_listener->proxies_saved | Private |
| CALL METHOD cl_proxy_snote=>CHANGE_NOTIFICATION...more details | ||
| CHECK_BEFORE_ACTIVATION | Public | |
| CALL METHOD cl_proxy_snote=>CHECK_BEFORE_ACTIVATION...more details | ||
| CHECK_BEFORE_SAVE | Public | |
| CALL METHOD cl_proxy_snote=>CHECK_BEFORE_SAVE...more details | ||
| CLEANUP_TADIR | Private | |
| CALL METHOD cl_proxy_snote=>CLEANUP_TADIR...more details | ||
| COMPARE | Private | |
| CALL METHOD cl_proxy_snote=>COMPARE...more details | ||
| DELETE_FROM_ACTIVATIONLIST | Private | |
| CALL METHOD cl_proxy_snote=>DELETE_FROM_ACTIVATIONLIST...more details | ||
| DEQUEUE | Private | |
| CALL METHOD cl_proxy_snote=>DEQUEUE...more details | ||
| ENQUEUE | Private | |
| CALL METHOD cl_proxy_snote=>ENQUEUE...more details | ||
| GET_DELTA | get delta | Private |
| CALL METHOD cl_proxy_snote=>GET_DELTA...more details | ||
| GET_INACTIVE_WSDS | Private | |
| CALL METHOD cl_proxy_snote=>GET_INACTIVE_WSDS...more details | ||
| INSERT_IN_ACTIVATIONLIST | Private | |
| CALL METHOD cl_proxy_snote=>INSERT_IN_ACTIVATIONLIST...more details | ||
| INSERT_IN_DELETIONLIST | Private | |
| CALL METHOD cl_proxy_snote=>INSERT_IN_DELETIONLIST...more details | ||
| LOAD | load instance for activation | Public |
| CALL METHOD cl_proxy_snote=>LOAD...more details | ||
| LOAD_PER_APPL | Private | |
| CALL METHOD cl_proxy_snote=>LOAD_PER_APPL...more details | ||
| LOAD_SINGLE_INACTIVE | load single inactive object without inline objects | Private |
| CALL METHOD cl_proxy_snote=>LOAD_SINGLE_INACTIVE...more details | ||
| LPT_GET | get lpt for an outbound proxy | Private |
| CALL METHOD cl_proxy_snote=>LPT_GET...more details | ||
| RESET_CLASSIFS | Private | |
| CALL METHOD cl_proxy_snote=>RESET_CLASSIFS...more details | ||
| RESET_LPTS | Private | |
| CALL METHOD cl_proxy_snote=>RESET_LPTS...more details | ||
| RESET_TO_ACTIVE | reset to active | Public |
| CALL METHOD cl_proxy_snote=>RESET_TO_ACTIVE...more details | ||
| RESET_WSDS | Private | |
| CALL METHOD cl_proxy_snote=>RESET_WSDS...more details | ||
| SAVE | save one single object | Public |
| CALL METHOD cl_proxy_snote=>SAVE...more details | ||
| SAVE_INTERNAL | internal save | Private |
| CALL METHOD cl_proxy_snote=>SAVE_INTERNAL...more details | ||
| TRANSPORT | Transport | Private |
| CALL METHOD cl_proxy_snote=>TRANSPORT...more details | ||
| WSD_GET | Private | |
| CALL METHOD cl_proxy_snote=>WSD_GET...more details | ||
| WS_OBJECT_RESET_TO_ACTIVE | Private | |
| CALL METHOD cl_proxy_snote=>WS_OBJECT_RESET_TO_ACTIVE...more details | ||
CL_PROXY_SNOTE 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 |
| DATA_TO_DELETE | Instance Attribute | LIKE SPRX_DEL_T | Private | ||
| DATA_TO_SAVE | Instance Attribute | LIKE SPRX_DB_DATA_ALL | Private | ||
| DB_ACTIVE | Instance Attribute | non transitive proxies | LIKE CL_PROXY_SNOTE | Private | |
| DB_INACTIVE | Instance Attribute | non transitive proxies | LIKE CL_PROXY_SNOTE | Private | |
| EMPTY_INSTANCE | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Private | |
| INACTIVE_DATA | Instance Attribute | LIKE SPRX_DB_DATA | Private | ||
| INDEX | Instance Attribute | LIKE SPRX_T_INDEX | Private | ||
| IS_ACTIVATED | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Private | |
| LOAD_INPUT_DATA | Instance Attribute | ABAP Object Table | LIKE PRX_ABAPOBJECTS | Private | |
| OLD_ACTIVE_DATA | Instance Attribute | LIKE SPRX_DB_DATA | Private | ||
| SNOTE | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Private | |
| T_PROXY | Instance Attribute | LIKE SPRX_T_PROXY_SORTED | Private | ||
| WSD_ENDPOINTS | Instance Attribute | ABAP Object Table | LIKE PRX_ABAPOBJECTS | Private |
CL_PROXY_SNOTE types
T_DB_DATA - Single-Character FlagT_SPROXCLASS -
T_SPROXLPT -
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