怎样查看SAP中某一T-code执行一次的时间?
我觉得应该是ResponseTime比较接近吧.ST03N中好像都是一段时间的Total哦.请教......
我觉得应该是Response Time比较接近吧. ST03N中好像都是一段时间的Total哦. 请教...
展开
6个回答
展开全部
SAP Workload: Number of StepsNumber of steps in the ABAP system. The exact meaning of a step is dependent on the task type:DIALOG: A transaction step corresponds to a screen change, that is, a request that the system executes for a user.BACKGROUND: A background job can consist of one or more transaction steps.UPDATE: An update request that was started by a call from the dialog or background processing, corresponds to one transaction step, even if multiple updates are processed.SPOOL: Multiple print requests are usually processed in one step.The SAP R73 kernel generates a statistical entry for each transaction step. You can evaluate these in the business transaction analysis.Only the task types DIALOG (without RFC, ALE, CPIC), UPDATE, and UPDATE2 can be evaluated in the transaction detail analysis.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
private void Form1_Load(object sender, EventArgs e)
{
ToolStripMenuItem tsmi = new ToolStripMenuItem("动态菜单1");
tsmi.Click += new EventHandler(tsmiClick1);//绑定方法
某根菜单ToolStripMenuItem.DropDownItems.Add(tsmi);
}
private void tsmiClick1(object sender, EventArgs e)
{
MessageBox.Show;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-18
展开全部
我觉得应该是Response Time比较接近吧. ST03N中好像都是一段时间的Total哦. 请教... 用Tcode: STAD应该比较符合你的要求。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-18
展开全部
兄弟有水平 一般BASIS少用 SE30 颜老师 我没明白您的意思,使用SE30究竟是否得当?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-18
展开全部
Thanks Milton. I need to learn the Chinese input from you. Sorry that I did not explain for more detail after keyin two Chinese words. As Milton said, SE30 should be focuing on quick performance debuging. Can not be long and keep the session. If ST03N or STAD can not meet your needs, you need to schedule a EWA or EA report via solution manager to review the detail transaction/table usage. ? System can not affort to keep all history data for too long, especially, a production system. ?There are lots of stuff in SAP system and Basis housekeeping jobs need to clean it daily/weekly/monthly. Or your database will grow up very fast and out of control.
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询