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

Modifying Standard Message!!

Former Member
0 Likes
441

HI,

Is it possible to override or modify standard errors with user - defined ones? I need to change the error message that occurs when user enters a value that does not satisfy the foreign key check. Is it possible???

3 REPLIES 3
Read only

Former Member
0 Likes
419

Hi,

if there is any vacant message or "&" in the message for a message class; you can override the same...

Eg: message e004(w1) with " Test"...

Assume Wq is a message class and 004 has "&" or blank message..

In the above case, the Test will be displayed..

Regards

sk

Read only

matt
Active Contributor
0 Likes
419

Yes, it's called a modification. You need to get the object key from SAP.

matt

Read only

naveen_inuganti2
Active Contributor
0 Likes
419

Hi

You can change it with acces key...

But as you know many programs are depends on the same message...

So it make other issues...

Create new message is better...

Thanks,

Naveen.I