Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all articles
Browse latest Browse all 2997

Short Dump after patching ABAP Programming Error CALL_FUNCTION_NOT_FOUND

$
0
0

Hello All,

 

We recently implemented support packages on our HR system. After implementation on production system. When HR users uses Tcode PA30 they are getting below dumps

 

Category               ABAP Programming Error

Runtime Errors         CALL_FUNCTION_NOT_FOUND

Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC

ABAP Program           /1PYXXFO/DPA_ENTGELTNACHW_PRNT

Application Component  Not Assigned

 

 

Short text

     Function module "HRF_GET_IBAN_FROM_BT" not found.

 

 

What happened?

     The function module "HRF_GET_IBAN_FROM_BT" is called,

     but cannot be found in the library.

 

     Error in the ABAP Application Program

 

 

     The current ABAP program "/1PYXXFO/DPA_ENTGELTNACHW_PRNT" had to be terminated

      because it has

     come across a statement that unfortunately cannot be executed.

 

 

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_FUNC', was

     not caught in

    procedure "INSERT_PAYMENTS" "(METHOD)", 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 "/1PYXXFO/DPA_ENTGELTNACHW_PRNT" contains the CALL FUNCTION

     statement.

    The name of the function module to be called is "HRF_GET_IBAN_FROM_BT".

 

 

    No function module exists with the name "HRF_GET_IBAN_FROM_BT".

    All function modules are listed in the Function Library (SE37).

    -

 

 

    Possible reasons:

    a) Wrong name specified. Pay particular attention to

       upper/lower case and underscores ("_").

       or

    b) Transport error

    c) In the case of an enqueue/dequeue module,

       the lock object may not have been activated

       (ABAP/4 Dictionary).

 

 

How to correct the error

    Check the last transports to the SAP System.

    Is the program "/1PYXXFO/DPA_ENTGELTNACHW_PRNT" currently being changed?

    If an enqueue/dequeue module is involved, is the activation

    of the lock object missing in the ABAP/4 Dictionary?

 

If anyone has suggestion, then please let me know. Thanks!

 

 

Regards,

Rahul


Viewing all articles
Browse latest Browse all 2997

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>