本空间收集网络上最新的一些ABAP4开发技能, 欢迎各位收藏学习.

【原创】Get actual function module for Function Exit

上一篇 / 下一篇  2008-08-11 09:44:17 / 个人分类:ABAP4

Once you have found the Function Exit within the source code (Find Function Exit) you need to
access the actual function module it executes. This is done using the following steps:
Step 1Locate desired 'Call Customer-function' statement within source code.
 
Step 2If code is not within main program (module pool) e.g. SAP* then you will need to find this
out by selecting 'Main Program' from the 'GOTO' menu. The Main program for transaction
MR1M isSAPLMR1M.
Step 3The actual function module name can now be calculated based on the information retrieved,
it is defined by the following format:
EXIT_<Program name>_<Exit number>
In the case of transaction MR1M it is 'EXIT_SAPLMR1M_004'.

TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-11-23  
      1
2345678
9101112131415
16171819202122
23242526272829
30      

数据统计

  • 访问量: 1614
  • 日志数: 1098
  • 建立时间: 2008-02-02
  • 更新时间: 2008-08-21

RSS订阅

Open Toolbar