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

CO customizing

bartlomiej_lach
Participant
0 Likes
1,953

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

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
1,427

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.

Read only

0 Likes
1,427

But I don't want to change text in message but type from "information" to "error".

Read only

GauthamV
Active Contributor
0 Likes
1,427

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.

Read only

0 Likes
1,427

I don't have access key co maybe you know another way?

Read only

0 Likes
1,427

TAC SE91 does not allow to change the message class (from Error to Information)

Read only

Former Member
0 Likes
1,427

Hello

Check following SPRO Setting:

SPRO -> IMG -> Controlling -> General Controlling -> Change Message Control

OR

Go to Maintenance View V_T100C

Thanks

Amol Lohade

Read only

0 Likes
1,427

Hi! And which Application Area (Work Area) should I set up at the beginning? CO item does not exist.

Read only

ThomasZloch
Active Contributor
0 Likes
1,427

wrong forum to ask this, better try

Read only

former_member705124
Discoverer
0 Likes
1,427

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.