Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error message is not in correct format in portal

Former Member
0 Kudos

Hi,

I am passing message into i_messages table in User Exit CATS0003 .

Syntax Code:

I_MESSAGES-MSGTY = 'E'.

I_MESSAGES-MSGID = Message class name

I_MESSAGES-MSGNO = Message no.

I_MESSAGES-MSGV1 = Message Text.

Append I_MESSAGES.

But the error message populating from Exit is not being displayed in correct format in Portal.

Message coming is like this:

:/kgo/tm:032 Engagement code is not open during time entry.

But the correct format should be:

Engagement code is not open during time entry.

Thanks in Advance.

Madhu

Edited by: Madhusmita Acharya on Jun 3, 2009 2:13 PM

2 REPLIES 2

Former Member
0 Kudos

Hi

Are you sure the class and/or the number of the message you're transfering exists?

Max

0 Kudos

Hi Max,

Yes message number of the message class is existing.

In fact Message is coming in portal but extra message class name (/kgo/tm)and message no.(032) is coming like below

I dont need these Message class & Message no. in message as below

/kgo/tm:032 Engagement code is not open during time entry.

I need message like below one.

Engagement code is not open during time entry.