‎2008 Sep 04 12:48 PM
Hello!
Could I change type of messages from CO area? Especially I want to change type "I" to "E" in IW32 transaction. (message CO 384). If I can do it I'm wondering where?
Thanks for all replies
BL
‎2008 Sep 04 12:58 PM
hi,
goto se91 transaction,give message class as CO and message number as 384 and click on change,select maintain in logon language.
do the changes ,save and transport.
‎2008 Sep 04 1:05 PM
But I don't want to change text in message but type from "information" to "error".
‎2008 Sep 04 1:11 PM
HI,
it is used in these programs like these.
u can take access key and do ur required changes.
function module : CO_DT_LST_REC_DEL_CHK
MESSAGE i384(co) WITH resbd-rspos.
include : LCOMKF28
MESSAGE e384(co) WITH *resbd-rspos.
include : LCOOCAF02
message e384(co) with is_comp-rsnum.
function module :IBAPI_O_CHECK_MAT_DELETE
MESSAGE W384(co) WITH is_RESBD-RSNUM into mess.
‎2008 Sep 04 1:16 PM
‎2020 Sep 30 1:17 PM
TAC SE91 does not allow to change the message class (from Error to Information)
‎2008 Sep 04 1:14 PM
Hello
Check following SPRO Setting:
SPRO -> IMG -> Controlling -> General Controlling -> Change Message Control
OR
Go to Maintenance View V_T100C
Thanks
Amol Lohade
‎2020 Sep 30 1:16 PM
Hi! And which Application Area (Work Area) should I set up at the beginning? CO item does not exist.
‎2008 Sep 04 1:15 PM
‎2020 Sep 30 2:36 PM
I have found how to solve this issue. You just need to use this customizing branch :
Plant Maintenance and Customer Service => Maintenance and service processing => Maintenance and service orders => Configuration control => Define Attributes for System Messages
and add the new item in the table with a data: 00000000 / CO / 384 / W
After this user is able to delete CS/PM order item which has PO item but please note that related PO item is still active after CS/PM order item deletion.