Sie sind auf Seite 1von 1

Category ABAP Programming Error

Runtime Errors CALL_FUNCTION_NOT_FOUND


Except. CX_SY_DYN_CALL_ILLEGAL_FUNC
ABAP Program SAPLSUPRN
Application Component BC-SEC-AUT-PFC
Date and Time 23.06.2016 16:56:34

Short text
Function module "/VIRSA/Z_BEFORE_PROF_GEN" not found.

What happened?
The function module "/VIRSA/Z_BEFORE_PROF_GEN" is called,
but cannot be found in the library.

Error in the ABAP Application Program

The current ABAP program "SAPLSUPRN" had to be terminated because it has


come across a statement that unfortunately cannot be executed.

Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
not caught in
procedure "SUPRN_PROFILE_GENERATOR" "(FUNCTION)", 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.

Das könnte Ihnen auch gefallen