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

Dirty update

rainer_hbenthal
Active Contributor
0 Likes
504

Hi,

i need to update a database table (Z) and i have to free the resource at once to not produce a deadlock situatiuon. On the other hand, i'm not allowed to do a normal commit, because this will commit all open resources without the application developper notice which may lead to unpredictable results.

Any ideas on how to archive that? First i thought shared memory might be solution but this is not really for built for many updates.

I'm open for every suggestion, sending a "message" to another report or starting threads or whatever.

Hi,

i need to update a database table (Z) and i have to free the resource at once to not produce a deadlock situatiuon. On the other hand, i'm not allowed to do a normal commit, because this will commit all open resources without the application developper notice which may lead to unpredictable results.

Any ideas on how to archive that? First i thought shared memory might be solution but this is not really for built for many updates.

I'm open for every suggestion, sending a "message" to another report or starting threads or whatever.

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
428

What about function module with an update using attribute 'Coll. run' (collective run). then start via program RSM13005

PS This option is used SAP internal only (special form of V2 update, asynchronously)

May be this helpful to you.