cancel
Showing results for 
Search instead for 
Did you mean: 

Access Denied Error in JS

Former Member
0 Kudos

Hi All,

We are Upgrade SRM 3.0[External ITS (6.20)] To SRM 5.0[Internal ITS (6.40)].

We have some custom services and templates. In one of the template we called calendar popup.js JavaScript file.

It’s working well in Internal ITS. But in External ITS we got a JavaScript error: Access is denied.

Can you guide me how to fix this issue…………………

Sample Code


<SCRIPT LANGUAGE="JavaScript" src="`mimeUrl(~service="zebp_ezform", ~theme="99", ~language="", ~name="scripts/CalendarPopup.js")`"></SCRIPT>
 
<SCRIPT LANGUAGE="JavaScript">
var cal1 = new CalendarPopup();
//alert("Calender"+cal1);
</SCRIPT>
 
<tr class="tableRow">
<td> Delivery Date </td>
<td rowspan=1 colspan=5>
<input type="text" name="SDATE" size=10 onClick="cal1.select(document.changeForm.SDATE,'anchor1','MM/dd/yyyy');"  onFocus="checkDate();" onChange="checkDate();" onkeypress="return noenter()">
<input type="hidden" name="anchor1">
<input type="hidden" name="PREVSDATE"> Click date for calendar
</td>
</tr>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Any Answer Guys....................

Former Member
0 Kudos

Hi

Have you checked your Internet browser software settings ? May be you might have blocked up the scripts in the Internet Explorer s/w or another web browser.

Please make sure that Internet settings are properly configured, while dealing with the ActiveX and scripting lanagauages.

Hope this will help.

Pls reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Thanks Atul,

I tried. It's not coming up.........

Also same thing working on internal ITS(SRM 3.0) .................

Thanks

Raghu

Former Member
0 Kudos

Hi

Have you referred to SAP OSS Notes ?

Pls refer to following notes.

<b>890606 - SAP NetWeaver 2004s integrated ITS: New features

880037 - Timer control in SAP GUI for HTML

870454 - Integrated ITS, debugging IACs

742048 - Integrated ITS, memory requirement in application server

709038 - SAP Integrated ITS

421981 - ALV WebGUI: Restrictions for ALV grid in SAPGUI for HTML</b>

Hope it will help.

Regards

- Atul