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

error message

Former Member
0 Likes
693

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
Read only

Former Member
0 Likes
657

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
Read only

Former Member
0 Likes
658

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

Read only

Former Member
0 Likes
657

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

Read only

prasanth_kasturi
Active Contributor
0 Likes
657

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