查詢一個事務程式碼所使用的BADI
Here is some inforamation on how to find BADI for your transaction..[@more@]Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
1) Goto se24 (Display class cl_exithandler)
2) Double click on the method GET_INSTANCE.
3) Put a break point at Line no.25 (CASE sy-subrc).
Now
4) Execute SAP standard transaction
5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
7) This way you will find all the BADIs called on click of any button in any transaction.
1) Goto se24 (Display class cl_exithandler)
2) Double click on the method GET_INSTANCE.
3) Put a break point at Line no.25 (CASE sy-subrc).
Now
4) Execute SAP standard transaction
5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
7) This way you will find all the BADIs called on click of any button in any transaction.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8214011/viewspace-931210/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP MM 事務程式碼RWBE查詢庫存
- 出口和BADI查詢
- SAP RETAIL 事務程式碼RWBE查詢介面上的Plant GroupAI
- 查詢某個會話正在執行的事務會話
- Oracle 查詢事務數Oracle
- 寫一個“特殊”的查詢構造器 – (七、DML 語句、事務)
- mySQL多表查詢與事務MySql
- 一個使用JDBC按Date查詢查詢的問題JDBC
- 根據TCode查詢User Exit and BADI
- SAP 往一個角色裡增加事務程式碼
- SAP WM LT10事務程式碼的一個坑?
- 記錄一個簡陋的根據statspack查詢哪段時間事務量最大的指令碼指令碼
- 使用FLASHBACK_TRANSACTION_QUERY查詢回滾事務SQLSQL
- 一個簡單的字串查詢程式字串
- 統計Oracle 查詢事務數的方法Oracle
- 一個改進後的根據STATSPACK來查詢哪段時間內的事務量最大的指令碼指令碼
- 使用Shell指令碼查詢程式對應的程式ID指令碼
- 查詢oracle正在執行的SQL和事務OracleSQL
- 10 個有關程式碼審查和程式碼質量的事實
- mybatis中使用in查詢時的注意事項MyBatis
- [MySQL] - 聯表查詢,查詢一個不在另一個表的記錄MySql
- git stash關於程式碼中bug的查詢使用Git
- 一個非侵入的Go事務管理庫——如何使用Go
- Mysql資料庫之多表查詢、事務、DCLMySql資料庫
- nodejs 連線 mysql 查詢事務處理NodeJSMySql
- Sql Server 資料庫事務與鎖,同一事務更新又查詢鎖?期望大家來解惑SQLServer資料庫
- 查詢程式使用的cursor 數量
- 使用with子句優化程式碼中重複查詢優化
- 一個事務插入,另外一個事務更新操作,是否會更新成功?
- 一個oracle查詢引起的bugOracle
- 一個簡單的樹查詢
- 程式碼審查:好事?壞事?
- 第十四篇:一個文字查詢程式的實現
- SAP QM 事務程式碼QPR3顯示一個Physical Sample Record
- 一個遞迴查詢遞迴
- 事務已提交另外會話查詢不到的問題解析會話
- 巧用閃回查詢來分析事務延遲的問題
- 查詢前100個含有根阻塞程式的Hang Chain程式指令碼AI指令碼