cancel
Showing results for 
Search instead for 
Did you mean: 

Text view accepting values from a table - WDA

former_member627003
Participant
0 Kudos

Hello All,

I have values coming from a table type HRPAD_TEXT_TAB.

Each line of this table should appears as one line in my text view.

The infomation will be like this:

--- sy-datum / sy-uzeit / sy-uname - text information

  --- sy-datum / sy-uzeit / sy-uname - text information

Somebody knows how to make it appears in the structure above inside the text view?

In my point o view, the text view accepts on string values. Is there another UI that accepts tables values?

thanks,

Ricardo

Accepted Solutions (1)

Accepted Solutions (1)

former_member195270
Active Participant
0 Kudos

you need to create text view inside table UI element.create the context element  of type HRPAD_TEXT_TAB and bind that context to the table UI element.fill the context element with text information.It will be displayed.

Answers (1)

Answers (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi,

You can use for example a FormattedTextView. Check this document: Skip the part of creating the text in SO10.

http://scn.sap.com/docs/DOC-39731

Regards.