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
Get instant SAP help. Sign up for our Free Essentials Plan.
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.