Do you have any question about this error?
Message type: E = Error
Message class: ED - ABAP/4 Editor messages
Message number: 073
Message text: FORM & was not found
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
The SAP error message ED073, which states "FORM & was not found," typically occurs when the system is unable to locate a specified form in the SAPscript or Smart Forms. This can happen for various reasons, and here are some common causes, solutions, and related information:
Causes:
- Form Name Typo: The form name specified in the program or transaction might be misspelled or incorrectly referenced.
- Form Not Created: The form may not have been created or activated in the SAP system.
- Transport Issues: If the form was transported from another system, it may not have been imported correctly.
- Authorization Issues: The user may not have the necessary authorizations to access the form.
- Namespace Issues: If the form is in a different namespace, it may not be accessible in the current context.
Solutions:
- Check Form Name: Verify that the form name is correctly spelled and matches the name in the SAPscript or Smart Forms.
- Create/Activate Form: If the form does not exist, create it using transaction
SMARTFORMS
for Smart Forms orSE71
for SAPscript. Ensure that it is activated.- Transport Check: If the form was supposed to be transported, check the transport logs to ensure it was successfully imported into the target system.
- Authorization Check: Ensure that the user has the necessary authorizations to access the form. You can check this using transaction
SU53
after the error occurs.- Namespace Verification: If the form is in a different namespace, ensure that you are referencing it correctly, and check if you need to include the namespace in the form name.
Related Information:
SMARTFORMS
: To create or modify Smart Forms.SE71
: To create or modify SAPscript forms.SE78
: To manage SAPscript forms and Smart Forms.If you continue to experience issues after trying these solutions, consider reaching out to your SAP Basis or development team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
Feature | Free Access | Free Trial |
---|---|---|
Basic SAP error explanation | ![]() |
![]() |
Step-by-Step Usage Guide | ![]() |
![]() |
Interactive SAP Coach Assistance | ![]() |
![]() |
AI Troubleshooting for T-Code Errors | ![]() |
![]() |
ED072 The authorization object & is not maintained
Self-Explanatory Message Since SAP believes that this specific error message is ...
ED071 Generic input is not supported for dialog modules
Self-Explanatory Message Since SAP believes that this specific error message is ...
ED074 Internal error: The text to be saved is a flow logic
What causes this issue? An internal error occured during navigation, which make...
ED075 No backup! Status does not match source. Report this error
What causes this issue? An internal error, which can only arise in the navigati...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.