cancel
Showing results for 
Search instead for 
Did you mean: 

CATW : Html Template

Former Member
0 Kudos

Hi All,

Please refer to the code below of ITS HTML Template SAPLCATS_ITS (Screen 100) :

`include (~service="catw", ~theme="99", ~name="functions_1000.html");`

<html>
<head>
<TITLE>`~windowtitle`</TITLE>
`SAP_WebFrameworkJavaScript();`

</head>

<frameset COLS="*" border="0" frameborder="0" framespacing="0" framepadding="0">
		<frame name="timesheet" src="`wgateURL(~frameName="timesheet")`">
<!--		<frame name="helparea" src="`wgateURL(~frameName="helparea")`">-->
</frameset>

</html>

<!-- `includeframe(~frameName="timesheet");` -->

Can anybody please provide some guidance as to where can i find the code for javascript function SAP_WebFrameworkJavaScript()

Thanks for your time!

Regards,

Anupama

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Anupama,

You can find the javascript code in the SYSTEM internet service, under "Topic DM" -> "HTML Templates" -> SAPWEBFRAMEWORK.

All the best,

Cristiano

former_member316351
Active Contributor
0 Kudos

Hello Anupama,

I would highly recommend that you do not change it. You should be aware that this template is used by just about EVERY ITS service.

Edgar

Former Member
0 Kudos

Hi

Thanks for your replies.

I was able to find the template.

Regards,

Anupama