cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Textedit column in a table entry

Former Member
0 Kudos

Hi,

i am trying to add a column in a table which can hold multiple lines of text in it.but i am not able to plecae a Textedit field as a column inside a table..

can anyone help me out in this regard?

Regrads,

Srivathsan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srivathsan,

the TextEdit UI element is no table cell editor per definition, you can't use is for that. On the other hand, a TextView, which is a valid cell editor, can't display multiple lines of text upto now, so, i'm afraid, you're stuck.

Regards

Stefan

Former Member
0 Kudos

how would you add a pointer in your table column to the textedit information?

lajitha_menon
Contributor
0 Kudos

Hi Ervin,

I suggest something like this.

Have a button in your table column which says text(an icon would do like the sap standard PO item screen). Have a single textedit to the side of this table.

Create a context node similar to this

ValueNode2

->ItemNumber

->Text

Map this text to the textedit.

ItemNumber is the common attribute between your main table and the text.

When a button is clicked in the main table, the corresponding text for that item is displayed in the text.

Maybe somebody else has a better idea..

Cheers,

LM