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.