本文主要是介绍96.SAP MII功能详解(09)Workbench-Transaction Debugging,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
目录
1.About Transaction Debugging
Use
Features
Activities
2.How to Debug
Start Debugging
Create Breakpoint
Watch Variables
Debugging logs
1.About Transaction Debugging
Use
You use this function to monitor and manipulate a transaction while it is running.您可以使用此函数在事务运行时监视和操纵事务。
Features
During debugging, you can do the following:
Manipulate transaction breakpoints
For more information, see Breakpoint.
See the transaction's current execution state
Modify internal variables when the transaction is paused
Modify link expressions and action configurations for future executions
在调试过程中,您可以执行以下操作:
操纵事务断点
有关详细信息,请参见断点。
查看交易的当前执行状态
在事务暂停时修改内部变量
修改链接表达式和操作配置以供将来执行
Activities
To run debugging for a transaction, on the SAP MII Workbench screen, choose Transaction Debug. The following tab pages appear at the bottom of the screen:
-
Breakpoints
Lists the breakpoints. From this list, you can create, edit, and delete expressions.
-
Variables
Lists all action variables through the action currently being processed. Skipped action variables are not in this list.
The value in this list is the value before the execution of the closest breakpoint. You can enter a different value during runtime to see how it affects the execution of the transaction. Link values must be changed at runtime for the new values to take affect.
-
Watch List
Lists the variables you want to monitor during execution. You can add and remove variables from this list.
-
Links
Displays the incoming and outgoing links for the action that is being processed or that has a breakpoint.
-
Transaction Debug
Shows the details for the execution of the transaction. A new Transaction Debug tab page appears each time you run the transaction.
When you are debugging a transaction, you can click the buttons described below to perform certain functions:
2.How to Debug
Start Debugging
Create Breakpoint
Watch Variables
Debugging logs
这篇关于96.SAP MII功能详解(09)Workbench-Transaction Debugging的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!