Do you have any question about this error?
Message type: E = Error
Message class: FMLGD_INFO -
Message number: 347
Message text: Message number &3 does not exist
Entry: &V1& &V2&
The message number &V3& does not exist.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Enter a valid message number.
To do this, use IMG activity <DS:SIMG._ISPSFM_H_MSGNR>Define Error
Handling</>.
Error message extract from SAP system. Copyright SAP SE.
FMLGD_INFO347
- Message number &3 does not exist ?The SAP error message "FMLGD_INFO347 Message number &3 does not exist" typically indicates that the system is trying to reference a message number that is not defined in the message class. This can occur in various contexts, such as during the execution of a program, transaction, or report.
Cause:
- Missing Message Definition: The message number referenced in the error does not exist in the specified message class. This could be due to a missing entry in the message class or an incorrect message number being called.
- Custom Development: If the error arises from custom code, it may be that the developer referenced a message number that was not created or was deleted.
- Transport Issues: If the message was recently transported from one system to another (e.g., from development to production), it may not have been included in the transport request.
Solution:
Check Message Class:
- Use transaction SE91 to check the message class associated with the error. Look for the message number that is causing the issue.
- If the message number does not exist, you may need to create it or correct the reference in the code.
Create Missing Message:
- If you find that the message number is indeed missing, you can create it in the appropriate message class using transaction SE91. Ensure that you provide a meaningful text for the message.
Review Custom Code:
- If the error is coming from custom development, review the code to ensure that the correct message number is being referenced. Update the code if necessary.
Transport Check:
- If the issue arose after a transport, check the transport logs to ensure that all necessary objects, including message classes, were included in the transport request.
Consult Documentation:
- If the message is part of a standard SAP application, consult the SAP documentation or support notes for any known issues or updates related to the message.
Related Information:
Transaction Codes:
SAP Notes: Search the SAP Support Portal for any relevant SAP Notes that might address this specific error message or provide additional context.
Debugging: If you have access to debugging tools, you can set breakpoints in the code to trace where the error is being triggered and gather more context about the issue.
By following these steps, you should be able to identify the cause of the error and implement a solution.
Get instant SAP help. Start your 7-day free trial now.
FMLGD_INFO345
Comb. of trstn type, pstng rule, busin. trans. code +/- sign not possible
What causes this issue? Entry: &V1& &V2& The combination of transaction type, posting rule, business transaction code and +/- sign is...
FMLGD_INFO344
Posting rule &3 does not exist
What causes this issue? Entry: &V1& &V2& The posting rule &V3& entered does not exist.System Response The system issues an e...
FMLGD_INFO349
Posting type &3 does not exist
What causes this issue? Entry: &V1& &V2& The posting type &V3& does not exist. The system issues an error message and will no...
FMLGD_INFO351
Folder variant &3 does not exist
What causes this issue? Entry: &V1& &V2& The session variant &V3& does not exist. The system issues an error message and will...
Click on this link to search all SAP messages.