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 NameDescriptionVisability
CHANGE_SETTINGSPublic
CALL METHOD cl_proxy_wb_settings=>CHANGE_SETTINGS...more details

FORCE_SETTINGSPublic
CALL METHOD cl_proxy_wb_settings=>FORCE_SETTINGS...more details

GEN_DUMMY_IMPL_FOR_SERV_PROVPublic
CALL METHOD cl_proxy_wb_settings=>GEN_DUMMY_IMPL_FOR_SERV_PROV...more details

GET_BROWSERPublic
CALL METHOD cl_proxy_wb_settings=>GET_BROWSER...more details

GET_SETTINGSProxy Generation read WB SettingsPrivate
CALL METHOD cl_proxy_wb_settings=>GET_SETTINGS...more details

GET_TREE_ORDERPublic
CALL METHOD cl_proxy_wb_settings=>GET_TREE_ORDER...more details

IS_XML_TABProxy Generation WB Settings: Flag xml tab is setPublic
CALL METHOD cl_proxy_wb_settings=>IS_XML_TAB...more details

SHOW_ESR_WSDLPublic
CALL METHOD cl_proxy_wb_settings=>SHOW_ESR_WSDL...more details

SHOW_NODE_DETAILSPublic
CALL METHOD cl_proxy_wb_settings=>SHOW_NODE_DETAILS...more details

SHOW_RENAME_EXTERNAL_KEYPublic
CALL METHOD cl_proxy_wb_settings=>SHOW_RENAME_EXTERNAL_KEY...more details

SHOW_TEXT_IDShow Text IDPublic
CALL METHOD cl_proxy_wb_settings=>SHOW_TEXT_ID...more details

SHOW_TRANSFORMATIONSPublic
CALL METHOD cl_proxy_wb_settings=>SHOW_TRANSFORMATIONS...more details

SHOW_UNTYPED_MAPPING_OPTIONPublic
CALL METHOD cl_proxy_wb_settings=>SHOW_UNTYPED_MAPPING_OPTION...more details

SHOW_VERSION_IDShow Text IDPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
C_DEFAULT_BROWSERConstantDefault Browser' 'LIKE
PRX_UI_WB_BROWSER
Public
C_ESD_BROWSERConstantESD Browser'D'LIKE
PRX_UI_WB_BROWSER
Public
C_ESR_BROWSERConstantESR Browser'R'LIKE
PRX_UI_WB_BROWSER
Public
C_ORDER_ALPHABETICALConstantSingle-Character Flag'X'LIKE
PRX_UI_WB_TREE_ORDER
Public
C_ORDER_WSDLConstantSingle-Character Flag' 'LIKE
PRX_UI_WB_TREE_ORDER
Public
FIX_SETTINGSStatic AttributeProxy generation: WB SettingsLIKE
PRX_S_EUMOD
Private
USE_FIX_SETTINGSStatic AttributeABAP 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



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!