During order processing, shipping, LIS, billing, etc. an abnormal termination occurs when the system calls up an VOFM routine (external Perform). The error message: PERFORM_NOT_FOUND is displayed.
This symptom can affect all users of VOFM objects.
Cause as following:
The called routine is not included in the calling program (= the Include line is missing in the respective Include carrier).
There is no entry for this routine in tables TFRM and TFRMT.
Thus routine is not active and cannot be used.
The respective ABAP does not exist in the system.
Solution:
Start report RV80HGEN to include the used program into the carrier include. If the program continues to abend after the report has run, Pls see notes 28683.
本文介绍了解决在使用VOFM对象期间遇到的PERFORM_NOT_FOUND错误的方法。此问题可能影响所有VOFM对象用户,在订单处理、发货等过程中出现。文章分析了导致这一错误的原因,并提供了一个解决方案。

9221

被折叠的 条评论
为什么被折叠?



