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

messages

Former Member
0 Likes
795

Please use a meaningful subject in future

hai all,

raise error message , can pass some variable is possible or not.

possible

please explain.

Edited by: Matt on Apr 2, 2009 10:42 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
774

it is possible you can write message with a variable

MESSAGE e01 WITH it_mara-matnr.

thanks

6 REPLIES 6
Read only

matt
Active Contributor
0 Likes
774

Please use a meaningful subject in future

yes it's possible.

Read the abap help on MESSAGE, or RAISING.

Read only

Former Member
0 Likes
774

possible.

MESSAGE E018(fb) WITH ds_name.

Read only

Former Member
0 Likes
775

it is possible you can write message with a variable

MESSAGE e01 WITH it_mara-matnr.

thanks

Read only

0 Likes
774

thanks my problem solved

Read only

Former Member
0 Likes
774

This message was moderated.

Read only

matt
Active Contributor
0 Likes
774

I'll warn you now, this question was very simple, and you could have worked out the answer yourself with a little effort. Please show that you've tried to work it out yourself before posting any further simple questions.

Matt.