Skip to Content
0
Former Member
Sep 07, 2007 at 06:42 PM

How to show the content of a table (long text) in a scrollable textbox?

81 Views

Hi,

I have to say first, many thanks to the ones who answers to threads in this forum, it's very helpfull when we're learning web dynpro!

I have a RFC function that return a table containing a long text (node "it_text", with elements "Tdformat" and "Tdline").

1) I want first to copy all the Tdlines in a new node "text_box" (that I made specially for the screen, it contains only the element "Tdline" [the text itself]);

2) Then I want to show the content of the node "text_box" in a scrollable textbox on the screen (to show 8 lines of text, for example).

How to do that easily? What is the UI Element needed to show that?

Thanks! 😊