Application Development and Automation 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: 
Read only

Table controls - database update

Former Member
0 Likes
265

hi experts,

I have a requirement that i shd disply database table output in the from of table control. But there is one record missing inthe data base table <b>zcr_fieldlist</b> is my data base table in which there is no <b>PONO(purchase order no)</b> so wht i done is i have displayed a table control for the zcr_fieldlist.

After displaying it in ouptut i have kept the purchase order field (PONO) such that i can enter value in it. i have kept the pono as input output field and if i enter purchase order no there and i click save button it should be stored in the database table zcr_fieldlist.

Now i can display table control and if i enter the value in ZCR_FIELDLIST-PONO field it is now not saving in the database table. so can any one tell me how to write syntx for this.

<b>useful answers will be rewarded</b>

Regards,

Sunil kumar.

1 REPLY 1
Read only

Former Member
0 Likes
248

I hope u know that the usual practice for table control operations is to get data in an internal table and use this internal table for display/modify etc

So first take it in an internal table..

And after modifying first modify the internal table and then update database table using this internal table

Hope this helps

Reward points if it does

Regards