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

CHANGE OF MESSAGE FROM WARNING TO ERROR

Former Member
0 Likes
822

I want to change the MESSAGE CJ724 from warning to Error in STANDARD TCODE CJ20N.

Please help.

Suitable answer will be highly rewarded.

Thanks,

LALIT

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
718

Hi Lalit,

As this message is coded as:

MESSAGE w724(cj) WITH prps-posid.

there is no possibility to change this from a warning to an error by Customizing. The only solution would be to get an accesskey for the program and change w724(cj) into e724(cj).

Regards,

John.

I want to change the MESSAGE CJ724 from warning to Error in STANDARD TCODE CJ20N.

Please help.

Suitable answer will be highly rewarded.

Thanks,

LALIT

4 REPLIES 4
Read only

Former Member
0 Likes
718

This is an SAP standard program and you can only make changes to it after getting either the access Key from SAP or by applying note if it is available for this.

Read only

Former Member
0 Likes
718

Lalith,

Looks like this can be done in SPRO by changing the message type from Warning to a Error. But see that the same message is not needed as an error elsewhere..

Thnx

Shyam

Read only

Former Member
0 Likes
718

Hi,

U can use Exit or BADI.

In BAdi u can use ds msg:

MESSAGE 'Please Enter sales area' TYPE 'E'.

Regards,

Mehul.

Read only

Former Member
0 Likes
719

Hi Lalit,

As this message is coded as:

MESSAGE w724(cj) WITH prps-posid.

there is no possibility to change this from a warning to an error by Customizing. The only solution would be to get an accesskey for the program and change w724(cj) into e724(cj).

Regards,

John.