Application Development 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: 

change message type

Former Member
0 Kudos

Hi all.

In one sap standard program one message display as warning message but i want to display it as error message. How can i do it?

It is used in program as W225.

Shoulsd i change standard program? or other way is there?

thanks.

5 REPLIES 5

Former Member
0 Kudos

Hi,

look for some exits

send the program name / tr code

regards

Shiva

0 Kudos

Hi Shiva.

program name is FM07MEW0 and this is used in mm transactions like migo.

if u have any idea then please tell me.

thanks.

0 Kudos

Hi

these are the Exits available for your requirement and check which one suits your requirement and also when should it be triggered. before the W message triggers trigger your message and use exit in your report or leave to screen 0.

MBCF0002 Customer function exit: Segment text in material doc. i

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREA

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. D

regards

Shiva

Former Member
0 Kudos

Hi Puru,

One thing you can do is copy the existing Standard program to Y or Z program and then include that in your Program and Change the Message Type.

Or a second thing you can do is get the Access Key From SAP and make sure it doesnot effect other programs and you can make the changes happily.

Dont forget to reward points.

Ishaq.

former_member404244
Active Contributor
0 Kudos

Hi puru,

check if any userexit is available.Else u need to take the access key and have to mdoify..but it is bit risky becoz,this message might be used in any program...plz ensure that there won't be any problem when u change ...

Regards,

Nagaraj