美文网首页
Find a BADI in a minute

Find a BADI in a minute

作者: SmalltalkVoice | 来源:发表于2018-05-29 07:59 被阅读24次

Find a BADI in a minute

  1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
  2. In 'Display' mode, go to 'Methods' tab.
  3. Double click the method 'Get Instance' to display it source code.
  4. Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.
  5. Then run your transaction.
  6. The screen will stop at this method.
  7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.

相关文章

网友评论

      本文标题:Find a BADI in a minute

      本文链接:https://www.haomeiwen.com/subject/lghojftx.html