ABAP Runtime Errors

ITS_TEMPLATE_NOT_FOUND SAP ABAP Runtime Error its template not found







ITS_TEMPLATE_NOT_FOUND is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


ITS_TEMPLATE_NOT_FOUND ABAP Runtime Error

If the error occurs in a non-modfied SAP service/template, you might be able to find a solution in the SAP Notes system.
If you have access to the SAP Notes system, check there first using the following keywords:
<runtime parameter>
<runtime parameter> Template interpretation terminated, template not found. Call transaction SE80 and choose Internet Service <runtime parameter>. Check whether the template can be found.

If the template can be found in the service, publish the entire service to SITE INTERNAL. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

You can set the service parameter ~generateDynpro = 1 to test this. The HTML page is then generated for this service without a template, and you can see at least which screen was sent by the WebAs. Remember to reset the parameter again. ITS service <runtime parameter> had to be terminated, as no template could be found for screen <runtime parameter> in program <runtime parameter>.

The system searched for the template in the following ITS services:
<runtime parameter>

Note that the search takes the language into consideration in the case of language-specific templates.