Skip to Content
0
Former Member
Jun 03, 2008 at 07:58 AM

update z table in background

489 Views

hello all,

we are having problems on updating a custom table in background. the situation is that when we run a background job with different variants, all the entries in the table is updated, which is wrong. If the first variant is executed, that line should be updated, but if the second variant is executed, the entries for the first variant should not be updated.

is there a way where we can check the entries? we are using UPDATE <table> in our program.

thanks a lot in advance