KMH

Space

  博客中心 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 登录 ::
  71 随笔 :: 10 文章 :: 6 评论 :: 0 Trackbacks
Cached @ 2025/6/14 12:38:47Control ASP.skins_cogitation_controls_blogstats_ascx
<2025年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

留言簿(1)

随笔分类

随笔档案

文章分类

文章档案

搜索

最新评论

阅读排行榜

评论排行榜

Cached @ 2025/6/14 12:38:47Control ASP.skins_cogitation_controls_singlecolumn_ascx

ABAP/Basis OK_Codes

 

OK_CODE

DESCRIPTION

/nxxxx

terminates the current transaction, and starts transaction xxxx

/n

terminates the transaction

/nend

Terminates all separate sessions and logs off

/nex

terminates all separate sessions and logs off without any warning

/oxxxx

opens a new session and starts transaction xxxx

/o

lists existing sessions and allows deletion or opening of a new one

/I

terminates current session

/i1, /i2,...

terminates the session with the given number

Fxxx

Starts the transaction Fxxx (only from system menu)

.xyzw

"Fast path": "xyzw" refers to the underlined letters in the menus.

/*xxxx

Starts transaction xxxx and skips the first screen

=xxxx

This entry is still possible for compatibility reasons

%sc

Searches character patterns in lists (like "System - List - Find String")

%pc

Downloads lists

%pri

Prints lists

Batch input

/n

terminates the current batch input transaction

/bdel

deletes the current batch input transaction

/bend

terminates batch input processing and sets the session to "Failed"

/bda

switches from "Display errors only" to "Process in foreground"

/bde

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 change the performance of the system. It should therefore only be used where there is a good reason to do so. ( authorization object (S_ADMI_FCD). The action is noted in the system log.

/$SYNC

resets all buffers of the application server

/$CUA

resets the CUA buffer of the application server

/$TAB

resets the table buffers of the application server

/$NAM

resets the nametab buffer of the application server

/$DYNP

resets the screen buffer of the application server

 

分享按钮发布于: 2007-04-04 09:36 hoarej 阅读(859) 评论(0)  编辑 收藏

评论

标题
姓名
主页
内容 
  登录  使用高级评论  Top 订阅回复  取消订阅
[使用Ctrl+Enter键可以直接提交]