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

Former Member
0 Likes
711

HI,

How to incorporate user defined message class in standard include program

MV50AFZ1 and main program SAPMV50A.

Regards

Prakash B.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
665

message e001(zmsg).

zmsg- user message class.

5 REPLIES 5
Read only

Former Member
0 Likes
665

u cannt change and not recommended.

whats ur issue.

Regards

Prabhu

Read only

SantoshKallem
Active Contributor
0 Likes
665

u need to work with user-exits.

Read only

Former Member
0 Likes
666

message e001(zmsg).

zmsg- user message class.

Read only

0 Likes
665

Try solution Sadiqulla Shaik has mentioned....

Read only

Former Member
0 Likes
665

Hi,

1. You need to find user exit. Probable transaction VL01 / VL01N

2. You can put your message there

MESSAGE <msgtype><msgnumber>(user defined class) WITH <message>.

be specific if you need desired solution.