Do you have any question about this error?
Message type: E = Error
Message class: FDT_CORE2 - BRFplus core functions (in addition to msg class FDT_CORE)
Message number: 002
Message text: Text symbol &1 was not found in program &2 with language &3
For the current object, you have defined that a text symbol defined for
program &v1& shall be used. However, the text symbol cannot be found.
This error occurs if you have maintained the program name, but the text
symbol ID is missing or not defined for that program.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Check the program name and the text symbol ID and make the necessary
corrections.
Error message extract from SAP system. Copyright SAP SE.
FDT_CORE2002
- Text symbol &1 was not found in program &2 with language &3 ?The SAP error message FDT_CORE2002 indicates that a text symbol (a piece of text that is defined in the SAP system for use in various programs) could not be found in a specified program for a given language. This typically occurs in the context of SAP Fiori or SAP UI5 applications, where text symbols are used for localization and internationalization.
Cause:
- Missing Text Symbol: The text symbol identified by
&1
is not defined in the program&2
for the specified language&3
.- Incorrect Language Settings: The language settings in the user profile or the application might not match the available text symbols.
- Transport Issues: If the program was recently transported from one system to another, the text symbols may not have been included in the transport.
- Development Issues: The developer may have referenced a text symbol that was not created or was deleted.
Solution:
Check Text Symbols:
- Go to transaction SE63 (Translation) or SE80 (Object Navigator) and check if the text symbol exists for the specified program and language.
- If it does not exist, you may need to create it or correct the reference in the program.
Verify Language Settings:
- Ensure that the user’s language settings are correct. You can check this in the user profile settings (transaction SU01).
- If the application is intended to support multiple languages, ensure that the necessary translations are available.
Transport Check:
- If the issue arose after a transport, verify that the transport included all necessary objects, including text symbols.
- You may need to re-transport the missing text symbols or manually create them in the target system.
Debugging:
- If you have access to the development environment, you can debug the program to see where the text symbol is being called and confirm that it is indeed missing.
Consult Documentation:
- Check the documentation or notes related to the specific program or application to see if there are any known issues or additional steps required for localization.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
FDT_CORE2001
&1 is unnamed and is used by more than one object
What causes this issue? The unnamed object with ID &v1& is used by at least two objects. However, unnamed objects should be used by exactly o...
FDT_CORE2000
&1 is unnamed and not used by any object
What causes this issue? The unnamed object with ID &v1& is not used by any other object. At least no direct usage was found. Unnamed objects ...
FDT_CORE2003
SAPscript object &1 with ID &2 was 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...
FDT_CORE2004
SAPscript object &1 with ID &2 was not found with language &3
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.