Thank you so much for your reply.
Since RF screen do not support Custom control (Text editor)....I have two options now
Option1 : Place 5 input/output UI element with 35 characters in length .
Options 2 : Create a single output UI element along with push button . When the push button is pressed output UI element is populated with text .
Step 1 : Values are currently coming from READ_TEXT .. I am planning to place the output of READ_TEXT into a variable of CHAR2000 .
Step 2: remove unwanted characters from the variable( *, =....)
step 3 : Could anyone help me which function module can break the string into 35 characters & do a word wrap as well.
I have gone through RKD_WORD_WRAP...output only gives 3 variable of 35 characters in length. I need to have atleast 5 variables each having 35 characters