PurposeThe purpose of this document is to describe what each of the functions from the reports RSM13001 and RSM13002 do. RSM13001 List of functions and the expected outcomeFunctionDescriptionCOUNTCounts the number of update records that match the selection criteria (selection fields: FROM DAY, FROM TIME, TO DATE, TO TIME, USER, TCODE) and display:. The number of records in status 'initial';. The number of records in status 'error';. The total number of records.SHOWDisplay all update requests that match the selection criteria including the total number of requests. If the 'Display Update Module' field is marked (with an 'X', or not with a blank space), also displays the update modules and the total number of modules.DELINITDelete all update records that are in status 'initial' and match the selection criteria.
They will be deleted in batches of at most 100 records per 'commit work'.DELALLDelete all update records that match the selection criteria, disregarding their statuses. They will be deleted in batches of at most 100 records per 'commit work'.DELERRDelete all update records that are in error status and match the selection criteria. They will be deleted in batches of at most 100 records per 'commit work'.REORGDelete orphan update records (records that have entries at the database tables VBDATA and VBMOD, but do not have the corresponding entry at the table VBHDR).Observation: as of SAP NetWeaver 7.4, the REORG option only deletes orphan records that are older than rdisp/vbdeletedays.

The default value of this parameter is 50 and this parameter does not accept the value zero. The lower value it accepts is one. This is to prevent data loss in case temporary orphan updates exist in the system (e.g., a job creating update requests that did not perform the 'commit work' yet).RESETResets the status of pending update requests that match the selection criteria to 'initial', so the update mechanism starts (re)processing them automatically.For example, V1 and V2 modules that have status 'started' will be reset to 'initial'.

Keep in mind that not all statuses can be reset with this report.SHOWIShows the number of incomplete update records (possibly orphan records, but not necessarily). Does not take into account the selection fields.COUNTICounts the number of incomplete update records (possibly orphan records, but not necessarily).
Does not take into account the selection fields.RSM13002 List of functions and the expected outcomeFunctionDescriptionSTARTV2Start all pending V2 update requests that are ready to be processed.STARTV2Start all pending V2 update requests that are ready to be processed.DELETEDeletes all update records that were already processed successfully, but are still at the database tables.They will be deleted in batches of at most 100 records per 'commit work'.REORGPerforms the same function as the REORG in the report RSM13001 (see above).