Application Development 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: 

error message

Former Member
0 Kudos

hi friends,

i am using this statement in my report

MESSAGE e001(ZMESSAGE1) with p_charg.

but it shows the message without charg (batch no).

can any suggest how should i write this statement so that i can able to display the batch no.

with regards

Bhupinder singh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Double click on ZMESSAGE1 and in the message no 001 add &1 at the end and try again.

&1 will be replace by your batch no automatically.

Regards

Edited by: Rajvansh Ravi on Oct 16, 2008 6:26 AM

3 REPLIES 3

Former Member
0 Kudos

Hi,

Double click on ZMESSAGE1 and in the message no 001 add &1 at the end and try again.

&1 will be replace by your batch no automatically.

Regards

Edited by: Rajvansh Ravi on Oct 16, 2008 6:26 AM

Former Member
0 Kudos

check in ZMESSAGE1 message class declaration, whether it has an '&' - Place Holder to display p_charg.

it should be like,

In, zmessage1:

000 & & & & &

(U can how much ever u want according to requiremt).

regards,

Padma

prasanth_kasturi
Active Contributor
0 Kudos

hi,

put a message id for your program.....

and do the following way

and in 001 put &1 &2 &3 &4

MESSAGE e001 with 'You can write any message in single quotes' p_charg.

regards

prasanth