|
List of good ABAP reports |
|
|
|
|
Written by Kevin Wilson
|
|
Wednesday, 07 February 2007 |
|
A comprehensive list of useful ABAP reports with descriptions of their use.
RV80HGEN - Run this program to generate custom code in to standard SAP code when you have created your own conditions using transaction V/27. RPR_ABAP_SOURCE_SCAN - Search ABAP code for a string. Has many more options for selecting the ABAPs to search than RSRSCAN1 or RKCTSEAR. RSBDCDRU - Prints the contents of a Batch Input session. No options for error transactions only. RSBDCOS0 - Execute UNIX commands. Looks similar to the old SAPMSOS0 program that disappeared in 3.0 RSWBO060 - put objects into a request and transport it to any other system RPUAUD00 - HR Report to list all logged changes for an employee. Uses the PCL4 Audit Cluster. RPUAUDDL - HR Report to delete audit data from the PCL4 Audit Cluster. RPDTRA00 - List all HR transactions. RHGRENZ0 - Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes whose start date is after the delimit date. RHGRENZ2 - Delimit IT1001 only. RHGRENZ1 - Extend the end date on delimited records. Very useful when you delimit a bunch of records incorrectly, and need to change the end date. Notes on HRGRENZ0/HRBRENZ2: RHGRENZ0/2 will abend if there are any inconsistencies between PD and PA (i.e. people in a different controlling area than the position they belong to). Controlling area of a person is determined by the cost centre that a person's position is assigned to. When assigning a person to a position, SAP checks to make sure that the Controlling area of the company that the person belongs to is the same as that of the Cost centre that their position belongs to. RKCTSEAR - Search source code for up to two strings. Also see RSRSCAN1 and RPR_ABAP_SOURCE_SCAN. RPUP1D00/10 - View/Delete data from PCL1 Cluster RPUP2D00/10 - View/Delete data from PCL2 Cluster RPUP3D00/10 - View/Delete data from PCL3 Cluster RPUP4D00/10 - View/Delete data from PCL4 Cluster RSTXSCRP - Save a SAPScript layout set to disk, and load it back into SAP. RPUDELPN - Delete all info for an employee number, including cluster data and infotypes. RSABAPIV - Mass print/display of ABAP/4 help text RSBDCSUB - Release batch-input sessions automatically RSBDCBTC - Submit a BDC job with an internal batch number and wait for the end of the batch-input session. RSCLTCOP - Copy tables across clients RSAVGL00 - Table adjustment across clients RSINCL00 - Extended program list RSTXSCRP - Transport SAPscript files across systems RSORAREL - Get the Oracle Release RSRSCAN1 - Search source code for a given string. Will also search includes. Also see RKCTSEAR and RPR_ABAP_SOURCE_SCAN. RSTBSERV - Compare a contents of a table between clients RGUGBR00 - Substitution/Validation utility RSPARAM - Display all instance parameters RSUSR003 - Check the passwords of users SAP* and DDIC in all clients RSUSR006 - List users last login RSWBO052 - Change development class of a sapscript (provided by Alan Cecchini) RSBTCDEL - Clean the old background job records RSDBCREO - Clean batch input session log RSPO0041 - Removing old spooling objects RSSNAPDL - Clean the old ABAP error dumps MBDCONWF - IDoc Definitions, IDoc Statuses, error messages, workflow, message id
Related Items:
|
|
Last Updated ( Wednesday, 07 February 2007 )
|