SAP CL_PROXY_SV OO Class - Service Variants
CL_PROXY_SV 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_SV including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_PROXY_SV is CL_PROXYMethod list of CL_PROXY_SV 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 |
| BASE_WSD_GET | Private | |
| CALL METHOD cl_proxy_sv=>BASE_WSD_GET...more details | ||
| CHECK_BASE_SERVICE_CHANGES | Private | |
| CALL METHOD cl_proxy_sv=>CHECK_BASE_SERVICE_CHANGES...more details | ||
| CHECK_FIELD_PROPS | Public | |
| CALL METHOD cl_proxy_sv=>CHECK_FIELD_PROPS...more details | ||
| CHECK_HIDDEN_FIX_STATE | Public | |
| CALL METHOD cl_proxy_sv=>CHECK_HIDDEN_FIX_STATE...more details | ||
| CHECK_HIDDEN_STATE | Public | |
| CALL METHOD cl_proxy_sv=>CHECK_HIDDEN_STATE...more details | ||
| CHECK_VARIANT_CONSISTENCY | Private | |
| CALL METHOD cl_proxy_sv=>CHECK_VARIANT_CONSISTENCY...more details | ||
|
| ||
| COPY_FROM_VARIANT | copy | Private |
| CALL METHOD cl_proxy_sv=>COPY_FROM_VARIANT...more details | ||
| CREATE_FROM_INTERFACE | to be used only by cl_proxy | Private |
| CALL METHOD cl_proxy_sv=>CREATE_FROM_INTERFACE...more details | ||
| CREATE_TEST_DATA | Public | |
| CALL METHOD cl_proxy_sv=>CREATE_TEST_DATA...more details | ||
| FILL_MAIN_PROXY | Private | |
| CALL METHOD cl_proxy_sv=>FILL_MAIN_PROXY...more details | ||
| GET_ABAP_NAME | Private | |
| CALL METHOD cl_proxy_sv=>GET_ABAP_NAME...more details | ||
| GET_GLOBAL_NAME | get abap name from gosdir | Private |
| CALL METHOD cl_proxy_sv=>GET_GLOBAL_NAME...more details | ||
| GET_TYPEKIND | refers simple type or simple content type | Public |
| CALL METHOD cl_proxy_sv=>GET_TYPEKIND...more details | ||
| GET_TYPEKIND_INST | refers simple type or simple content type | Private |
| CALL METHOD cl_proxy_sv=>GET_TYPEKIND_INST...more details | ||
| GET_VALID_FIELD_STATES | get valid field states | Public |
| CALL METHOD cl_proxy_sv=>GET_VALID_FIELD_STATES...more details | ||
| IS_IN_RESPONSE | is field part of a response parameter | Private |
| CALL METHOD cl_proxy_sv=>IS_IN_RESPONSE...more details | ||
| SET_FIELD_PROPS | Public | |
| CALL METHOD cl_proxy_sv=>SET_FIELD_PROPS...more details | ||
| SET_VARIANT_DEFAULTS | Private | |
| CALL METHOD cl_proxy_sv=>SET_VARIANT_DEFAULTS...more details | ||
CL_PROXY_SV 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 |
| BASE_IFR_ID | Instance Attribute | Identifikation eines IFR-Interfaces | LIKE PRX_S_IFR | Public | |
| BASE_PROXY | Instance Attribute | LIKE SPRX_S_PROXY | Private | ||
| BASE_WSD | Instance Attribute | WS Virtual Interface | LIKE CL_WS_MD_VIF | Private | |
| ORIG_SVAR | Instance Attribute | Table of SPROXDAT | LIKE PRX_T_SPROXSVARDAT | 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