ABAP Runtime Errors

PERFORM_NOT_FOUND SAP ABAP Runtime Error perform not found







PERFORM_NOT_FOUND is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


PERFORM_NOT_FOUND ABAP Runtime Error

- Check the completeness of transports to the system
- Conclude any developments already begun (<runtime parameter> and/or <runtime parameter>).
- Check routine names Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Call (PERFORM) to a non-existent external routine. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Program <runtime parameter> is trying to execute an external PERFORM: routine <runtime parameter> of program <runtime parameter>.
This routine does not exist however.

Possible reasons for this error occurring might be:

1.) Program <runtime parameter> or <runtime parameter> is currently being worked on in the system. Name <runtime parameter> of the called routine might be incorrect (the name must be written in uppercase), or routine <runtime parameter> might not have been implemented yet in program <runtime parameter>.

2.) If program SAPMSSY1 is involved in the runtime error, one of the function modules called via RFC is flagged as not being remote-enabled. (SE37 -> Administration -> Activate RFC Flag)

3.) There is an inconsistency in the system. The versions of programs <runtime parameter> and <runtime parameter> do not match. There are several possibilities: Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Either Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.