‎2008 May 08 8:54 AM
Hi.... Friend...
Iam having one module pool program....while running the program transaction Iam generating and updating some field entreis into one table...
Now it is working correcty... but previously some records are updated....with out having one field entry, so now that field was empty for those records in the table..
That was the date field, actually i should also genarate while running the program, with some logic...
AND NOW I CAN HANDLE THAT FIELD IN ONE VARIABLE....
So Now how can i update that field into table...
(with programming i want to do this)
I will back if any clarification that you want,
Expect good marks,
Thank You,
Naveen.
‎2008 May 08 3:09 PM
If you insist on doing this with programming you can use the UPDATE command.
Select the record you want to update from the database into a workarea. Now change the entry of the field which was not filled before (date field). Next use UPDATE dbtable FROM workarea.
‎2008 May 08 3:09 PM
If you insist on doing this with programming you can use the UPDATE command.
Select the record you want to update from the database into a workarea. Now change the entry of the field which was not filled before (date field). Next use UPDATE dbtable FROM workarea.
‎2008 May 09 1:40 AM
You can have those entries on your module pool screen and update that field , Upon saving those values will be save in the table..