码迷,mamicode.com
首页 > 其他好文 > 详细

SAP中的slashX

时间:2018-04-26 19:48:47      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:err   his   bsp   refers   窗口   rmi   obj   nload   reg   

SlashX

/n

This terminates the transaction. 

关闭当前事务

/nxxxx

This terminates the current transaction, and call transaction "xxxx", for example, "sa38" for reporting

关闭当前事务,调用后面的事务码,比如报告事务“sa38”

/nend

This terminates all separate sessions and logs off (corresponds to "System -> Log off").

关闭所有窗口,注销用户,会有警告未保存修改等

/nex

This terminates all separate sessions and logs off immediately (without any warning).

关闭所有窗口,注销用户,无警告

/o

This lists existing sessions and allows deletion or opening of a new session.

列出当前的事务名称,并可对这些事务进行删除或打开操作

/oxxxx

This opens a new session and starts transaction xxxx in this session.

不关闭当前事务,再以一个对话窗口打开事务xxxx

 

/i
This terminates the current session (corresponds to "System -> End session").
/i1  ,  /i2  ,...
This terminates the session with the specified number.
.xyzw
"Fast path": "xyzw" refers to the underlined letters in the menus. This type of navigation is uncommon and is provided more for emergencies (such as a defective mouse).
Background input:

The following commands can be entered in correction mode ("Process in foreground" or "Display errors only") when processing a background input session:

/n
This terminates the current background input transaction and characterizes it as "Failed".
/bdel
This deletes the current background input transaction.
/bend
This terminates background input processing and sets the session to "Failed".
/bda
This switches from "Display errors only" to "Process in foreground".
/bde
This switches from "Process in foreground" to "Display errors only".
ABAP/4 debugging:
/h
This switches into debugging mode.
/hs
This switches into debugging mode and activates the debugging of system functions.
Buffer commands:

WARNING: Resetting buffers can significantly impact on the performance of the entire system for a long time. It should therefore be executed only in well-founded cases. As of Release 3.0B, system administator authorization is required (authorization object S_ADMI_FCD). The action is noted in the system log.

/$SYNC
This resets all buffers of the application server.
/$CUA
This resets the CUA buffers of the application server.
/$TAB
This resets the table buffers of the application server.
/$NAM
This resets the nametab buffers of the application server.
/$DYN
This resets the screen buffers of the application server.
Out-of-date commands:
Pxxx
From the menu system:
Calls transaction Pxxx.
If an ABAP list is displayed:
Send command Pxxx to the list processor (for example, P+, P--, PRI, and so on)
From a transaction screen:
Send command Pxxx to this transaction
xyyy (where x is not ‘P‘, ‘/‘, ‘=‘ or ‘.‘) )
From the menu system:
Calls transaction xyyy
Within a transaction:
Send command xyyy to this transaction
/*xxxx
Calls transaction xxxx and branches to the next screen. So, it has the same effect as /nxxxx followed by ENTER.
=xxxx
This entry is still possible for compatibility reasons, but is no longer supported.
%sc
Searches for a string in lists (like "System -> List -> Find String")
%pc
Downloads lists
%pri
Prints lists
?STAT
Displays the status dialog (such as "System -> Status...) )

SAP中的slashX

标签:err   his   bsp   refers   窗口   rmi   obj   nload   reg   

原文地址:https://www.cnblogs.com/aurora-cj/p/8954461.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!