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: 

variable value in the message section

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

thx

issue solved.

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

Former Member
0 Kudos

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^