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 Message Display

Former Member
0 Likes
456

Hi,

I am trying to display error message while running through an adobe form. Am using the below code to display the message but its running through the code and not display any kind of message. Just wondering if am missing any thing.

DATA message_handler TYPE REF TO cl_hrbas_message_list.

DATA: message_dummy1 TYPE string.

DATA new_message TYPE symsg.

CREATE OBJECT message_handler.

MESSAGE e115(z_msg) INTO message_dummy1.

MOVE-CORRESPONDING sy TO new_message. u201Cgetting the desc of msg. in new_message

CALL METHOD message_handler->if_hrbas_message_handler~add_message

EXPORTING

message = new_message.

Thanks,

Kumar

1 REPLY 1
Read only

Former Member
0 Likes
384

Moderator message - Cross post locked Rob