Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with execution of JavaScript in HTML control with SAPGUI 6.20

Former Member
0 Likes
549

I have added some lines of code JavaScript in a modified class copy of the class CL_DD_DOCUMENT, that is executed well in frontend SAPGUI 6.40, but it is not executed in SAPGUI 6.20 with patch level 65 or 38.

Somebody knows because it is passing this?

I really need to know what is the problem. Any help will be welcome...

thanks,

Robert.

I have added some lines of code JavaScript in a modified class copy of the class CL_DD_DOCUMENT, that is executed well in frontend SAPGUI 6.40, but it is not executed in SAPGUI 6.20 with patch level 65 or 38.

Somebody knows because it is passing this?

I really need to know what is the problem. Any help will be welcome...

thanks,

Robert.

2 REPLIES 2
Read only

venkata_ramisetti
Active Contributor
0 Likes
422

HI,

May be the below from SAP documentation is useful to you.

Implementation considerations

The interface of the SAP HTML Viewer is the same for all platforms, but its functions will depend on the underlying HTML browser. Under SAPGUI for Windows , it uses Microsoft Internet Explorer 4.0 as an external browser. Under SAPGUI for Java, it uses the Ice Browser, which is installed with the GUI.

http://help.sap.com/saphelp_47x200/helpdata/en/c9/147a36c70d2354e10000009b38f839/frameset.htm

Thanks

Ramakrishna

Read only

0 Likes
422

Ramakrishna thanks,

But already review the complete documentation of control HTML to viewer. The problem occurs in the machines with SAPGUI 6.20, and the machines with SAPGUI 6.40 work perfectly. All are SAPGUI for Windows, and the versions of Internet Explorer the same one in all the machines. In all the cases is acceded to same SAP system 4.6C.

In my opinion there is something in the SAPGUI 6.40 that does not have the SAPGUI 6.20 and that allows to execute without problems the Javascript.

The problem is that I do not know that thing is like justifying a UpGrade of frontends in the machines of the users. What I need to know exactly is that, as would be the technical reason for which the Javascript in SAPGUI 6.20 is not executed.

If you think about another thing that can be the cause of the problem it will be welcome.

Thanks again,

Robert.