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

Text area on screen

Former Member
0 Likes
576

Hello,

I have a dialog program where I need to have a Text area ( something similar to standard texts, e.g. in Sales order ).Pls advice me how it can be done.

Thanks and rgds,

Anand

Hello,

I have a dialog program where I need to have a Text area ( something similar to standard texts, e.g. in Sales order ).Pls advice me how it can be done.

Thanks and rgds,

Anand

3 REPLIES 3
Read only

Former Member
0 Likes
543

Hi,

You can use the EDIT_TEXT function module if you have a text object and text id...

or

you can use the text editor control to display the text area. Please check the sample program RSDEMO_DRAG_DROP_EDIT_TREE.

Thanks

Naren

Read only

Former Member
0 Likes
543

using the class CL_GUI_TEXTEDIT you can do that.

check the demo program SAPTEXTEDIT_DEMO_1

Read only

Former Member
0 Likes
543

thanks.