Hi, first of all try answer to question - what kind of data would you like see in this report?
If you just want to see who, when and what modified - it's not necessary configuring something. This information already exist in Event log, and you may get it by special function: UnloadEventLog(<Destination>, <Filter>, <Columns>, <InputFileName>, <MaximumCount>)
If you want to see all versions modified objects - it's is two diffrent ways: 1) Use the appropriate subsystem fr om 1C:Subsystem library - it's very ease and already contain report about objects modification. 2) If you configuration does not use 1C:Subsystem library - try to create yourself version of this mechanism. You may add new "event subscription", specify object that you want to monitor, and add some code inside event-module wh ere you write all information you want about user action (you may store this info in some catalog or information register).