on 2012 Jul 17 10:45 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.