cancel
Showing results for 
Search instead for 
Did you mean: 

Change Information Message to ERROR

Former Member
0 Kudos

For those material already flagged for deletion, when create Sales Order, system just prompted Information message, said: "Material 3200FCO001 is marked for deletion".

How to change this Information to ERRor message?

Application area: V1

Message Number: 406

Thanks,

Kiran D.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

it is the best way to use VB01 (listing and exclusion).

you can make a new access sequence like "material and plant".

Former Member
0 Kudos

Hi Kiran,

As correctly said if you change the message type from I to E in the program that would be a modification to standard SAP. So any modification to SAP should always be the LAST option to consider.

Please take the help of ABAPer & debugg the following prog:

FV45CF0C_CVBAP_FUSSZEILE_PRUEF

FV45PF0M_MAAPV_SELECT

FV45PF0M_MAEPV_SELECT

FV45PF0M_MAKT_SELECT

FV45PF0M_MT61D_SELECT

I think here the sytem is configured for Information message which you have to change to ERROR.

Do take care while changing.

REWARD if it helps you!!

Regards,

Ajinkya

Former Member
0 Kudos

Dear Kiran. D,

If you change the message type from I to E in the program that would be a modification to standard SAP.

<b>Modification to SAP should always be the last option to consider.</b>

Regards,

Naveen.

Former Member
0 Kudos

PLS REFER THE LINK BELOW REWRAD IF HELPS

Former Member
0 Kudos

Hi,

You will have to debugg the program with help of ABAPer and ask him to change the message type from I to E

Reward points if useful

Regards,

Amrish Purohit