cancel
Showing results for 
Search instead for 
Did you mean: 

wda_ls_main.js - Script Error IE

arne_husemann
Explorer
0 Kudos

Hello,

i am experiencing problems with the wda_ls_main.js using Internet Explorer 7and CRM 7.0. The Internet Explorer constantly reports an Script error, while the same WDA-Application is running without problems in Firefox 3.5. I've done some research regarding the cause, the lines 356-358 seem to be the problem.

var instance = this.getComponentInstance(id);
instance.attachEvent("onactivate", this.focusForwarder);
instance.attachEvent("ondeactivate", this.blurForwarder);

instance is null so every call of a method results in an error.

I set an breakpoint in Firefox Javascript Debugger on these lines which is never hit.

Any help to get rid of this error is very appreciated.

Regards,

Arne

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

For JavaScript errors in Web Dynpro ABAP, you should always enter a support ticket (after searching the notes database for already provided fixes of course) as long as you are using a supported browser. Because of the closed rendering system in WDA there isn't really anything you can do to effect or correct the rendering - beside applying fixes from SAP.

Answers (1)

Answers (1)

arne_husemann
Explorer
0 Kudos

I opened a support-ticket as suggested by Thomas, yesterday i finally got a working solution by applying SAP-Note 1454373.

Best Regards, Arne

Former Member
0 Kudos

Note 1454373 worked.

However, deleting the Browser files needs to be done manually. In some cases the Delete button doesn´t work properly.

Internet options --> In section ´browsing history´ --> settings --> view files.

Then delete the files manually.

Thanks!