on 2018 Mar 15 12:24 PM
Hi Gurus,
my requirement, is show a message in CRM Web ui client, expanded as soon as the message is displayed.
For example, currently I am using within method DO_PREPARE_OUTPUT
DATA: lr_msg_srv TYPE REF TO cl_bsp_wd_message_service.
lr_msg_srv = cl_bsp_wd_message_service=>get_instance( ).
lr_msg_srv->add_message( iv_msg_type = 'S'
iv_msg_id = 'Z****'
iv_msg_number = '000'
iv_msg_v1 = lv_var
iv_important_info = abap_false ).
but message is currently being displayed not expanded (in a tiny box in which I've to click on it in order to see the message).

my requirement is to display a message with this tiny box, opened as soon as the message is displayed. Like the below image

Does anybody know how could be the issue.
Any help is useful.
Thanks in advance,
Regards Diego
Request clarification before answering.
Hi,
Please refer to the section Enabling Message Preview in the link below:
https://help.sap.com/saphelp_crm700_ehp01/helpdata/en/dc/a715b2a5e14bbb83fbad1cad4d8cc3/frameset.htm
Best Regards,
Varun Agarwal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.