cancel
Showing results for 
Search instead for 
Did you mean: 

Change data in a table

Former Member
0 Kudos

Hi experts,

I need your help about a way of working, I have a table which display data retrieved by a model from SAP.

The display option works fine but I'd like to change a data in this table and this data has to be changed in SAP as well.

COuld you please explain me the way of working please?

Thank you in advance.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Matthieu,

the concept you need to understand is "TableCellEditor". The display (textview) Editor is Default, but you can easily use a TextEdit Control as TablecellEditor, that way you can enter/edit data.

Using this, you will modify the vales of your context node (current/leadselection), so you can easily add some controller logic that saves the information back to the origin system ...

Jan

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you for your answer Jan, I'll follow this way.