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: TD - SAPscript: Text editor, composer, forms, styles and fonts
Message number: 870
Message text: Syntax check continuing without symbol check
A SAPscript text (or the window text of a SAPscript form) is being
checked. The system prompted the user for the text's print program in
order to see if the symbols used in the text are defined in the
corresponding print program. The user shut the dialog box before having
selected a print program.
Information.
No corrective action must be taken. The system merely does not check to
see if the symbols in question are defined in the print 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.
TD870
- Syntax check continuing without symbol check ?The SAP error message TD870, which states "Syntax check continuing without symbol check," typically occurs during the syntax check of ABAP programs. This message indicates that the syntax check is proceeding, but the system is unable to perform a complete symbol check due to certain issues. Here are the potential causes, solutions, and related information for this error:
Causes:
- Missing or Incomplete Definitions: The program may reference objects (like data elements, types, or function modules) that are not defined or are incomplete in the system.
- Transport Issues: If the program is being transported from one system to another, there may be missing dependencies or objects that were not transported correctly.
- Syntax Errors: There may be syntax errors in the code that prevent the symbol check from being performed.
- System Configuration: There could be issues with the system configuration or settings that affect the syntax check process.
Solutions:
- Check for Missing Definitions: Review the code for any references to undefined objects. Ensure that all data types, function modules, and other dependencies are correctly defined and available in the system.
- Transport Consistency: If the program was transported, check the transport logs to ensure that all necessary objects were included in the transport request. You may need to re-transport missing objects.
- Correct Syntax Errors: Use the ABAP editor to check for and correct any syntax errors in the code. You can use the syntax check feature (Ctrl + F2) to identify issues.
- Recompile the Program: Sometimes, recompiling the program can resolve temporary issues. You can do this by activating the program again.
- Check System Settings: Ensure that the system settings related to syntax checks are correctly configured. This may involve checking the ABAP Workbench settings or consulting with your Basis team.
Related Information:
If the problem persists after trying the above solutions, consider reaching out to your SAP Basis or development team for further assistance, as they may have more tools and access to diagnose the issue in detail.
Get instant SAP help. Sign up for our Free Essentials Plan.
TD860
Symbol "&1": Invalid data type "&2"
What causes this issue? A symbol is used in a text of a form (text element or include text) that is not an elementary field but rather a structure, f...
TD857
File &1 has an invalid format
What causes this issue? SAPscript supports the import of graphic files with the following formats: Tagged Image File Format (*.tif; *.tiff) Windows B...
TD871
BMP file: invalid file format
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
TD872
Bitmap file: Compression type not supported.
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.