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

update table

Former Member
0 Likes
640

I need to uplaod existing records in my custom table.

Iam using update keyword .but its not working can any one guide me.

5 REPLIES 5
Read only

Former Member
0 Likes
609

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

Read only

Former Member
0 Likes
609

Hai

Use BDC Call Transaction or Session Method

it will directly insert/update the records into your database

Thanks & regards

Sreenivasulu P

Read only

Former Member
0 Likes
609

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,

Read only

Former Member
0 Likes
609

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>

Read only

Former Member
0 Likes
609

Hi,

Put COMMIT WORK statement after the statement UPDATE/INSERT/MODIFY (Wjat ever it may be ). It will definitely work.

Regs,

Venkat