Hi,
I am passing message into i_messages table parameter in User Exit CATS0003 .
Syntax Code:
I_MESSAGES-MSGTY = 'E'.
I_MESSAGES-MSGID = "/kgo/tm"
I_MESSAGES-MSGNO = "032".
I_MESSAGES-MSGV1 = "Engagement code is not open during time entry"
Append I_MESSAGES.
But the message is coming along with message class & no. in Portal like:
/kgo/tm:032 Engagement code is not open during time entry
But i need only the text like:
Engagement code is not open during time entry
Regards,
Madhu