查找方法的类
实际上如何在 ABAP 中找到特定方法的类?这可能吗?
编辑:功能团队给了我一个没有类名的方法名称,所以我想知道我们是否可以找到具有给定方法名称的类。
How do you actually find the class for a specific method in ABAP? Is this even possible?
EDITED: I was given a method name without the class name from the functional team, so I am wondering if we could find the class with the given method name.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定“在 ABAP 中查找特定方法的类”是什么意思。
I'm not sure what you mean by "finding the class for a specific method in ABAP".
我会这样做:
调用事务se80并导航到存储库信息系统(或直接se84)
打开类库,然后方法。完毕。
这样,您将获得所有具有类似方法的类,并且您还可以指定那里有一些选择标准。
I'd do it this way:
Call transaction se80 and navigate to Repository Information System (or se84 directly)
Open Class Library, then Methods. Done.
This way, you'll get all the classes thah have a method like that, and you can also specify some selection criteria there.