After the upgrade from 4.7 to ECC 6.0, i am getting error when executing SCC4.
Please help.
below is the dump:
Runtime Errors PERFORM_NOT_FOUND
Except. CX_SY_DYN_CALL_ILLEGAL_FORM
Date and Time 05.06.2009 00:24:33
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Call (PERFORM) to a non-existent routine. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| There exist various options: |
| Error in the ABAP Application Program |
| |
| The current ABAP program "SAPL0SZZ" had to be terminated because it has |
| come across a statement that unfortunately cannot be executed. |
| or |
| Error in the SAP kernel. |
| |
| The current ABAP "SAPL0SZZ" program had to be terminated because the |
| ABAP processor detected an internal system error. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What can you do? |
| Note down which actions and inputs caused the error. |
| |
| |
| To process the problem further, contact you SAP system |
| administrator. |
| |
| Using Transaction ST22 for ABAP Dump Analysis, you can look |
| at and manage termination messages, and you can also |
| keep them for a long time. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Error analysis |
| An exception occurred that is explained in detail below. |
| The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM', was |
| not caught in |
| procedure "JUSTIFY_ACTION_MODE" "(FORM)", nor was it propagated by a RAISING |
| clause. |
| Since the caller of the procedure could not have anticipated that the |
| exception would occur, the current program is terminated. |
| The reason for the exception is: |
| The program "SAPL0SZZ" is meant to execute an external PERFORM, |
| namely the routine "CHECK_AUTHORITY_SCC4 " of the program "SAPL0SZZ ", but |
| this routine does not exist. |
| |
| This may be due to any of the following reasons: |
| |
| 1. One of the programs "SAPL0SZZ" or "SAPL0SZZ " is currently being developed. |
| The name "CHECK_AUTHORITY_SCC4 " of the called routine may be incorrect, or |
| the routine "CHECK_AUTHORITY_SCC4 " is not yet implemented in the program |
| "SAPL0SZZ ". |
| - |
| |
| 2. If the program SAPMSSY1 is involved in the runtime error, one of |
| the function modules called via RFC is not flagged as remote-capable. |
| (see Transaction SE37 Goto -> Administration -> RFC flag) |
| |
| 3. There is an inconsistency in the system. The versions of the |
| programs "SAPL0SZZ" and "SAPL0SZZ " do not match. |
| |
| |
----------------------------------------------------------------------------------------------------