问题描述
我正在搜索 SAP 表的使用.我想知道表S083
在SAP标准程序中的使用位置.
I'm searching the use of a SAP table. I want to know where the table S083
is used in SAP standard programs.
我已经搜索过 Where-used 列表.但是我只得到了自创程序,而不是SAP标准程序.
I've searched trough the Where-used list. But I only got the self-created programs and not the SAP standard programs.
有人知道如何在 SAP 标准程序中搜索表使用吗?
Anyone know how to search for table use in SAP standard programs?
推荐答案
为了能够使用 SAP 标准编码的 where-used 功能,系统管理员必须运行程序 SAPRSEUB
以便为程序生成索引.此程序是一个长时间运行的程序,也需要一定的磁盘空间,所以请确保系统分配了足够的硬盘空间.
In order to be able to use the where-used functionality for SAP standard coding, the system administrator has to run the program SAPRSEUB
in order to generate the indices for the programs. This program is a long-run program and also needs some disk space, so be sure that the system has enough hard drive space assigned.
更多 SAP Note 401389.
More in SAP Note 401389.
这篇关于在哪里使用的标准程序列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!