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

Message class V4 with message 019

Former Member
0 Likes
1,930

Hi Experts,

How to find out where this Message class (V4 -019 ) is used. when I cliked where used list inside se91 , i got the following message,

"Message V4 019 not found in selected search area"

Is it possible to get the program name in which it is used.

The requirement is to change this message type from Information to Error. Where can I change it.

Thanks in advance,

Viven.

Hi Experts,

How to find out where this Message class (V4 -019 ) is used. when I cliked where used list inside se91 , i got the following message,

"Message V4 019 not found in selected search area"

Is it possible to get the program name in which it is used.

The requirement is to change this message type from Information to Error. Where can I change it.

Thanks in advance,

Viven.

6 REPLIES 6
Read only

Former Member
0 Likes
1,412

can you make that message getting displayed?

cause then you could debug to find out which program it is.

Read only

Former Member
0 Likes
1,412

Hi Viven,

You can go to se91 and select the msg class ie.V4.Then select 019 and click where-used list.You get a pop-up asking where you want to search ie programs,classes,table fields.I tried it and it gives all the codes where this msg has been used.

Regards,

Beejal

**Reward if this helps

Read only

Former Member
0 Likes
1,412

may be this will be tiggerd using perform , in that case u may not get.

u have options

1.search for string by using <b>RPR_ABAP_SOURCE_SCAN</b>

2.check SPRO for change messages like OBA5 .

3.Search in the program from which u are getting error.

Regards

Prabhu

Read only

Clemenss
Active Contributor
0 Likes
1,412

Hi viven,

many functional areas allow to customize message types - first ask functional guys about this. Also, it could be helpful if you tell us under what circumstances the message comes up. Because you can't find it in where-used-list, chances are good that it is raised dynamically and can be customized, probably in BDS.

Regards,

Clemens

Read only

Former Member
0 Likes
1,412

Hi,

I presume that the Information generated from the captioned message is coming in your Sale Order. It is a customizing requirement to change it from Information to Error.

The Transaction is OVAH.

They would have assigned I for V4 and 019 in that Transaction. You will have to assign E.

regards,

Mahesh

Read only

0 Likes
1,412

We are wanting to change this same message V4-019 from Information to Error, but V4-019 does not appear in OVAH to make this change. How do we bring V4-019 in to OVAH?