SAP Message AD489 - Object R3TR TABL & for mass processing already entered

Diagnosis
During activation, only the ABAP/4 Dictionary version of an object isactivated (logical object), unless data conversion is required as aresult of a change to the structure.
If fields were simly added to the table (ADD FIELDS), the activationprogram will both activate the table in the ABAP/4 Dictionary and adaptthe database table (data conversion is not necessary).
However, if data conversion is necessary or if the change amounts tomore than just an ADD FIELDS, the action will be flagged for a batchrun. The table to be converted is not activated. Conversion andactivation is performed by another program, which is startedautomatically after activation as part of the transport or updateprocedure.
In this instance, the object was flagged for a batch activitiy in aprevious run.

Procedure
No action necessary.