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

multiple line comments

Former Member
0 Likes
1,205

I am working with a module pool programming

I need to create a input field which will have wide text box of length 100.

if any data coming to that field, it has to place line by line in the same text box(as paragraph).

can anyone help me in this regard?

thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
903

U can use this function module FM RKD_WORD_WRAP and pass the field into this or find *_WORD_WRAP in se37 and use .

Read only

awin_prabhu
Active Contributor
0 Likes
903

Hi friend,

I think u have to use 'Table Control' not 'Input/Output field' for getting paragraph.

Select 'Table Control' in screen layout with length 100.

Thanks..

Read only

keerthy_k
Product and Topic Expert
Product and Topic Expert
0 Likes
903

Hi Chitra,

U can use the FM 'RSDG_WORD_WRAP'. This will make the single line entered into 3 diff lines.

Keerthi.

Read only

Former Member
0 Likes
903

thanks