Symptom
The following PERFORM_NOT_FOUND dump occurs in the managed system:
Category ABAP programming error
Runtime Errors PERFORM_NOT_FOUND
Except. CX_SY_DYN_CALL_ILLEGAL_FORM
ABAP Program SAPLDVM_CQC
Short Text
Call (PERFORM) to a non-existent external routine.
What happened?
There are several possibilities:
Error in the ABAP application program.
The current ABAP program "SAPLDVM_CQC" had to be terminated because it found a
statement that could not be executed.
Either
Error in the SAP kernel
The current ABAP program "SAPLDVM_CQC" had to be terminated because the ABAP
processor detected a system error.
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM' and was not
caught in procedure
"/SDF/DVM_S4_CHECK_ONLINE_CONT" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated this
exception, the current program was terminated.
The reason for the exception is:
Program "SAPLDVM_CQC" is trying to execute an external PERFORM: routine
"CHECK_SET_OLC_ALLOWED_SETTING" of
program "/SSA/EXC ".
This routine does not exist however.
Source Code Extract
29| IF NOT ( lf_progname IS INITIAL ).
30| PERFORM check_set_olc_allowed_setting IN PROGRAM (lf_progname) USING 'READ_DB'.
>>>>>| IF sy-subrc = 0.
Active Calls/Events
8 FUNCTION SAPLDVM_CQC LDVM_CQCU13 31
/SDF/DVM_S4_CHECK_ONLINE_CONT
Read more...
Environment
Managed system ST-PI 740 SP11
Product
Keywords
DVM, PERFORM_NOT_FOUND, SAPLDVM_CQC, 69455
, KBA , SV-SMG-DVM , Data Volume Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.