‎2006 Jun 06 5:32 AM
I need to uplaod existing records in my custom table.
Iam using update keyword .but its not working can any one guide me.
‎2006 Jun 06 5:38 AM
Priya,
Can you post the code here and let us know what is the error you are facing?
I hope you have COMMIT WORK statement after UPDATE.
Regards,
Ravi
‎2006 Jun 06 5:39 AM
Hai
Use BDC Call Transaction or Session Method
it will directly insert/update the records into your database
Thanks & regards
Sreenivasulu P
‎2006 Jun 06 5:41 AM
Hi,
Coz u don't post your code, we can't see your mistake.
But maybe you forget add statement "COMMIT WORK" after "Update" statement.
Regards,
‎2006 Jun 06 5:42 AM
Hi,
Do these records already exists in ur custom table..
If no,
then use insert statement or modify statement..
Select f1 f2... from table into itab where <cond>
INSERT ztable FROM TABLE itab.
Also, does your program end properly..
Or else you can use COMMIT WORK..
Regards,
Tanveer.
<b>Please mark helpful answers</b>
‎2006 Jun 06 6:15 AM
Hi,
Put COMMIT WORK statement after the statement UPDATE/INSERT/MODIFY (Wjat ever it may be ). It will definitely work.
Regs,
Venkat