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

Long text maintenance

Former Member
0 Likes
375

Hi,

How is the long text maintained in se91. I need to change the variable &V1& with the exact value. In the code, i am passing the value to this varuable, but in the long text, it does not change.

I will reward all the helpful answers.

Thanks,

Mohit.

Hi,

How is the long text maintained in se91. I need to change the variable &V1& with the exact value. In the code, i am passing the value to this varuable, but in the long text, it does not change.

I will reward all the helpful answers.

Thanks,

Mohit.

1 REPLY 1
Read only

Former Member
0 Likes
328

Hi,

Hope below example will help u..

message class: ZXX

mes no: 000

value: &V1&

message i000(zxx).

output: v1will be displayed in info mes nox

message i000(zxx) with 'information' 'message'.

output: informationv1message will be displayed in info mes box.