cancel
Showing results for 
Search instead for 
Did you mean: 

How to update values in database table using contex node.

simadri_sekhar
Participant
0 Kudos

Hello Everybody,

Sorry for posting this silly doubt. Actually in my WDA application I have 4(for four processes : these are present in main table) dropdown list and 1 textedit box(for comments update : this is present in one comments tabel). So my requirement is that when user select any dropdown from among the 4 dropdown lists and types any comment in the text box, the comments field in the main table as well as comments table should be updated for that process and not for all processes.

The main hurdle for me is that even if the two tables are joined by foreign key I couldn't make the table updated with perticular process and with new comments that entered by the user.

can anyone suggest me what to do in this case...?? [:(]

thanks,

sekhar

Edited by: ss_sutar03 on Jun 2, 2011 11:39 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sutar,

Seems it is not WD related Question.

You are updating two tables here, but not updating in Database. check two tables how they are related.

and mysuggestion is try to update thease two tables by using code in se38. you will get where the problem is.

Cheers,

Kris.

simadri_sekhar
Participant
0 Kudos

yes you r right its not related with WDA.. and thanks for your reply I will post it in abap section

thanks,

sekhar