Do you have any question about this error?
Message type: E = Error
Message class: EZ - Print workbench
Message number: 360
Message text: Error: form class &1 not found
The form class &V1& required for the application form to be processed
&V2& could not be found.
Processing was canceled.
Check the reason for the missing form class.
INCLUDE ABANA_FICA_DWB_OSS OBJECT DOKU ID TX
Error message extract from SAP system. Copyright SAP SE.
EZ360
- Error: form class &1 not found ?The SAP error message EZ360, which states "form class &1 not found," typically occurs when the system is unable to locate a specified form class in the SAPscript or Smart Forms environment. This can happen for several reasons, including:
Causes:
- Missing Form Class: The specified form class does not exist in the system. This could be due to a transport issue or the form not being created.
- Incorrect Form Name: The form name provided in the program or configuration might be incorrect or misspelled.
- Transport Issues: If the form was recently 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 class.
- Development Environment: The form class might exist in the development environment but not in the production or quality assurance environments.
Solutions:
Check Form Class Existence:
- Use transaction code SE71 (SAPscript) or SMARTFORMS (Smart Forms) to check if the form class exists.
- If it does not exist, you may need to create it or transport it from another system.
Verify Form Name:
- Double-check the form name in the program or configuration to ensure it is correct and matches the name in the SAPscript or Smart Forms.
Transport the Form:
- If the form class is missing due to transport issues, ensure that the transport request containing the form is released and imported into the target system.
Check Authorizations:
- Ensure that the user has the necessary authorizations to access the form class. You may need to consult with your SAP security team.
Debugging:
- If you have access to debugging tools, you can set breakpoints in the program that calls the form to see what parameters are being passed and where the error occurs.
Consult Documentation:
- Review any documentation related to the form class to ensure that it has been set up correctly.
Related Information:
Transaction Codes:
SAP Notes: Check SAP Notes for any known issues or patches related to this error message. You can search for "EZ360" in the SAP Support Portal.
Community Forums: Consider checking SAP Community forums or other online resources for similar issues and solutions shared by other users.
By following these steps, you should be able to identify the cause of the EZ360 error and implement a solution. If the problem persists, consider reaching out to your SAP support team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
EZ359
Variable &1 does not have field &2
What causes this issue? A symbol used in the text could not be found in the Data Dictionary. Possible reasons for this are as follows: There is a mis...
EZ358
DDIC structure or table &1 do not exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EZ361
Specify a (valid) client
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EZ362
Mandatory parameter &1 in SmartForm &2 cannot be provided
Trados = docu -> fi -> fica -> fica.tmwWhat causes this issue? When the Smart Form for an application form was checked, the system determin...
Click on this link to search all SAP messages.