Do you have any question about this error?
Message type: E = Error
Message class: FDT_CORE - Formula & Derivation Tool: Core
Message number: 902
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_CORE902
- Text symbol &1 was not found in program &2 with language &3 ?The SAP error message FDT_CORE902 indicates that a text symbol (a piece of text used for user interface elements) could not be found in a specified program for a given language. This typically occurs in the context of SAP Fiori or other SAP applications that utilize text symbols for multilingual support.
Cause:
- Missing Text Symbol: The text symbol referenced by the message is not defined in the program or the corresponding language.
- Incorrect Language Settings: The language settings in the user profile or the application may not match the available text symbols.
- Transport Issues: If the program was transported from one system to another, the text symbols may not have been included in the transport request.
- Development Issues: The program may have been modified or developed without properly defining all necessary text symbols.
Solution:
Check Text Symbols:
- Go to the transaction SE80 (Object Navigator) or SE37 (Function Module) and check the program specified in the error message.
- Look for the text symbol in the relevant language. You can do this by navigating to the "Text Symbols" section in the program or function module.
Define Missing Text Symbols:
- If the text symbol is missing, you can define it by going to the appropriate section in the program and adding the required text symbol for the specified language.
Language Settings:
- Ensure that the user’s language settings are correct. You can check this in the user profile settings (transaction SU01) or by using the command
/nSU01
to access the user settings.Transport Check:
- If the issue arose after a transport, verify that the transport request included all necessary objects, including text symbols. You may need to re-transport or manually add the missing text symbols.
Debugging:
- If you have access to debugging tools, you can set breakpoints in the program to see where the error occurs and gather more context about the missing text symbol.
Consult Documentation:
- Review any relevant documentation or notes related to the program or application to see if there are known issues or updates regarding text symbols.
Related Information:
If the problem persists after following these steps, consider reaching out to your SAP support team or consulting the SAP Community for further assistance.
Get instant SAP help. Start your 7-day free trial now.
FDT_CORE901
&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_CORE900
&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_CORE903
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_CORE904
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.