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

DYNAMIC TEXT DISPLAY

Former Member
0 Likes
876

Hello All,

I am calling a screen from my report.

In this screen I have to display a text in a text box field.

This text depends upon the value of a variable.

Please help. Urgent.

Thanks,

Kunal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
837

Use the variable on the screen and it will be taken care of, instead of using a different name for it.

5 REPLIES 5
Read only

Former Member
0 Likes
838

Use the variable on the screen and it will be taken care of, instead of using a different name for it.

Read only

0 Likes
837

Thanks. It solves the problem.

I have to make the field I/O fields. It isn't working for the text box field.

Read only

0 Likes
837

Are you saying you still have an issue? or is everything working ok for you now?

Sorry.. I'm a bit confused.

Read only

0 Likes
837

Its good.

Read only

Former Member
0 Likes
837

Hi,

If you have the texts in different internal tables you can use the statement EDITOR-CALL, calling the text dynamically.

EDITOR-CALL FOR internal table TITLE 'title'.

regards,

Fernando.