SAP Basis - Daily Check List: SAP Logon Connection Test
SAP Basis - Daily Check List: SAP Logon Connection Test
SAP Basis - Daily Check List: SAP Logon Connection Test
1. Double click on all above instance to check if you are able to login.
2. If login sucessful, this means server is alive and has no connectivity issue. A new
screen will pop up. See below
3. You shall see the above screen. Now you are ready to start your daily check list.
DB12/DB13 Create and Check backup status
1. On the command field, key in DB12 and below screen will be displayed. It shows the
summary of the backup status.
2. On command field, enter /nDB13. This T-code is used to perform backup. You can
also check the backup status.
3. In DB13, select a desired cell which you plan to perform your backup. Double click on
the cell
4. Choose Full database backup to device
5. Backup mode: Offline
6. Device directory: ‘ d:\backup\ (this is just a folder which your backup could be stored)
7. Below is a sample picture.
DB02 Check Database size
1. Use DB02 to check DB size
2. Database current size (GB) is Total DB size - Free space
Its important to notice all values under the time column show the current time. Jobs with
earlier date should be immediately investigated. These locks are problematic because it
prevents access or changes to the locked records.
ST22 Check and analyze SAP ABAP short Dumps
An ABAP dump (AKA short dump) is generated when a report or transaction terminates
as the result of a serious error. The system records the error in the system log. SM21 and
write a snapshot (dump) of the program terminiation to a special table (SNAP). This
transaction can also be called from the system log (SM21). ABAP dump is used to
analyze and determine why the error occured and take corrective action
(no print screen - currenly my SAP has no Runtime errors)
Once Runtime errors is displayed
1. Double click on the entries
2. A detail analysis on the error will be displayed
3. Dump contains the follow information
- Why program has been terminted
- What caused the program termination
- Where in the program code the termination occured
- What you can do to correct the error
- The values of the relevant system fields when the program terminated
- The calls or events that was active when the program terminated
- Any other programs that are affected
SM21 Check and analyze SAP system log for any critical log entries (hourly)
1. Type SM21 into command field
2. Enter the relevant details and execute
3. Look for unusual entries.
4. Double click on the entries for more information