cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to open URL multiple times in crm

Former Member
0 Kudos

Hi Friend,

I have designed code for displaying popup with seperate browser (popup non BSP) in the component BT111H_OPPT it is working fine.

Created one custome button and when i am clicking on that button one

    EVENT will trigger and it will open the new browser with runtime URL it is working fine.

But the problem is :

If i click second time on the same button with in same session it is not opening the browser,if i refresh or edit the same transaction

and tryed to click on button, this time it is working.

primary checks are fine.

code written in details.htm page is:

<%
  DATA lv_urlwin TYPE STRING.
   lv_urlwin = CONTROLLER->gv_url_nvg.
%>


<script>
<% IF controller->gv_url = 'X' . %>
<%
concatenate 'window.open ("' lv_urlwin '");' into lv_urlwin.
%>
<%= lv_urlwin%>
window.close( );
<%   ENDIF. %>
</script>


<%
  clear: controller->gv_url.
%>

Plz help on this

Regardas

Nani  

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi friends,

Still i am not able to resolve this issue,Please help on this.

Regards

Nani

jude_bradley
Active Contributor
0 Kudos

You won't get a qualified response here. This is the SAP GUI forum.

Try here:

http://scn.sap.com/community/crm

Regards,

Jude