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

Changing message type from Warning to Error

Former Member
0 Likes
1,162

Dear All,

How I can change message type from Warning to Error?

Message details are as below:

Message class : CK

Message no. : 261

Please guide.

Regards,

Sagar Deolalikar

6 REPLIES 6
Read only

Former Member
0 Likes
939

hi

<b>u have to specify the error as E261</b>

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Read only

Former Member
0 Likes
939

U have to change it in program.

U might have use

message w261(CK).

replace it with

message e261(CK).

Reward if useful

Read only

varma_narayana
Active Contributor
0 Likes
939

Hi

Message type is actually specified in the Program where you are calling the Message.

Syntax:

MESSAGE E261(CK) .

or

MESSAGE ID CK NUMBER 261 TYPE E.

<b>Reward if useful.</b>

Read only

Former Member
0 Likes
939

Message E261(CK) convert to Message W261(CK).

this message type can be change from program.Message type didn't define in any transaction.

Read only

Former Member
0 Likes
939

Dear Ravish,

Thanks for the reply.

But this message is used in standard SAP program.

How we can change this from W261 to E261.

Thanks in advance.

Sagar

Read only

0 Likes
939

<b>You need to modify the standard SAP Program, for which you need to have the access key</b>.

You can also make a copy of the Standard Report and then make the necessary changes.

Regards,

Pavan