‎2007 Jul 25 11:33 AM
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
‎2007 Jul 25 11:35 AM
hi
<b>u have to specify the error as E261</b>
regards
ravish
<b>plz dont forget to reward points if helpful</b>
‎2007 Jul 25 11:36 AM
U have to change it in program.
U might have use
message w261(CK).
replace it with
message e261(CK).
Reward if useful
‎2007 Jul 25 11:37 AM
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>
‎2007 Jul 25 11:38 AM
Message E261(CK) convert to Message W261(CK).
this message type can be change from program.Message type didn't define in any transaction.
‎2007 Jul 25 11:40 AM
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
‎2007 Jul 25 11:57 AM
<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