Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SFUNC_ANALYZE - Function Group Analysis
Message number: 002
Message text: Include &1 does not contain function module &2.
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
SFUNC_ANALYZE002
- Include &1 does not contain function module &2. ?The SAP error message
SFUNC_ANALYZE002
indicates that there is an issue with a function module in your SAP system. Specifically, the message states that the include file specified (&1
) does not contain the function module specified (&2
). This can occur during the analysis of function modules or when trying to execute a function module that relies on certain includes.Cause
The error can be caused by several factors:
- Missing Include: The include file specified in the error message does not exist or is not accessible in the system.
- Incorrect Function Module Name: The function module name provided may be incorrect or misspelled.
- Transport Issues: If the function module or include was recently transported from another system, it may not have been transported correctly.
- Development Issues: The function module may have been deleted or modified in a way that it no longer references the correct include.
Solution
To resolve the error, you can take the following steps:
Check Include and Function Module:
- Verify that the include file (
&1
) exists in the system. You can do this by navigating to the ABAP Editor (transaction SE38 or SE80) and checking if the include is present.- Check if the function module (
&2
) is correctly defined and exists in the system.Review Transport Requests:
- If the function module or include was recently transported, check the transport logs to ensure that there were no errors during the transport process.
Recreate or Restore:
- If the include or function module is missing, you may need to recreate it or restore it from a backup if available.
Check Dependencies:
- Ensure that all dependencies for the function module are met. Sometimes, other includes or function modules may be required for it to function correctly.
Debugging:
- If you have access to debugging tools, you can set breakpoints in the function module to see where the error occurs and gather more information about the context of the error.
Consult Documentation:
- Review any relevant documentation or notes from SAP that may provide additional context or solutions for this specific error.
Related Information
By following these steps, you should be able to identify the root cause of the error and implement a solution.
Get instant SAP help. Sign up for our Free Essentials Plan.
SFUNC_ANALYZE001
Function module &1 not found.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SFUNC_ANALYZE000
Please select at least one version for function module &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SFUNC_ANALYZE003
The UXX include of function group & cannot be created (> 99 modules).
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SFUNC_ANALYZE004
GUI-Error: GUI control error
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.