Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Updating the database table

Former Member
0 Kudos

Hi,

I'm a fresher n facin a problem while workin with table control...I have created a screen in which i'm passing the sales order and its corresponding invoice number,as a result the data related to that particular invoice number is getting fetched in a table control..Three fields are getting fetched namely text,value and text1.These fields are getting fetched by a ztable that i have created.Now i want to edit the contents being fetched and for that particular invoice number the ztable should be gettin updated for whatever changes i have done to the fetched fields.. text is a primary key in my ztable..

Please try to guide me through this problem..

1 REPLY 1

Former Member
0 Kudos

Hi,

I think u need to change the structure of ur z-table. 'Text' cannot be ur primary key. Maybe it should be ur invoice numbar' otherwise the data u r storing in the table will be inconsistant.

Regs,

Saurabh