Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error Handler

Former Member
0 Likes
341

Hi,

I am trying to execute the below code resulting in a 'refernce to null'. Could any one please help me with some sample code.

DATA : IM_MESSAGE_HANDLER type ref to IF_HRBAS_MESSAGE_HANDLER.

DATA message TYPE symsg.

MESSAGE E015(zhr) WITH 'ERROR MESSAGE' INTO message_dummy1.

MOVE-CORRESPONDING sy TO message.

im_message_handler->add_message( EXPORTING message = message ).

Thanks,

Vind.

1 REPLY 1
Read only

Former Member
0 Likes
304

Issue Solved by myself.