Quantcast
Channel: SCN : All Content - Internet Transaction Server (ITS)
Viewing all articles
Browse latest Browse all 131

Custom ITS application: "popup" windows do not show after upgrade.

$
0
0

Dear sirs,

 

We have a custom ITS application in an ERP system which is recently upgraded from

 

SAP_BASIS 700 - 20

SAP_ABA    700 - 18

Kernel 700.246.1563 Load 30

 

to

 

SAP_BASIS 740 - 09

SAP_ABA    740 - 09

Kernel 742.28.1981 Load 40.

 

This application consists of a "main frame" and three children frames in a L-shape view.

After the upgrade we have the following problem: All "pop up" javascript windows

do not open --> command  "confirm", "alert", "window.open".

As example code please find...

 

. . . . . function print_report(numb){
var report;
if (numb == 1) {
`if (EXP_PROJ.dim > 0)`  
report =    window.open('`wgateURL(~target="_popup", ~template="yyyyyy")`',report,'menubar=no,toolbar=yes,location=no,scrollbars=yes,width=670,resizable=yes');  
report.focus();
`end`
}
else if (numb == 2){
`if (ACT_MREP.dim > 0)`  
report = window.open('`wgateURL(~target="_popup", ~template="xxxxxx"`',report,'menubar=no,toolbar=yes,location=no,scrollbars=yes,width=670,resizable=yes');  
report.focus();
`end`
}
.
.
.
.
.
function ask() {
`if (U_ACT == "2")`  
agree = confirm('Ooo?');  
if (agree)        {
document.FORM_500.action = "`WgateURL(~OkCode="YES", ~target="_top")`";        
document.FORM_500.submit();      
}    
else        
{
document.FORM_500.action = "`WgateURL(~OkCode="NO", ~target="_top")`";          
document.FORM_500.submit();          
alert('Action Cancelled');      
}
`elsif (U_ACT == "1")`  
 
alert('Zzz');    
document.FORM_500.action = "`WgateURL(~OkCode="NO", ~target="_top")`";    
document.FORM_500.submit();
`elsif (U_ACT == "3")` 
alert('Aaa'+      '\n' +      'bbb');    
document.FORM_500.action = "`WgateURL(~OkCode="NO", ~target="_top")`";    
document.FORM_500.submit();  `end`
}
Another problem after the same upgrade was  the one described in http://scn.sap.com/thread/3738268.
Is there any possibillity that there is any kind of relation?
Best regards,
Marios Giannopoulos

Viewing all articles
Browse latest Browse all 131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>