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 Box in a dialog program

Former Member
0 Likes
1,463

Hi

I have a requirement to have a long text box ( which can typically hold 1000 characters ) on a dialog screen. I do not want to use table control .Is there any other way we can have a long text box .

Thank you

Krish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
868

you can use Text editior control , Display the Text edit control using the class CL_GUI_TEXTEDIT . for sample codes search in SDN.

Hi

I have a requirement to have a long text box ( which can typically hold 1000 characters ) on a dialog screen. I do not want to use table control .Is there any other way we can have a long text box .

Thank you

Krish

2 REPLIES 2
Read only

Former Member
0 Likes
869

you can use Text editior control , Display the Text edit control using the class CL_GUI_TEXTEDIT . for sample codes search in SDN.

Read only

Former Member
0 Likes
868

Check this standard program. saptextedit_demo_3

this will explain how to create and use the TextEdit Control

regards

Muthu