cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP OBJECTS_OBJREF_NOT_ASSIGNED_NO

Former Member
0 Kudos

Hi experts,

i got this dump during print, can anyone help me? thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

At what instance are you getting this dump?.Can you be little brief?.

The dump analysis which you have provided has a source code of ABAP program ABAP Program           ZCL_HRTMC_AC_ASSESSMENT=======CP.

You are getting dump at following point.

   call method io_message_handler->add_message                                            

     exporting     

     message = ls_msg.

There might be two chances.

1) Ref. variable io_message_handler is blank.

2) ls_msg reference not found.

Please correct your code accordingly.

Thanks

KH