cancel
Showing results for 
Search instead for 
Did you mean: 

WDA scrolling cell in TABLE

0 Kudos

Hello expert,

My problem is about Webdynpro ABAP and Layout.

In Tab Context, I have defined a node with 2 attributes :

- TEXT1 Type CHAR2

- TEXT2 Type STRING_CHAR for long text

In Tab Layout, I have inserted element type TABLE and I have binded it with the context TEST.

My question is : How to display TEXT2 as TextEdit (with srolling) like this :

Is it possible in a TABLE ?

Thank you very much for your help.

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

former_member195270
Active Participant
0 Kudos

Yes you can do it.

Follow steps

1. Create UI element Table

2. Cteate column inside UI element TABLE

3. Create TextEdit UI Element inside column of Table UI Element.

4. Bind it with Text2 and datasource of table will be TEST.

0 Kudos

Thanks for your answer Umar.

Please in step 3, how do you create TextEdit UI Element ?

In Tab Context, I created :

1) TABLE (insert element)

2) TABLECOLUMN (insert Table column)

3) I have 3 choices :

Insert Cell variant

Insert Table popin

Insert Cell Editor : for this last choice, I haven't TextEdit

Thanks in advance,

former_member195270
Active Participant
0 Kudos

Insert Cell Variant option table standard cell then insert Editor and then UI element TextEdit.you can see snap

0 Kudos

Umar,

Sorry but I haven't the option TEXT_EDIT :  Is it a configuration problem (SAPKB70025) ?

former_member195270
Active Participant
0 Kudos

I have SAP Netweaver 7.0 with EHP1.You can search some notes from SAP for this problem.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can add the text_edit element in the table as a column and bind it to the context attribute ( type STRING_CHAR). Display of scroll bar will depend on the data available in the context attribute and text_edit properties -> cols & rows.

Regards, Vinod