Application Development 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: 

Long Text input Field in Module Pool Program

Former Member
0 Kudos

Hello Friends,

Is it possible to Design a Long Text Field in Screen painter ?

Please tell me the steps.

Hari Prasath.S

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try with the "cl_gui_textedit" control class.

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Use a text box for inserting long text on the screen in the screen painter.

Regards,

Amit

Reward all helpful replies.

former_member196299
Active Contributor
0 Kudos

hi Hari,

You can use a text-box for inserting long text values in your screen painter for a particular field ..

Regards ,

Ranjita

gopi_narendra
Active Contributor
0 Kudos

Hi,

You can make use of the FM : READ_TEXT, WRITE_TEXT, SAVE_TEXT

Regards

Gopi

Former Member
0 Kudos

Try with the "cl_gui_textedit" control class.