When generating the same update definition repeatedly, new update programs are always generated. Usually it is only the program that is created with the first generation that is changed.
If more than one update program is generated for the same update, the key figures can be repeatedly updated.
The problem only occurs if update definitions are also used in other clients.
The error can be traced to a faulty check on the same update definitions in other clients.
Correction P30K000776.
Preliminary correction is possible by altering the program.
After including the correction, carry out the following steps to delete the update programs that were generated too many times.
. Created and perform the following correction program (delete the
incorrect program reference):
REPORT .....
TABLES: TMC2Q, TMC2P, TMC2F.
DELETE FROM TMC2Q CLIENT SPECIFIED
WHERE FPROG BETWEEN 'RMCX0000' AND 'RMCX9999'.
DELETE FROM TMC2P
WHERE FPROG BETWEEN 'RMCX0000' AND 'RMCX9999'.
DELETE FROM TMC2F CLIENT SPECIFIED
WHERE FPROG BETWEEN 'RMCX0000' AND 'RMCX9999'.
. In addition, the customer's own update definitions must be manually
regenerated in all of the (!) clients.
Additional key words
Update, update program, generation, doubled, multiple
No comments:
Post a Comment