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 field

Former Member
0 Likes
514

Hi all,

My requirement is to create a text field of unlimited text in the selection-screen so that i could be able to move that text somewhere else,say, i want to move the text to the inbox of my business workplace,when i click the send button created in the selection-screen.

thank you.

regards,

-pankaj

1 ACCEPTED SOLUTION
Read only

dani_mn
Active Contributor
0 Likes
476

HI,

for this you have to use TEXT AREA control instead of a field.

in field there is always a limit.

Regards,

Welcome to SDN.

As HRA said, for this case you have to use text area control on the selection screen.

you can use class cl_gui_textedit for the same. for sample programs on this check transaction DWDM

Regards

Raja

2 REPLIES 2
Read only

dani_mn
Active Contributor
0 Likes
477

HI,

for this you have to use TEXT AREA control instead of a field.

in field there is always a limit.

Regards,

Read only

athavanraja
Active Contributor
0 Likes
476

Welcome to SDN.

As HRA said, for this case you have to use text area control on the selection screen.

you can use class cl_gui_textedit for the same. for sample programs on this check transaction DWDM

Regards

Raja