`
guanhuaing
  • 浏览: 1208239 次
文章分类
社区版块
存档分类
最新评论

SAP--A List of BASIS Common TCode

 
阅读更多
SAP Data Transactions

Object TSTC Menu Path Items
ABAP Dictionary SEU - R/3 Repository Browser
SE12 - Display ABAP Dictionary
SE11 - Maintain ABAP Dictionary
SE14 - Utilities for ABAP Dictionary tables
SE15 - ABAP Repository information system
Profiles & Parameters STMS - Transport Management System
TU02 - Parameter changes—display active parameters and a history of changes
RZ10 - Maintain profile parameters (by profile)
RZ11 System > Utilities > Runtime analysis > Execute Maintain profile parameters (by parameter). R/3 needs the R/3 profile parameters abap/atrapath and abap/atrasizequota activated when the R/3 System is installed.
SM63 - Display or maintain operating modes
SNRO - Maintain number range objects.
SM56 - Reset or check the number range buffer
Jobs DB13 - DBA Planning Calendar
RZ01 - Job Scheduling Monitor
SM37 - Background Job Overview
SM39 - Job Analysis
SM65 - Execute tests to analyze background processing
Users SM51 - List defined SAP Users
SM04 - user overview
AL08 - Global user overview - Number of users logged onto SAP.
SMLG - Maintain logon groups
Directories AL11 - Display SAP directories
AL18 - Local filesystem monitor (equivalent to Unix df -k|more)
Documents ST14 - Application analysis—statistics relating to business document volume
- BALE - ALE administration and monitoring
Alerts RZ08 - SAP Alert Monitor

Performance-Related Transactions by System Layer
This table repeats what is shown by specifying a SAP Transaction code or a one of these menu paths:

  • Tools > Administration > Monitor > Performance (abbreviated as "TAMP >")
  • Tools > CCMS > Control/Monitoring > Performance menu

Layer TSTC Menu Path Items
Network ST08 - Network Monitor
ST09 - Network Alert Monitor
SM58 - Asynchronous RFC error log
Requests SM13 - Display update requests and resolve errors
SM59 - Display or maintain RFC destinations
Instances RZ02 - Network graphics for R/3 instances
RZ04 - Maintain R/3 instances
Servers SM51 - List of servers
RZ03 - Control Panel for operation modes and server status
OS SM02 - Display SAP System Messages
SM21 - System Log
SM69 - Maintain external operating-system commands
SM49 - Execute external operating-system commands.
ST06 TAMP > Operating System > Local Operating System Monitor reports load on the CPU and the physical main memory. (such as what is reported by Unix command lsattr -E1 sys0).
ST07 TAMP > Operating System > Remote Application Monitor reports load on the CPU and the physical main memory by application.
App Server ST02 TAMP > Setups/Buffers R/3 Memory Configuration Monitor (also known as the function Setups & Tune Buffers). Its Tune Summary reports load on R/3 buffers and other memory areas. Buffer hit ratio = Buffer object reads / logical requests. poor Buffer Quality = saved database calls / (database calls + saved database calls)
STAT - Single statistics records on the application server.
Work Processes SM66 CCMS > Control/monitoring > Work process overview or
TAMP > Exceptions/Users > Active users > All processes.
Systemwide Work Process Overview
SM50 TAMP > System monitoring > Services > Process Overview Local work process load (CPU utilization).
Shows the currently executing WPs on a dialog instance.
ST03 Workload distribution Monitor A technical analysis uses this monitor to identify and analyze problems in the database, R/3 memory management, or R/3 buffers.
An application analysis uses this monitor to identify and analyze transactions, programs, and users that place a heavy load on the system.
DB AL02 - Oracle Database Monitor
ST04 CCMS screen that displays Oracle database activity. Database Performance Monitor displays load on the database buffers, database locks, wait situations, read and write access to hard disks, and SQL statements.
DB02 CCMS > Control/Monitoring > Performance Menu > Database > Tables/Indexes > Database Allocation > Detail Analysis (consistency check) Analyze tables and indexes (missing database objects and space requirements). Database Performance:Database Allocation monitor, Check Table Within SQL Server, the DBCC CHECKDB command locks user tables, indexes and system tables when running. It is very I/O intensive and should therefore not be run during normal operation, but at times when the system load is low. For more information, see SAP Note 142731 DBCC Checks of SQL Server.
DB12 CCMS > DB Administration > Backup logs > CCMS Monitoring Tool > Backup history > Logs Backup. Overview of backup logs (DBA protocols). In Backup Restore Information list, find the largest transaction log backup. Select a row and then History info to find the number of pages backed-up. Calculate how much free space is left on the transaction log disk by subtracting the amount of space used in the transaction log is the number of dumped pages, multiplied by 8 KB. The SAP log file is initially created with a default size of 1 GB, with the smallest disk normally 9 GB.
DB Tables AL12 - Display table buffer (buffer synchronization)
DB05 - Table analysis
DB20 - Generate tables statistics
ST10 TAMP > Setup/Buffers > Calls Table Access Statistics
SE16 - Data Browser for displaying table contents.
SM31 - SAP Table Maintenance
SE13 STUN > Setup/Buffers > Buffers > Goto > Current local data > Table buffers > Single record To specify whether or not a table should be buffered.
DB SQL ST05 System > Utilities > SQL Trace Start, stop, or view SQL Trace enqueue trace, or RFC trace within ABAP programs for detailed analysis.
ST11 - Display developer traces.
SE30 - ABAP Trace
ST22 - ABAP runtime error analysis and dump listings
ST01 - R/3 System trace
Locks & Enqueues SM01 - Lock Transactions
SM12 - Display and delete R/3 enqueues

SMLG provides average response times of the overall system.

ST03N provides response times.

System Maintenance Jobs

    Job Description
    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

Table Maintenance

    To copy tables across clients, invoke RSCLTCOP

    To make table adjustments across clients, RSAVGL00

    To invoke the Substitution/Validation utility, invoke RGUGBR00

    To transport SAPscript files across systems, RSTXSCRP

    To release batch-input sessions automaticlly. RSBDCSUB

R/3 Tablespaces

Type Tablespace Contains Tables Size Activity
Transaction Tablespaces PSAPBTABD Holds SAP Transaction tables holding order headers, line items, purchase orders, etc. Large Highest
PSAPSTABD Master data and transparent tables with high write activity such as item master, customer data, pricing, etc. Largest Highest
PSAPUSER1D Defined to hold user customization (customer tables) not defined with the SAP software. Depends Depends
PSAPVB0101D & PSAPVB0102D - Large Very high
BASIS Tablespaces PSAPDICTD ABAP data dictionary (usually cached in memory due to frequent reference). Small Low
PSAPLOADD ABAP report loads and screens. - High
PSAPSOURCEID ABAP report source code and screens. - Medium
PSAPPROTD A heavy-use tablespace. Spool, customer, log files, reports and printouts generated by any SAP process. - Highest
System Tablespaces PSAPPOOLD System pool tables that SAP considers too small to be in their own tables. These are generally buffered in memory, so they're accessed at SAP startup time but not heavily after that. Small Low
PSAPCLUD Cluster tables used by SAP as subtables containing LONG RAW datatypes, which must be reorganized using Oracle's slower Export/Import utilities instead of Oracle's faster CREATE TABLE AS SELECT command. Large Medium
PSAPDOCUD Contains codument tables, including SAPscript and SAPfind tables. Small Low
PSAPVB0201D & PSAPVB0202D - - -

相关链接:http://blog.csdn.net/CompassButton/archive/2006/11/01/1360369.aspx

分享到:
评论

相关推荐

    SAP BASIS Tcode大全

    SAP BASIS Tcode大全,包括日常运维当中所需要的事务码,希望能帮助到你

    TCODE-SAP常用TCODE

    TCODE-SAP常用TCODE TCODE-SAP常用TCODE

    SAP-T-code大全(包括所有模块)

    SAP-T-code大全(包括所有模块)SAP-T-code大全(包括所有模块)

    SAP-tcode事务码汇总

    sap的所有事务码,所有事务码汇总,可以方便查询.

    sap tcode sap tcode sap tcode

    sap tcode /N /O /END .........

    用SAP-EXCEL实现账龄分析的解决方法

    "用SAP-EXCEL实现账龄分析的解决方法" 在账龄分析中,使用SAP-EXCEL进行账龄分析是一个非常好的解决方法。下面将详细讲解如何使用SAP-EXCEL进行账龄分析,并解决账龄分析中的一些问题。 首先,需要导入资产期初...

    SAP Tcode File

    SAP-Tcodes ,Tcodes used for BASIS Admin

    SAP T-code大全(包括所有模块)

    SAP T-code大全(包括所有模块)

    SAP-BW权限基本配置

    SAP-BW 权限基本配置 SAP-BW 权限基本配置是指在 BW 系统中为用户授权的基本配置,侧重点在分析权限的配置,使用户可以根据不同的角色来查看对应的报表。 一、用户创建及用户权限初步认识 在 BW 系统中,需要使用...

    SAP TCODE大全

    SAP TCODE大全是指SAP系统中的Transaction Code大全,TCODE是SAP系统中一个非常重要的组成部分,它是SAP系统中的一种交互方式,用户可以通过TCODE来访问和操作SAP系统中的各种功能和模块。 SM01 Lock transactions ...

    SAP_Tcode List

    SAP Tcode list. Query

    SAP TCode 速查手册

    SAP TCode 速查手册

    SAP-ABAP-SAPLINK及插件

    简单来讲,SAPLINK就是用来导入和导出ABAP程序,等开发对象的一个开源分享项目的产物. 1.上载前置工具程序 导入SAPLINK需要使用ZSAPLINK_INSTALLER程序进行导入. TCode:SE38,新建名为ZSAPLINK_INSTALLER的程序. 2....

    SAP TCODE 大全

    SAP TCODE 大全 SAP T-CODE 是 SAP 系统中一个非常重要的组件,它提供了许多功能强大且实用的功能,可以帮助用户快速查找和实现各种业务需求。下面我们将对 SAP TCODE 大全中的一些重要知识点进行详细的解释和分析...

    SAP T-CODE

    a colligation of all SAP T-CODE. You can find any T-code you want.

    sap常用Tcode及函数

    SAP 中的 Tcode 和函数 SAP 系统中有许多实用的 Tcode 和函数,了解这些 Tcode 和函数可以提高工作效率和质量。本文将对 SAP 中常用的 Tcode 和函数进行详细介绍。 Plant Maintenance (PM) 在 Plant Maintenance ...

    SAP TCode 速查工具

    大家知道,SAP事务代码繁杂,很难记忆,甚至很多事不为人知的,这个SAP系统事务代码速查工具,很有用的哦。识货的下吧

    basis 常用tcode

    BASIS--系统监控 常有到的监控的管理tcode汇总。实际经验总结所得。

    SAP ps Tcode 大全

    SAP PS模块TCODE大全 SAP PS模块是SAP R/3系统中的一部分,主要负责项目管理和计划。TCODE是SAP系统中的事务码,用于执行特定的业务操作。本文档将对SAP PS模块中的TCODE进行详细的介绍和说明。 PS项目系统是SAP R...

    SAP T-Code

    SAP T-Code(从A到E),可能是和Basis有关的

Global site tag (gtag.js) - Google Analytics