SAP R/3 Tips & Tricks
Special copy and paste
Click on the area and press CTRL+Y. It allows you to copy many lines and paste afterwards.
Long messages on footer
Click on the message and hold the mouse button. After moving the mouse to the left side.
Direct input logs
The transaction BMV0 (direct input logs) shows all direct input logs.
Graphics on SAPscript
The program RSTXLDMC can be used to upload graphics (file
extension .tif on PC files) into individual standard text.
Adding icons
Check the icon code using transaction ICON. A technical view can be
found at the include named «ICON». Sequences of characters begin
and finish with the symbol @. Even plain files under operating system
can contain those strings.
Filling up a date field quickly
Strike the key F4 (or click on matchcode symbol) and press ESCAPE.
The current date is inserted on the field.
Setting up module FI/CO without using IMG
Almost all parameters can be set using the transactions ORFA (Asset
Accounting), ORFB (Financial Accounting), and ORKS (Cost Center
Accounting).
Corretion and transport system
The transaction SE10 provides the easiest way to manage any
request/transport and corrections.
Command field formats
/n
Skip to the next record if you are processing one batch input session
/bend
Cancel a batch input foreground process
/nend
Close all R/3 sessions and logoff
/nxxxx
Call the transaction xxxx in the same session
/o
Generate a session list
/oxxxx
Call the transaction xxxx in an additional session
/i
Delete the current session
/h
Turn the debug mode on
Helpful reports
RSCLTCOP
Copy tables across clients
RSAVGL00
Table adjustment across clients
RSINCL00
Extended program list
RSBDCSUB
Release batch-input sessions automaticly
RSTXSCRP
Transport SAPscript files across systems
RSORAREL
Get the Oracle Release
RGUGBR00
Substitution/Validation utility
RSPARAM
Display all instance parameters
Scheduling of system maintenance jobs
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
Locking the whole system
Using the command tp locksys «SysID» only the user SAP* will be
allowed to login. The comand tp unlocksys «SysID» cancels the lock.
Connection between SAP R/3 and operating system
The comand sapevt can be used to trigger an event from the operation
system. Thus, a job previously defined within R/3 will be released.
SQL code help
Run the command oerr ora «error number» under user ora«SysID».