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_PROXY

Method 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 NameDescriptionVisability
BASE_WSD_GETPrivate
CALL METHOD cl_proxy_sv=>BASE_WSD_GET...more details

CHECK_BASE_SERVICE_CHANGESPrivate
CALL METHOD cl_proxy_sv=>CHECK_BASE_SERVICE_CHANGES...more details

CHECK_FIELD_PROPSPublic
CALL METHOD cl_proxy_sv=>CHECK_FIELD_PROPS...more details

CHECK_HIDDEN_FIX_STATEPublic
CALL METHOD cl_proxy_sv=>CHECK_HIDDEN_FIX_STATE...more details

CHECK_HIDDEN_STATEPublic
CALL METHOD cl_proxy_sv=>CHECK_HIDDEN_STATE...more details

CHECK_VARIANT_CONSISTENCYPrivate
CALL METHOD cl_proxy_sv=>CHECK_VARIANT_CONSISTENCY...more details

COPY_FROM_VARIANTcopyPrivate
CALL METHOD cl_proxy_sv=>COPY_FROM_VARIANT...more details

CREATE_FROM_INTERFACEto be used only by cl_proxyPrivate
CALL METHOD cl_proxy_sv=>CREATE_FROM_INTERFACE...more details

CREATE_TEST_DATAPublic
CALL METHOD cl_proxy_sv=>CREATE_TEST_DATA...more details

FILL_MAIN_PROXYPrivate
CALL METHOD cl_proxy_sv=>FILL_MAIN_PROXY...more details

GET_ABAP_NAMEPrivate
CALL METHOD cl_proxy_sv=>GET_ABAP_NAME...more details

GET_GLOBAL_NAMEget abap name from gosdirPrivate
CALL METHOD cl_proxy_sv=>GET_GLOBAL_NAME...more details

GET_TYPEKINDrefers simple type or simple content typePublic
CALL METHOD cl_proxy_sv=>GET_TYPEKIND...more details

GET_TYPEKIND_INSTrefers simple type or simple content typePrivate
CALL METHOD cl_proxy_sv=>GET_TYPEKIND_INST...more details

GET_VALID_FIELD_STATESget valid field statesPublic
CALL METHOD cl_proxy_sv=>GET_VALID_FIELD_STATES...more details

IS_IN_RESPONSEis field part of a response parameterPrivate
CALL METHOD cl_proxy_sv=>IS_IN_RESPONSE...more details

SET_FIELD_PROPSPublic
CALL METHOD cl_proxy_sv=>SET_FIELD_PROPS...more details

SET_VARIANT_DEFAULTSPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
BASE_IFR_IDInstance AttributeIdentifikation eines IFR-InterfacesLIKE
PRX_S_IFR
Public
BASE_PROXYInstance AttributeLIKE
SPRX_S_PROXY
Private
BASE_WSDInstance AttributeWS Virtual InterfaceLIKE
CL_WS_MD_VIF
Private
ORIG_SVARInstance AttributeTable of SPROXDATLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!