‎2008 Apr 28 2:03 PM
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.
‎2008 Apr 28 2:04 PM
Use the variable on the screen and it will be taken care of, instead of using a different name for it.
‎2008 Apr 28 2:04 PM
Use the variable on the screen and it will be taken care of, instead of using a different name for it.
‎2008 Apr 28 2:10 PM
Thanks. It solves the problem.
I have to make the field I/O fields. It isn't working for the text box field.
‎2008 Apr 28 2:14 PM
Are you saying you still have an issue? or is everything working ok for you now?
Sorry.. I'm a bit confused.
‎2008 Apr 28 2:16 PM
‎2008 Apr 28 2:20 PM
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.