Message type: E = Error
Message class: SCI - Code Inspector
Message number: 143
Message text: Non-assigned include. Check only possible for main program
This include is not included by a main program.
Because the Code Inspector only checks main programs (for example
function groups), the include is not checked..
Include the include in a main program.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SCI143
- Non-assigned include. Check only possible for main program ?The SAP error message SCI143 "Non-assigned include. Check only possible for main program" typically occurs when there is an issue with the inclusion of a program or include file in the context of an ABAP program. This error indicates that the include file is not properly assigned to the main program, which can lead to issues during program execution or compilation.
Cause: Include Not Assigned: The include file is not assigned to the main program, meaning that the system cannot find or access the include when trying to compile or execute the program. Incorrect Program Type: The include might be referenced in a program that is not a main program (e.g., a subroutine or function module). Transport Issues: If the include was recently transported from another system, it may not have been properly assigned or activated in the target system. Syntax Errors: There may be syntax errors in the include file that prevent it from
Get instant SAP help. Sign up for our Free Essentials Plan.
SCI142
Missing parameter for check variant
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SCI141
Missing parameter for an object or an object set
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SCI144
Invalid category class &1 in check variant
What causes this issue? The check variant tree contains a reference to the category class &V1&, which is not activated or incorrect.System Re...
SCI145
Invalid class name &1 in check variant
What causes this issue? The check variant tree contains a reference to the class &V1&, which does not exist in the system.System Response Th...
Click on this link to search all SAP messages.