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

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-tcode事务码汇总

    "SAP-tcode事务码汇总"是对于SAP系统中所有可用事务码的全面收集,旨在为用户提供一个方便快捷的查询资源,帮助他们迅速找到执行特定任务所需的代码。 SAP系统覆盖了财务管理、销售与分销、物料管理、生产计划等多...

    SAP BASIS Tcode大全

    SAP BASIS是SAP系统运行的基石,负责系统的整体运行和维护工作。在SAP系统中,事务码(Transaction Code)是用于访问具体功能和应用的唯一代码。对于从事SAP BASIS运维的工作人员来说,掌握常用的事务码是基本要求。...

    sap tcode sap tcode sap tcode

    在 SAP 系统中,TCode(Transaction Code)是用于执行特定业务操作的代码,它是一种快速访问 SAP 功能的快捷方式。SAP TCode 可以被理解为一种命令,用户通过输入 TCode 来启动不同的事务处理或功能模块。在描述中...

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

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

    TCODE-SAP常用TCODE

    ### SAP常用TCODE详解 #### 一、资产会计(Asset Accounting) **TCODE:** AARC **功能描述:** 档案资产会计(Archiving Asset Accounting) **用途:** 用于执行资产会计数据的归档操作。 **TCODE:** AAVN **功能...

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

    SAP系统作为全球领先的企业资源规划(ERP)软件,广泛应用于各个行业中,用以管理和集成企业内的业务流程。T-code(Transaction Code,事务代码)是SAP系统中用于访问特定功能或执行特定操作的唯一代码。每一个T-...

    SAP-CO系统配置.doc

    SAP-CO的基础设置涉及到多个步骤,首先是创建成本控制范围(Tcode:OX06),它定义了成本管理的边界。然后,通过分配公司代码到成本控制范围(Tcode:OX19),确保成本数据与财务数据的对应关系。维护成本控制范围...

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

    SAP T-code,全称Transaction Code,是SAP系统中的操作命令或交易代码,用于执行特定功能或业务流程。在SAP系统中,T-code是用户与系统交互的基础,通过输入这些代码,用户可以访问菜单、执行事务处理、报告生成等...

    SAP-BW权限基本配置

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

    SAP_Tcode List

    SAP Tcode list. Query

    SAP-WEBSERVICE调用案例

    ### SAP-WEBSERVICE调用案例 #### 一、引言 随着企业信息化建设的深入发展,SAP作为企业管理软件的佼佼者,在业务流程整合与优化方面扮演着至关重要的角色。而Web Service作为一种标准的跨平台服务交互方式,使得...

    SAP-ABAP-SAPLINK及插件

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

    SAP TCode 速查手册

    SAP TCode 速查手册

    SAP TCODE 大全

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

    SAP T-CODE

    ### SAP T-CODE知识点概述 #### 一、SAP T-CODE简介 SAP T-CODE(Transaction Code)是SAP系统中用于启动特定事务处理的代码。在SAP环境中,用户通过输入T-CODE来执行不同的业务流程或管理任务。T-CODE是SAP系统的...

    SAP FICO 常用事务代码(TCODE)

    SAP FICO 模块,常用事务代码,包括主分类,条目,具体事务码(TCODE)

    在SAP前台用TCODE:SE16H实现表连接查询

    "SAP SE16H 表连接查询详解" 在 SAP 系统中,SE16H 是一个功能强大的工具,能够实现复杂的表连接查询。今天,我们将详细介绍如何使用 SE16H 实现表连接查询,并提供一个实际的示例。 SE16H 介绍 SE16H 是 SAP ...

    SAP-HR-员工照片配置全过程.pdf

    在SAP HR模块中,配置员工照片涉及到一系列的步骤,主要目的是将员工的照片集成到系统中,以便于人事管理和其他业务流程。以下是整个配置过程的详细说明: 1. **创建和复制表**: 首先,你需要在SE11事务码中复制...

Global site tag (gtag.js) - Google Analytics