cancel
Showing results for 
Search instead for 
Did you mean: 

Setting OMCQ User specific.

Former Member
0 Kudos

Hi All,

Transaction OMCQ is used to set the error messages in SAP standerd applications but I want to make it user specific, though in OSS Note 935755 SAP has suggested to work with this transaction by making it user specific , but steps are not given, Can any body suggest me how to make it user specific.

Regards,

Sifath...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You have to create a version for the actual message by copying the same.

Example:

Copy the following message

<b>Verson Application area Mesaage

00 06 042</b>

as

<b>01 06 042 </b>

and against this message assign user specific message like error or warning.

Assign this version number to user parameter MSV in user settings.By defining different versions and assigning this number to users , we can configure user specific messages.

I think this will solve your problem.

Regards

Ramakrishna

Former Member
0 Kudos

Hi

Transaction MB1A displays the quantity to be withdrawn at the time of

the data selection.

If I change that value by a greater one the system shows message error

M7 362. Now I want to change this message type by a warning so I run

OMCQ transaction and create a new version of this message. Later using

user parameters I can manage that two message versions.

The problem is that users can manage their own parameters in my company so using this solution they can avoid the message if they want and I can avoid that.

I want to know if there is a user-exit or other solution to implement

to validate depending the reserve if it is corresponding message type W or

E?

Regards,

Former Member
0 Kudos

Hi,

You also have to remember that ou cannot always control the messages even if they are shown in OMCQ.

Sometimes the logic of the program means that an error HAS to be used and so your settings in OMCQ qill not affect the message.

This is particularly relevant to MB1A. If you do not have the config set to allow negative physical stocks you cannot change the message to a W.

Steve B

Former Member
0 Kudos

Hi. I can change the message type to W. The problem is that with this solution someone can manage if appear an error or a warning because they have access to su3 transaction. Do ou understand?

Former Member
0 Kudos

Hi,

If you don't want to block the access to the user parameters then you will have to change the code in the program, ideally using any user exit that is available.

Steve B

Former Member
0 Kudos

Do you know if exist any user-exit for transaction mb1a or mb26 to control messages?