Topic: sap系统中查各client Size的方法(转)

ERP俱乐部

第 1 页 总共 1 页 [共有 2 条记录]


Posted by tr on 2013-01-30 05:25 下午

在SE38中通过 Utilities->More Utilities->Upload/Download 上传文件

之后执行"Program->Execute in background" 。

Note: NOCLASSL/A中CLASS是 Table的 Delivery class;L是 "Table for storing temporary data, delivered empty"; A是指 "Application table (master and transaction data)"。即如果在NOCLASSA中输入"X"的话,只显示除Master data和Application Data之外的Client dependent Customizing Data大小。

如果sap系统的数据量(表)很大,此report执行时间过长,作为后台作业运行20个小时也没有出现结果,在实际应用中的利用值得商榷。实际上,在我们的系统,我一般选择几个不到1G的数据表,结合vsize函数和mandt的值大概算出每个client的权重。

 


Posted by yuwhich on 2013-03-28 09:11 上午
谢谢,值得分享。