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: 

more space in text field

Former Member
0 Kudos

hai gurus,

how to add long data in text field in module pool programs. ie., increasing text field space greater than 256 characters so that i can type long text for description and remarks for understanding .

Thanks & Regards,

Syam.

2 REPLIES 2

Former Member
0 Kudos

Hi,

use TextEditor control.

Former Member
0 Kudos

Hi,

Try both these FM.

SAVE_TEXT: To load long text into SAP

SCROLLING_IN_TABLE: If you are coding a module pool and using a table control, you can use this function SCROLLING_IN_TABLE to handle any scrolling.

Regards.

Mudit