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: 

multiple line comments

Former Member
0 Kudos
487

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

Former Member
0 Kudos
185

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

awin_prabhu
Active Contributor
0 Kudos
185

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..

keerthy_k
Advisor
Advisor
0 Kudos
185

Hi Chitra,

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

Keerthi.

Former Member
0 Kudos
185

thanks