SAP CL_ESR_BROWSER_HELPER OO Class - Some Helper Methods reg. ESR Browser









CL_ESR_BROWSER_HELPER 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_ESR_BROWSER_HELPER 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_ESR_BROWSER_HELPER 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
BUILD_NODE_KEYHilfstroutine: Key zusammenbauenPublic
CALL METHOD cl_esr_browser_helper=>BUILD_NODE_KEY...more details

BUILD_NODE_KEY_STRINGGenerates the string representation of the nodePublic
CALL METHOD cl_esr_browser_helper=>BUILD_NODE_KEY_STRING...more details

BUILD_PARENT_KEY_STRINGreturns the parent node string of the given stringPublic
CALL METHOD cl_esr_browser_helper=>BUILD_PARENT_KEY_STRING...more details

CHECK_NAMESPACEChecks namespace for 'sap.com'-Pattern with Reg ExPublic
CALL METHOD cl_esr_browser_helper=>CHECK_NAMESPACE...more details

CHECK_RESTRICTIONSchecks generation / display restrictions for ObjectPublic
CALL METHOD cl_esr_browser_helper=>CHECK_RESTRICTIONS...more details

CREATE_NODE_KEY_FROM_STRINGreturns node key structurePublic
CALL METHOD cl_esr_browser_helper=>CREATE_NODE_KEY_FROM_STRING...more details

DISPLAY_PROGRESS_INDICATORDisplays Progress Indicator in Status BarPublic
CALL METHOD cl_esr_browser_helper=>DISPLAY_PROGRESS_INDICATOR...more details

DO_REQUEST_FROM_EXdisplays exception(s) in the WB Checklist ContainerPublic
CALL METHOD cl_esr_browser_helper=>DO_REQUEST_FROM_EX...more details

GET_FILTER_FOR_USERreturns filter for the current userPublic
CALL METHOD cl_esr_browser_helper=>GET_FILTER_FOR_USER...more details

MAP_OBJTYPE_TO_WB_TYPEPublic
CALL METHOD cl_esr_browser_helper=>MAP_OBJTYPE_TO_WB_TYPE...more details

SET_FILTERS_FOR_USERSets Filter for UserPublic
CALL METHOD cl_esr_browser_helper=>SET_FILTERS_FOR_USER...more details

T100_FROM_EX t100 from exceptionPublic
CALL METHOD cl_esr_browser_helper=>T100_FROM_EX...more details

UPDATE_MDR_NSPACEReturns Updated NSPACE Name if NSPACE is MDRPublic
CALL METHOD cl_esr_browser_helper=>UPDATE_MDR_NSPACE...more details




Links to Related Class(s)

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