2009 Feb 26 5:10 AM
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
2009 Feb 26 5:12 AM
U can use this function module FM RKD_WORD_WRAP and pass the field into this or find *_WORD_WRAP in se37 and use .
2009 Feb 26 5:14 AM
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..
2009 Feb 26 5:20 AM
Hi Chitra,
U can use the FM 'RSDG_WORD_WRAP'. This will make the single line entered into 3 diff lines.
Keerthi.
2009 Feb 26 10:00 AM