‎2007 Oct 04 7:25 AM
Hi all,
I all all the info like message type, ID, Number, v_number1,v_number2,v_number3,v_number4 in an internal table 'lt_bapiret".
I want to display message. It may be of type E,I,S,W and may have any text.
Suggest me appropriate function module.
‎2007 Oct 04 7:44 AM
Sachin,
You could use SADOC_SHOW_MASSAGE_LOG. Also RSDC_SHOW_MESSAGES_POPUP could solve your purpose. Just make sure you type cast your message table into type RS_T_MSG which is used by both FMs.
Cheers,
AJ
‎2007 Oct 04 7:44 AM
Sachin,
You could use SADOC_SHOW_MASSAGE_LOG. Also RSDC_SHOW_MESSAGES_POPUP could solve your purpose. Just make sure you type cast your message table into type RS_T_MSG which is used by both FMs.
Cheers,
AJ
‎2007 Oct 04 8:15 AM
You could also take a look at the MESSAGES_INITIALIZE / MESSAGE_STORE / MESSAGES_SHOW trio ... you'll see they are made for this type of processing.
Jonathan
‎2011 Mar 16 12:26 PM