Hi,
I have implemented BADI ORDER_SAVE as below to add my own message in application log:
lv_msgsrv = cl_bsp_wd_message_service=>get_instance( ).
lv_msgsrv->add_message( iv_msg_type = if_genil_message_container=>mt_error
iv_msg_id = 'ZMSG'
iv_msg_number = '000').
However Im not able to see the message in application log. Is there anything Im missing here? Please suggest.
Rgds