Hello Experts;
I have a user getting a dump after selecting the Travel and Expense tab in ESS.
User has same issue when logged in to ESS on different computers
Not aware of any other users with same issue
Category: ABAP Programming Error
Runtime Errors: OBJECTS_OBJREF_NOT_ASSIGNED
Except: CX_SY_REF_IS_INITIAL
ABAP Program: CL_POWL_UI_HELPER=============CP
Application Component: BC-MUS-POW
Short Text: Access using a 'ZERO' object reference is not possible.
Information on where terminated: The termination occurred in ABAP program "CL_POWL_UI_HELPER=============CP",in "RENDER_DELTA_TABSTRIP". The main program was "SAPMHTTP"
In the source code, the termination point is in line 235 of (Include) program "CL_POWL_UI_HELPER=============CM00D". The termination is due to exception "CX_SY_REF_IS_INITIAL" occurring in procedure "RENDER_DELTA_TABSTRIP" "(METHOD)". This exception was not handled locally or declared in the RAISING clause in the procedure's signature however. The procedure is in program "CL_POWL_UI_HELPER=============CP". The source code begins in line 1 of (include) program "CL_POWL_UI_HELPER=============CM00D".
Line 234 code: CONCATENATE l_caption l_tooltip l_type_text INTO l_tooltip SEPARATED BY space.
>>>Line 235 code: lr_caption = lr_tab->get_header( ).
Line 236 code: lr_caption->set_text( l_caption ).
Line 237 code: IF mr_model->check_new_ui_enabled( ) IS INITIAL.
Line 238 code: lr_caption->set_tooltip( l_tooltip ).
Line 239 code: ENDIF.