查詢一個事務程式碼所使用的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查詢庫存
- SAP RETAIL 事務程式碼RWBE查詢介面上的Plant GroupAI
- 寫一個“特殊”的查詢構造器 – (七、DML 語句、事務)
- mySQL多表查詢與事務MySql
- 記錄一個簡陋的根據statspack查詢哪段時間事務量最大的指令碼指令碼
- SAP 往一個角色裡增加事務程式碼
- SAP WM LT10事務程式碼的一個坑?
- 使用Shell指令碼查詢程式對應的程式ID指令碼
- 一個改進後的根據STATSPACK來查詢哪段時間內的事務量最大的指令碼指令碼
- 查詢oracle正在執行的SQL和事務OracleSQL
- git stash關於程式碼中bug的查詢使用Git
- nodejs 連線 mysql 查詢事務處理NodeJSMySql
- 使用SSH完成條件及分頁查詢的主要程式碼
- Mysql資料庫之多表查詢、事務、DCLMySql資料庫
- 一個非侵入的Go事務管理庫——如何使用Go
- [求指導] 如何通過程式碼分析一個查詢語句的執行效率
- Sql Server 資料庫事務與鎖,同一事務更新又查詢鎖?期望大家來解惑SQLServer資料庫
- 高考分數線查詢,你可以使用雲開發構建一個小程式!(含原始碼)原始碼
- SAP QM 事務程式碼QPR3顯示一個Physical Sample Record
- 星環 KunDB 2.2 釋出,為高併發事務與查詢混合的業務系統提供一個新選擇
- 使用MASA Blazor開發一個標準的查詢表格頁Blazor
- EBS:訂單事務型別查詢之流程分配型別
- 一個查詢不走索引的例子索引
- 一個MySQL多表查詢的問題MySql
- 如何查詢Authorization object在哪些ABAP程式碼裡使用到Object
- load data是一個事務的
- 一個事務插入,另外一個事務更新操作,是否會更新成功?
- 小程式實戰——高考分數線查詢,你可以使用雲開發構建一個小程式!(含原始碼)原始碼
- linux中查詢IP地址時出現所謂的“亂碼”問題Linux
- ABAP程式碼分析工具 - 事務碼SQF
- 如何按名稱或PID查詢一個程式?如何按埠號查詢一個程式?如何檢視一個程式的CPU和記憶體、檔案控制程式碼使用情況?如何檢視CPU利用率高的TOP10程式清單?如何根據PID強制終止程式?記憶體
- redis——集合,有序,慢查詢, pipline與事務, bitmap ,HyperLogLog geoRedis
- 隨筆:MySQL 查詢事務狀態欄位說明MySql
- 查詢佔用資源高的JAVA程式碼Java
- 事務的使用
- 查詢表空間使用情況的指令碼指令碼
- 使用Tokeniser估算GPT和LLM服務的查詢成本GPT
- Redis篇:事務和lua指令碼的使用Redis指令碼
- MySQL 慢查詢那點事MySql