cancel
Showing results for 
Search instead for 
Did you mean: 

ITS_TEMPLATE_NOT_FOUND: SAPMSYST, screen 40

Weiskopf
Participant
0 Kudos

Hello,

we use the SAP retail store in the integrated ITS (ERP system ECC6.0)

Sometimes we got the following short dump:

ITS_TEMPLATE_NOT_FOUND
Template interpretation failed. Template does not exist.
u2026
The ITS service "zrwssa_entry" failed since not template could be found for
the screen with the number 40 in the program "SAPMSYST".

The template was searched in the following ITS services:
"ZRWSSA_ENTRY,ZRWSSADC,WSSA_DOC_CHLOG,ZRWCSO,WCSO,WSSA_DOC_SRC,WSSA_DOC_FLOW,WS
SD_ADDR,WSSD_MNTN,ZRWCU2,WOSZ_VDST_SRC,ZRWOSZM,ZRWATP"

Note that for language-dependent templates the language is included
in the search.
u2026

Is there anybody around who knows this problem? smile

Thank you for your hints in advance.

Regards,

Kurt.

Accepted Solutions (0)

Answers (2)

Answers (2)

Weiskopf
Participant
0 Kudos

Hello Edgar,

thank you for you good hint.

Regards,

Kurt.

former_member316351
Active Contributor
0 Kudos

Hello Kurt,

The SAPMSYST screen number 40 is the standard SAP ABAP page to display an error.

You can see what the error is by going to SICF and setting the parameter ~generatedynpro with a value of 1 to the service you are running when this error occurs. Then reproduce and you should see the error or short dump.

Usually this caused by a missing template, but could also be a programming error. The first step is to perform the above step then resolve based on what the "real" error is.

Edgar