Application Development and Automation 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: 
Read only

Message class in exception

Former Member
0 Likes
638

Hello!

I am facing an issue in including messages for exception classes. During creation of an Exception class i forgot to select the Message class. Later i went to the Properties tab and included the message class, but im still unable to use it. The Message Text button in TEXT tab is invisible. Does nybody have an answer?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

Hello Sunil,

Try to add "IF_T100_MESSAGE" Interface in your exception class.

With Regards,

Pankaj

2 REPLIES 2
Read only

Former Member
0 Likes
604

Hello Sunil,

Try to add "IF_T100_MESSAGE" Interface in your exception class.

With Regards,

Pankaj

Read only

Former Member
0 Likes
603

Got the answer.

we just have to add the interface 'IF_T100_MESSAGE' and activate..