cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Expanded message in CRM Web UI client within BSP

former_member227595
Active Participant
0 Kudos
771

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Varun_Agarwal
Product and Topic Expert
Product and Topic Expert
0 Kudos

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