2009 Oct 22 3:14 PM
hi,
I have a problem regarding the control of the W/E attribute in purchasing system messages.
I've changed the message category from E to W in customizing,
MM->purchasing->environment data->define attribute of system messages.
for example, i've changed message 088 in APP area 06 to W.
when i execute the bapi i still get an error for this message.
thanks,
Oren.
hi,
I have a problem regarding the control of the W/E attribute in purchasing system messages.
I've changed the message category from E to W in customizing,
MM->purchasing->environment data->define attribute of system messages.
for example, i've changed message 088 in APP area 06 to W.
when i execute the bapi i still get an error for this message.
thanks,
Oren.
2009 Oct 22 3:21 PM
Hi
U should check if the message type is determined dynamically by customizing or statically, i.e it's hardcoded in abap program
Max
2009 Oct 22 3:39 PM
i don't think these messages are hardcoded into the bapi.
how can i check this? (aside from viewing the code)
2009 Oct 22 4:15 PM
Do you get the message as error when you trying to change the PO online using standard SAP transaction? Did you configure the messages with different versions? If so, you may need to update your user profile with the parameter ID MSV with the version. Version will control the same message to be error message for one user and warning for another.
2009 Oct 25 8:56 AM
hi,
yes, i get the message when using me22n as well.
i didn't define any versions for the messages, so there's no need to define the id.
2009 Oct 26 9:06 AM
i've even defined a new version group and tried using the msv paramter, it still doesn't work.