Showing posts with label REPORTS. Show all posts
Showing posts with label REPORTS. Show all posts

Monday, April 14, 2008

Useful standard reports

REKH0004

SAP demo program that shows how to do 2D, 3D, and 4D graphics.

RGUGBR00

Substitution/Validation utility

RHGEN00

Regen PD and PA inconsistencies

RHGRENZ0

Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes whose start date is after the delimit date.

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.

RHGRENZ2

Delimit IT1001 only.

RKCTSEAR

Search source code for up to two strings. Also see RSRSCAN1 and RPR_ABAP_SOURCE_SCAN.

RPDTRA00

List all HR transactions.

RPR_ABAP_SOURCE_SCAN

Search ABAP code for a string. Has many more options for selecting the ABAPs to search than RSRSCAN1 or RKCTSEAR.

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.

RPUDELPN

Delete all info for an employee number, including cluster data and infotypes

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

RSABAPIV

Mass print/display of ABAP/4 help text

RSAVGL00

Table adjustment across clients

RSBDCBTC

Submit a BDC job with an internal batch number and wait for the end of the batch input session.

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

RSBDCSUB

Release batch input sessions automatically

RSBTCDEL

Clean the old background job records

RSSDOCTB

R/3 Table Manual - prints a list of all fields in the selected tables with the field name and the field documentation.

RSCLTCOP

Copy tables across clients

RSDBCREO

Clean batch input session log

RSINCL00

Extended program list

RSNASTED

Process message control output for entries in the NAST table

RSORAREL

Get the Oracle Release

RSPARAM

Display all instance parameters

RSPO0041

Removing old spooling objects

RSRSCAN1

Search source code for a given string. Will also search includes. Also see RKCTSEAR and RPR_ABAP_SOURCE_SCAN.

RSSNAPDL

Clean the old ABAP error dumps

RSTBSERV

Compare a contents of a table between clients

RSTXFCON

Converts SAPScript page formats

RSTXSCRP

Save a SAPScript layout set to disk, and load it back into SAP.

RSTXSCRP

Transport SAPscript files across systems

RSTXSCRP

Upload and download SAPScript layout sets

RSTXTPDF4

Pass the spool number of a report's output to this program to have the output converted to PDF format.

RSTXTRAN

Add standard texts to a transport so they can be moved between systems.

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)

RSWBO060

put objects into a request and transport it to any other system

Saturday, November 24, 2007

Real Time ABAP Reports faqs

  1. what is a report?
  2. what are types of reports?
  3. difference bet'n simple and interactive reports?
  4. what are the events in interactive reports?
  5. what is the first event that will be triggered in a report?
  6. what is the use of Initialization event? give one example.
  7. what is the use of start-of-selection event?
  8. what is the difference betn end-of-page and end-of-selection?
  9. if you write a write statement after end-of-selection, will that be triggered?
  10. how to create a button in selection screen?
  11. how to add a gui status in a selection screen?
  12. what is at-line-selection event?
  13. How many secondary lists can be created in an interactive report?
  14. how to create a check box/option button in a list?
  15. can you call a bdc program from a report? how?
  16. can you call a transaction from a report? how?
  17. what are ALV reports? how they are different from normal reports?
  18. what are the main events that are used in an ALV report?
  19. what is the use of SLIS type pool in alv reports?
  20. difference betn top-of-page and top-of-page during at-line-selection?
  21. in an interactive report, after going to 5th list, can you come back to 2nd list? how?

Friday, November 23, 2007

Difference Between LIS, Reports, Abap Query

LIS stands for Logistics Information System.

It is the information systems used to plan, control, and monitor business events at different stages in the decision-making process.

The Logistics Information System is made up of the following information systems which all have a modular structure:

- Sales Information System
- Purchasing Information System
- Inventory Controlling
- Shop Floor Information System
- Plant Maintenance Information System
- Quality Management Information System

Tools are available in Customizing to allow a self-defined information system to be created and tailored to specific requirements.

2) Reports:

SAP Reports are Programmes which are used to fetch data from SAP database under specified selection criteria and show in list viewer. Later you can view, download & take decisions appropriately.

There are many standard reports in SAP for various modules. For SD Module watchout TCode SD01. You can always code your own report they way you want in some cases.

3) ABAP Queries

These are the report which users can prepare without knowledge of the ABAP programming language to define and execute their own reports. Normally Functional Consultants use these ABAP query tool to create and run simple reports by themselves instead of coding by ABAPer. Its flexible and convinent. However you should be well thorough with different tables to map query and fetch data.

ABAP REPORTS

REKH0004 SAP demo program that shows how to do 2D, 3D, and 4D graphics.
RGUGBR00 Substitution/Validation utility
RHGEN00 Regen PD and PA inconsistencies
RHGRENZ0 Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes whose start date is after the delimit date.
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.
RHGRENZ2 Delimit IT1001 only.
RKCTSEAR Search source code for up to two strings. Also see RSRSCAN1 and RPR_ABAP_SOURCE_SCAN.
RPDTRA00 List all HR transactions.
RPR_ABAP_SOURCE_SCAN Search ABAP code for a string. Has many more options for selecting the ABAPs to search than RSRSCAN1 or RKCTSEAR.
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.
RPUDELPN Delete all info for an employee number, including cluster data and infotypes
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
RSABAPIV Mass print/display of ABAP/4 help text
RSAVGL00 Table adjustment across clients
RSBDCBTC Submit a BDC job with an internal batch number and wait for the end of the batch input session.
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
RSBDCSUB Release batch input sessions automatically
RSBTCDEL Clean the old background job records
RSSDOCTB R/3 Table Manual - prints a list of all fields in the selected tables with the field name and the field documentation.
RSCLTCOP Copy tables across clients
RSDBCREO Clean batch input session log
RSINCL00 Extended program list
RSNASTED Process message control output for entries in the NAST table
RSORAREL Get the Oracle Release
RSPARAM Display all instance parameters
RSPO0041 Removing old spooling objects
RSRSCAN1 Search source code for a given string. Will also search includes. Also see RKCTSEAR and RPR_ABAP_SOURCE_SCAN.
RSSNAPDL Clean the old ABAP error dumps
RSTBSERV Compare a contents of a table between clients
RSTXFCON Converts SAPScript page formats
RSTXSCRP Save a SAPScript layout set to disk, and load it back into SAP.
RSTXSCRP Transport SAPscript files across systems
RSTXSCRP Upload and download SAPScript layout sets
RSTXTPDF4 Pass the spool number of a report's output to this program to have the output converted to PDF format.
RSTXTRAN Add standard texts to a transport so they can be moved between systems.
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)
RSWBO060 put objects into a request and transport it to any other system

Blog Archive