分享

SAP常用ok_code列表(ABAP Basis OK_Codes)

 taewon 2009-05-03
SAP常用ok_code列表(ABAP Basis OK_Codes)
2008-11-07 14:57

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

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多