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

variable value in the message section

Former Member
0 Likes
584

hi experts

how to pass the variable value in the message section.?

i have to depict the no of amendments in the message section.

i dont know how to resolve?

pls give the code..

regards

suren

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi

in thje message section , give the & symbol which will be replaced by the variables .

eg :

Message should be " The entered & bseg key value is invalid . "

and in the program , you can code like

message E041 with lv_key .

here lv_key replaces the 7 value .

regards,

Ramya

3 REPLIES 3
Read only

Former Member
0 Likes
548

Hi

in thje message section , give the & symbol which will be replaced by the variables .

eg :

Message should be " The entered & bseg key value is invalid . "

and in the program , you can code like

message E041 with lv_key .

here lv_key replaces the 7 value .

regards,

Ramya

Read only

0 Likes
547

thx

issue solved.

Edited by: rednerus on Dec 25, 2008 1:24 PM

Read only

Former Member
0 Likes
547

Hi

Good

Try the below SDN link,hope this will help you to solve your problem.

https://forums.sdn.sap.com/post!reply.jspa?threadID=961545

Thanks

mrutyun^