SAP CL_BSP_WD_RT_REP_XML OO Class - OBSOLETE - Do not use









CL_BSP_WD_RT_REP_XML 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_BSP_WD_RT_REP_XML 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_BSP_WD_RT_REP_XML 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
ADD_VIEWSETadd viewset including viewareasPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>ADD_VIEWSET...more details

ADD_WINDOWadd window nodePublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>ADD_WINDOW...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>CONSTRUCTOR...more details

CREATE_INITIAL_REP_XMLCretae Initial Runtime Repository XMLPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>CREATE_INITIAL_REP_XML...more details

CREATE_REP_DOMGenerates DOM out of runtime repository (REP) XMLPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>CREATE_REP_DOM...more details

DELETE_VIEWDelete a viewPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>DELETE_VIEW...more details

DELETE_VIEWSETDelete a viewsetPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>DELETE_VIEWSET...more details

DELETE_WINDOWDelete a windowPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>DELETE_WINDOW...more details

GET_COMPONENT_4_USAGEprovide a list of used components and viewsPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_COMPONENT_4_USAGE...more details

GET_COMPONENT_USAGESprovide a list of used components and viewsPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_COMPONENT_USAGES...more details

GET_INTERFACE_VIEWSprovide a list of interface viewsPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_INTERFACE_VIEWS...more details

GET_REP_AS_TREEProvides relevant part of REP as a treePublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_REP_AS_TREE...more details

GET_REP_AS_XMLRender current REP as XMLPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_REP_AS_XML...more details

GET_VIEWS_IN_WINDOWprovide a list of views in a window with plugsPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_VIEWS_IN_WINDOW...more details

GET_WINDOWSprovide a list of windowsPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>GET_WINDOWS...more details

NODE_CHANGE_ATTRIBUTESChange attributes of a nodePublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>NODE_CHANGE_ATTRIBUTES...more details

NODE_DELETEDelete nodePublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>NODE_DELETE...more details

NODE_INSERTInsert NodePublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>NODE_INSERT...more details

RELOAD_XMLPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>RELOAD_XML...more details

RENAME_WINDOWRename a windowPublic
CALL METHOD cl_bsp_wd_rt_rep_xml=>RENAME_WINDOW...more details

UPDATE_ATTRIBUTESgeneric update of node attributesPrivate
CALL METHOD cl_bsp_wd_rt_rep_xml=>UPDATE_ATTRIBUTES...more details



CL_BSP_WD_RT_REP_XML 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
GR_DOCUMENTInstance AttributeIF_IXML_DOCUMENTLIKE
IF_IXML_DOCUMENT
Private
GR_IXMLInstance AttributeIF_IXMLLIKE
IF_IXML
Private
GR_ROOT_NODEInstance AttributeLIKE
CL_BSP_WD_RT_REP_NODE
Private
GR_STREAM_FACTORYInstance AttributeIF_IXML_STREAM_FACTORYLIKE
IF_IXML_STREAM_FACTORY
Private
GV_COMPONENTInstance AttributeComponent NameLIKE
BSP_WD_COMPONENT_NAME
Public
GV_ENHANCEMENT_SETInstance AttributeEnhancement SetLIKE
BSP_WD_ENHANCEMENT_SET
Public
GV_LOCKEDInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Public
GV_MESSAGEInstance AttributeReturn ParameterLIKE
BAPIRET1
Public
PERSISTENCEInstance AttributeLesen und Schreiben des Runtime RepositoriesLIKE
CL_BSP_WD_RT_REP_PERSISTENCE
Private


Events of Class CL_BSP_WD_RT_REP_XML

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... RELOAD_REQUESTED -
XML_CHANGED - will be raised if XML was changed on public interfaces

Links to Related Class(s)

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