Do you have any question about this error?
Message type: E = Error
Message class: EZ - Print workbench
Message number: 224
Message text: Form routine &1 does not exist in user exit include &2
You have attempted to access a form routine in an include. The form
routine could not be found in the include.
INCLUDE NA_FICA_DWB_ANFORD OBJECT DOKU ID TX
Switch to change mode and repeat the operation.
Error message extract from SAP system. Copyright SAP SE.
EZ224
- Form routine &1 does not exist in user exit include &2 ?The SAP error message EZ224 indicates that a specific form routine, which is expected to be found in a user exit include, does not exist. This error typically arises in the context of SAP Smart Forms or SAPscript when the system is trying to execute a form routine that has not been defined or is incorrectly referenced.
Cause:
- Missing Routine: The specified form routine (
&1
) is not defined in the user exit include (&2
).- Typographical Error: There may be a typo in the name of the form routine or the include.
- Incorrect Include: The include file being referenced may not be the correct one for the form routine.
- Transport Issues: If the form routine was recently transported, it may not have been included in the transport request or may not have been imported correctly.
Solution:
Check Routine Definition:
- Go to the user exit include (
&2
) in the ABAP editor (transaction SE38 or SE80) and verify if the form routine (&1
) is defined.- If it is missing, you will need to create it according to the required logic.
Correct Typographical Errors:
- Ensure that the names of the form routine and the include are spelled correctly in both the Smart Form or SAPscript and the ABAP code.
Verify Include:
- Make sure that the include file being referenced is the correct one for the form routine. Sometimes, there may be multiple includes, and the wrong one may be referenced.
Transport Check:
- If the routine was recently added or modified, check the transport request to ensure it was included and successfully transported to the target system.
Debugging:
- If you are still facing issues, you can set breakpoints in the user exit include to see if the code is being executed and to trace where the error occurs.
Consult Documentation:
- Review any relevant documentation or notes related to the specific form or user exit to ensure that you are following the correct procedures.
Related Information:
Transaction Codes:
SAP Notes:
Community Forums:
By following these steps, you should be able to identify the cause of the EZ224 error and implement the necessary solution.
Get instant SAP help. Start your 7-day free trial now.
EZ223
User exit include &1 does not exist
What causes this issue? In the application form you have specified a user exit include that does not exist.System Response INCLUDE NA_FICA_DWB_ANFOR...
EZ222
Save application form first
What causes this issue? You have attempted to access external components (SAPscript form, SAPscript standard texts, user top include, user exit inclu...
EZ225
User top include &1 does not exist
What causes this issue? You specified a non-existent user top include in the application form.System Response INCLUDE NA_FICA_DWB_ANFORD OBJECT DOKU...
EZ226
Form routine &1 in program &2 could not be renamed
What causes this issue? You have attempted to change the name of a form routine in an ABAP program. This was not possible.System Response INCLUDE NA...
Click on this link to search all SAP messages.