cancel
Showing results for 
Search instead for 
Did you mean: 

ST22 - CALL_FUNCTION_NOT_FOUND

mohsin_m3
Participant
0 Kudos

HI,

when we run Tcode SM51 we are getting below ABAP Dump .

Runtime Errors     CALL_FUNCTION_NOT_FOUND
Exception          CX_SY_DYN_CALL_ILLEGAL_FUNC

Short text

Function module "CONVERSION_EXIT_MIME_INPUT" not found.

What happened?

The function module "CONVERSION_EXIT_MIME_INPUT" is called,
but cannot be found in the library.

Error in the ABAP Application Program

The current ABAP program "SAPLSDC_MIME" had to be terminated because it has
come across a statement that unfortunately cannot be executed.

Please help me to resolve the issue.

Thanks and Regards

Mohsin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mohsin,

Check in SE37, if the function module CONVERSION_EXIT_MIME_INPUT exists.

As per the dump anlaysis, it seems like the function module doesn't exist in the environment in which you are trying to execute the program SAPLSDC_MIME.

Since it a standard program, the function module should exist. try checking it.

Kavitha T