REKH0004 | SAP demo program that shows how to do 2D, 3D, and 4D graphics. |
| Substitution/Validation utility | |
| Regen PD and PA inconsistencies | |
| Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes whose start date is after the delimit date. | |
| Extend the end date on delimited records. Very useful when you delimit a bunch of records incorrectly, and need to change the end date. | |
| Delimit IT1001 only. | |
| Search source code for up to two strings. Also see RSRSCAN1 and RPR_ABAP_SOURCE_SCAN. | |
| List all HR transactions. | |
| Search ABAP code for a string. Has many more options for selecting the ABAPs to search than RSRSCAN1 or RKCTSEAR. | |
| HR Report to list all logged changes for an employee. Uses the PCL4 Audit Cluster. | |
| HR Report to delete audit data from the PCL4 Audit Cluster. | |
| Delete all info for an employee number, including cluster data and infotypes | |
| View/Delete data from PCL1 Cluster | |
| View/Delete data from PCL2 Cluster | |
| View/Delete data from PCL3 Cluster | |
| View/Delete data from PCL4 Cluster | |
| Mass print/display of ABAP/4 help text | |
| Table adjustment across clients | |
| Submit a BDC job with an internal batch number and wait for the end of the batch input session. | |
| Prints the contents of a Batch Input session. No options for error transactions only. | |
| Execute UNIX commands. Looks similar to the old SAPMSOS0 program that disappeared in 3.0 | |
| Release batch input sessions automatically | |
| 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. |
| Copy tables across clients | |
| Clean batch input session log | |
| Extended program list | |
| Process message control output for entries in the NAST table | |
| RSORAREL | Get the Oracle Release |
| Display all instance parameters | |
| Removing old spooling objects | |
| Search source code for a given string. Will also search includes. Also see RKCTSEAR and RPR_ABAP_SOURCE_SCAN. | |
| Clean the old ABAP error dumps | |
| Compare a contents of a table between clients | |
| Converts SAPScript page formats | |
| 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 |
| Pass the spool number of a report's output to this program to have the output converted to PDF format. | |
| Add standard texts to a transport so they can be moved between systems. | |
| Check the passwords of users SAP* and DDIC in all clients | |
| List users last login | |
| Change development class of a sapscript (provided by Alan Cecchini) | |
| put objects into a request and transport it to any other system |
Monday, April 14, 2008
Useful standard reports
Saturday, November 24, 2007
Real Time ABAP Reports faqs
- what is a report?
- what are types of reports?
- difference bet'n simple and interactive reports?
- what are the events in interactive reports?
- what is the first event that will be triggered in a report?
- what is the use of Initialization event? give one example.
- what is the use of start-of-selection event?
- what is the difference betn end-of-page and end-of-selection?
- if you write a write statement after end-of-selection, will that be triggered?
- how to create a button in selection screen?
- how to add a gui status in a selection screen?
- what is at-line-selection event?
- How many secondary lists can be created in an interactive report?
- how to create a check box/option button in a list?
- can you call a bdc program from a report? how?
- can you call a transaction from a report? how?
- what are ALV reports? how they are different from normal reports?
- what are the main events that are used in an ALV report?
- what is the use of SLIS type pool in alv reports?
- difference betn top-of-page and top-of-page during at-line-selection?
- 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
-
▼
2009
(81)
-
▼
June
(81)
- Lists in Unicode Systems
- The File Interface in Unicode Programs
- Character String and Byte String Processing in Uni...
- Structure Enhancements and Unicode Programs
- Structure Typing in Unicode Programs
- Conversion of Structures in Unicode Programs
- Access to memory sequences in Unicode programs
- Offset and Length Specifications in Unicode Programs
- Alignment in Unicode Systems
- Operand Types in Unicode Programs
- Names in Unicode Programs
- Comments and Literals in Non-Unicode Programs
- Differences between Unicode and Non-Unicode Programs
- Unicode - Overview
- Statements in Class and Interface Pools
- Statements for Defining Classes and Interfaces
- ABAP Objects - Keywords
- Inheritance Events
- Inheritance and Events
- Inheritance and Instantiation
- Inheritance and Constructors
- Inheritance and Static Components
- Inheritance and the Component Namespace
- Inheritance and Visibility
- Inheritance and Interfaces
- Inheritance and Polymorphism
- Abstract and Final Methods and Classes
- Redefining Methods
- Inheritance
- Definition of Classes and Interfaces
- Object Orientation
- CLASS-METHODS - FOR EVENT
- CLASS-METHODS - class_constructor
- CLASS-METHODS - RETURNING
- METHODS - IMPORTING, EXPORTING, CHANGING, RAISING
- CLASS-METHODS - IMPORTING, EXPORTING, CHANGING, RA...
- CLASS-METHODS
- Kernel Methods
- The C Destructor in Methods
- Interface Parameters in Methods
- Data Types and Constants
- Events In Components of classes
- Constructors In Components of Classes
- Methods in Components of classes
- Attributes
- Visibility Sections in Classes
- Components of Classes
- Classes
- ABAP Objects
- ABAP Programming Language - Overview
- Example of a Logical Database
- Logical Databases
- Position of the Basis System Within the R/3 System
- Running ABAP Programs
- Calling ABAP Dialog Modules
- Data Types in the ABAP Dictionary
- Pushbuttons on the Screen
- Processing Input/Output Fields
- Processing Screen
- Screens
- ABAP User Dialogs
- Reduce the Database Load
- Minimize the Search Overhead
- Minimize the Number of Data Transfers
- Minimize the Amount of Data Transferred
- Keep the Result Set Small
- Performance Notes
- Committing Database Changes
- Inserting or Changing Lines
- Deleting Lines
- Changing Line
- Inserting Lines into Tables
- Changing Data
- Reading Data
- Open SQL
- Checking User Authorizations
- Accessing the Database in the R/3 System
- ABAP Database Access
- ABAP HR Programming
- ABAP Tutorials for Beginners
- Download Abap certification material
-
▼
June
(81)
