如何找到调用此方法的ABAP程序/ FM? [英] How to find ABAP program/FM which invokes this method?

查看:231
本文介绍了如何找到调用此方法的ABAP程序/ FM?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是SAP SD模块专家,经常需要调试代码。有时我需要知道哪个程序/ FM地址特定表。我将SE11中的使用位置用于表,它会找到用于解决此表的类方法。但是当我在类方法中使用使用的地方时,系统什么也找不到。

I am SAP SD module specialist and I often need to debug code. Sometimes I need to know which programs/FM address particular table. I use Where used in SE11 for table and it finds the class methods that address this table. But when I use Where used for class method the system doesn’t find anything.

您知道如何找到调用该方法的程序或FM吗? / p>

Do you know how to find program or FM which invokes this method?

推荐答案

对于客户系统上的SAP对象,Where-Used-Index(WUI)不能保证是完整的保持最新状态的时间和空间。如果需要,可以通过运行 SGEN 来生成它,以确保对您感兴趣的所有SAP对象都存在当前负载,然后运行 SAPRSEUB ,如注释28022中所述。请注意,此程序可能需要几天(!)才能完成WUI。

The Where-Used-Index (WUI) is not guaranteed to be complete for SAP objects on customer systems because it requires a lot of space and time to keep up to date. You can generate it if required by running SGEN to ensure a current load is present for all the SAP objects you're interested in, then running SAPRSEUB as described in note 28022. Be aware that this program might take days (!) to complete the WUI.

这篇关于如何找到调用此方法的ABAP程序/ FM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆