Skip to Content
0
Former Member
Jun 03, 2009 at 02:19 PM

Message is coming along with message class & message no. in Portal

34 Views

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