ABAP跟踪调试

/H-----------运行调试

ST05------数据库跟踪

SE30---测试ABAP程序性能

SM50---实时跟踪程序运行的情况

SM66---进程查看

 

 

ST05------数据库跟踪

The type of work process:

  DIA - Work process for executing dialog steps in user transactions 工作进程,用于执行用户事物中的对话步骤

  UPD - Update process for executing update requests 更新进程,用于执行U数据库更改

  ENQ - Process for executing enqueue requests 用于设定和解除SAP锁定对象的锁定

  BTC - Process for executing batch requests 用于执行后台作业

  SPO - Process for executing spool requests 用于假脱机 格式化处理

  UP2 - Process for executing V2 update requests更新进程,用于执行U2数据库更改

PID  工作处理进程ID

工作处理状态

This field indicates the current status of a work process.

  • Waiting :  Process is waiting for requests
  • Running :  Process is processing a request
  • On Hold :  Process is waiting for a message. Column Reason specifies what the work process is waiting for.
  • Stopped :  Process was terminated because of an error
  • Shutdown: Process shut down
  • Reserviert: Process is reserved

Hold不是异常状态,但是,处于Hold状态的工作进程只为单一用户服务。

如果太多的进程处于HOLD状态,则系统性能会受影响。可使用“原因”字段标示可释放的HOLD.

原因 :如果工作进程处于Hold状态,则显示保持HOLD状态的原因。

 

 

 

你可能感兴趣的:(SAP)