SAP CL_WD_CONTEXT_SERVICES OO Class - Help Class for Web Dynpro Context Calls









CL_WD_CONTEXT_SERVICES 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_WD_CONTEXT_SERVICES 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_WD_CONTEXT_SERVICES 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
ACTIVATE_SUBSCRIPTIONSActivation for RegistrationsPublic
CALL METHOD cl_wd_context_services=>ACTIVATE_SUBSCRIPTIONS...more details

DEACTIVATE_SUBSCRIPTIONSDeactivation of RegistrationsPublic
CALL METHOD cl_wd_context_services=>DEACTIVATE_SUBSCRIPTIONS...more details

DO_REGISTERRegistration at Context NodesPrivate
CALL METHOD cl_wd_context_services=>DO_REGISTER...more details

GET_CHANGE_LISTGetting Change ListPublic
CALL METHOD cl_wd_context_services=>GET_CHANGE_LIST...more details

GET_ELEMENT_PATH_FOR_CTRLGets Path of Element in ControllerPublic
CALL METHOD cl_wd_context_services=>GET_ELEMENT_PATH_FOR_CTRL...more details

GET_MAPPED_NODE_FOR_CONTROLLERGets Path of Node in ControllerPublic
CALL METHOD cl_wd_context_services=>GET_MAPPED_NODE_FOR_CONTROLLER...more details

GET_NODE_METAPATH_FOR_CTRLGets Path of Node in ControllerPublic
CALL METHOD cl_wd_context_services=>GET_NODE_METAPATH_FOR_CTRL...more details

GET_NODE_PATH_FOR_CONTROLLERGets Path of Node in ControllerPublic
CALL METHOD cl_wd_context_services=>GET_NODE_PATH_FOR_CONTROLLER...more details

GET_ORIGINAL_NODEPrivate
CALL METHOD cl_wd_context_services=>GET_ORIGINAL_NODE...more details

GET_TABLE_FROM_NODEObsoletePublic
CALL METHOD cl_wd_context_services=>GET_TABLE_FROM_NODE...more details

ON_ATTRIBUTE_CHANGEPrivate
CALL METHOD cl_wd_context_services=>ON_ATTRIBUTE_CHANGE...more details

ON_COLLECTION_CHANGEPrivate
CALL METHOD cl_wd_context_services=>ON_COLLECTION_CHANGE...more details

ON_CONTROLLER_EXITPrivate
CALL METHOD cl_wd_context_services=>ON_CONTROLLER_EXIT...more details

ON_LEAD_SELECTION_CHANGEPrivate
CALL METHOD cl_wd_context_services=>ON_LEAD_SELECTION_CHANGE...more details

ON_SELECTION_CHANGEPrivate
CALL METHOD cl_wd_context_services=>ON_SELECTION_CHANGE...more details

ON_TYPE_CHANGEPrivate
CALL METHOD cl_wd_context_services=>ON_TYPE_CHANGE...more details

RESET_CHANGE_LISTReset of Change ListPublic
CALL METHOD cl_wd_context_services=>RESET_CHANGE_LIST...more details

SUBSCRIBE_TO_NODE_CHANGESRegistration to Changes of Specific Context NodesPublic
CALL METHOD cl_wd_context_services=>SUBSCRIBE_TO_NODE_CHANGES...more details

UNSUBSCRIBE_ALLDeregistration of All Context ChangesPublic
CALL METHOD cl_wd_context_services=>UNSUBSCRIBE_ALL...more details

UNSUBSCRIBE_FROM_NODE_CHANGESDeregistration of Changes of Specific Context NodesPublic
CALL METHOD cl_wd_context_services=>UNSUBSCRIBE_FROM_NODE_CHANGES...more details

UPDATE_ELEMENT_FROM_STRUCTUREObsoletePublic
CALL METHOD cl_wd_context_services=>UPDATE_ELEMENT_FROM_STRUCTURE...more details

UPDATE_NODE_FROM_TABLE_BY_INDObsoletePublic
CALL METHOD cl_wd_context_services=>UPDATE_NODE_FROM_TABLE_BY_IND...more details

UPDATE_NODE_FROM_TABLE_BY_KEYObsoletePublic
CALL METHOD cl_wd_context_services=>UPDATE_NODE_FROM_TABLE_BY_KEY...more details



CL_WD_CONTEXT_SERVICES 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
ATTRIBUTE_CHANGEDConstantConstant for Change Tracing'A'LIKE
CHAR1
Public
COLLECTION_CHANGEDConstantConstant for Change Tracing'C'LIKE
CHAR1
Public
E_PROPERTYInstance AttributeLIKE
Private
LEADSELECTION_CHANGEDConstantConstant for Change Tracing'L'LIKE
CHAR1
Public
M_CHANGE_LISTInstance AttributeLIKE
Private
M_SUBSCRIPTION_ACTIVEInstance AttributeReplacement for Real Boolean Type: 'X' == True '' == FalseABAP_FALSELIKE
WDY_BOOLEAN
Private
M_SUBSCRIPTION_LISTInstance AttributeLIKE
Private
SELECTION_CHANGEDConstantConstant for Change Tracing'S'LIKE
CHAR1
Public
TYPE_CHANGEDConstantConstant for Change Tracing'T'LIKE
CHAR1
Public




CL_WD_CONTEXT_SERVICES types

CHANGED_ITEM -
CHANGED_LIST -
LT_SUBSCRIPTION_ELEMENT -
LT_SUBSCRIPTION_LIST -
SUBSCRIPTION_ELEMENT -
SUBSCRIPTION_LIST -

Links to Related Class(s)

CL_WD_CO...
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!