cancel
Showing results for 
Search instead for 
Did you mean: 

Template Interpretation terminated: Runtime Error

Former Member
0 Kudos

Dear all,

I have migrated the ESS service from standalone to integrated ITS.

We are using SAP GUI for HTML (~webgui 1). when I execute a service I get the following error message saying "Template Interpretation terminated: Runtime Error" and a dump in SAP.

And when I monitor this transaction using the transaction SITSPMON. It is consuming a the entire memory set for the variable em/global_area and after which it is giving me a dump..

We have set the value of parameter em/global_area to 450MB.

Need help Urgently..

Regards,

Subramanya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The issue has been resolve..

The problem was due to the select satement..

Former Member
0 Kudos

Dear Subramanya,

let us start with finding and correcting the run time error. The dump

should contain the information needed for that.

The memory consumption is strange, indeed.

regards Tobias

Former Member
0 Kudos

Dear Tobias,

The Dump is because the amount of memory it is consuming is more than what is sassigned to the profile parameter em/global_area_MB which is already set to 450 MB. which is definately more than what the default system value is i.e, 280MB.

The screen also doesn't contain any complex UI elements like Trees or table control.. there are 3 I/O Elements and 3 Drop Down Lists and one button...

The program logic is also not complex enough to consume so large amount of memory..

Thanks & Regards,

Subramanya