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

input text box

Former Member
0 Likes
514

Hi,

I think this is a very simple question, but I don 't seem to find anything on it, so here goes :

I want to implement an input text box on my screen. I don 't seem to find a control for this, the only controls I find is input field (one line) or box (but I cannot put any data in this box).

How can I impelemtn a text box ? on a custom screen ?

Thanks in advance !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

Hi Björn Demol,

See the following demo programs in SE38, i think your problem will be solved.

SAPTEXTEDIT_DEMO_3

SAPTEXTEDIT_DEMO_1

Regards,

Mahi

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi,

Try to use the control text editor "cl_gui_textedit" .

Thanks,

Jey

Read only

Former Member
0 Likes
480

Hi Björn Demol,

See the following demo programs in SE38, i think your problem will be solved.

SAPTEXTEDIT_DEMO_3

SAPTEXTEDIT_DEMO_1

Regards,

Mahi

Read only

Former Member
0 Likes
479

Hi,

I used the code as used in the sample program demo1..

Thanks for the tips !!

points awarded !

kind regards,

Björn