cancel
Showing results for 
Search instead for 
Did you mean: 

refresh after popup

Former Member
0 Kudos

Hello

In the page bidder (service BBP_BID_INV - SAPLBBP_BID_INV screen 200), i have added this code :

<a href="`wgateURL(GS_GLOBAL-QUOT_SEL_GUID= BBPS_BID_UI_BIDDER_LIST-QUOTATION_GUID[j])`OKCode="ZAQO", &target=_top" class="orderItem"

onmouseover="status=' ';return true;" onmouseout="status=' ';" alt="`#ZACCEPT_QUOT`" title="`#ZACCEPT_QUOT`" onClick="call_SetOkCode()">

<img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/icon/b_approve.gif")`" width=15 height=16 alt="`#ZACCEPT_QUOT`" title="`#ZACCEPT_QUOT`" border=0></a>

with:

function call_SetOkCode() {

SetOkCode('ZAQO','BBPForm','','');

}

the function ok_code is good, but after clicking on the link using wgateURL function, there's a popup which appears to say if the bid invitation is processing. But the problem is that after clicking "ok" in the popup, the page is not actualize.

I want to actualize/refresh this page (because we can accpet the bidder twice if it is not actualized).

Thank you very much for your help.

Peggy.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry,

the code was interpreted.

Hello

In the page bidder (service BBP_BID_INV - SAPLBBP_BID_INV screen 200), I

have added this code :

<!--

<a href="wgateURL (GS_GLOBAL-QUOT_SEL_GUID= BBPS_BID_UI_BIDDER_LIST-QUOTATION_GUID[j],OKCode="ZAQO")` &target=_top" class="orderItem" onmouseover="status=' ';return true;" onmouseout="status=' ';" alt="`#ZACCEPT_QUOT`" title="`#ZACCEPT_QUOT`" onClick="call_SetOkCode()">

<img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/icon/b_approve.gif")`" width=15 height=16 alt="`#ZACCEPT_QUOT`" title="`#ZACCEPT_QUOT`" border=0></a>

-->

with:

function call_SetOkCode() {

SetOkCode('ZAQO','BBPForm','','');

}

The problem is that after clicking on the link using wgateURL function, there's a popup which appears to say if the bid invitation is processing. But the problem is that after clicking "ok" in the popup, the page is not actualize. I want to actualize/refresh this page (because we can accpet the bidder twice if it is not actualized).

Thank you very much for your help.

Peggy.

Former Member
0 Kudos

Hi

I am not sure whether will help.

May be possible there is problem with the Web browser. Enable the ActiveX and scripts settings and then try again.

Hope this will help.

Please reward suitable points, incase it suits your requirements.

Regards

- Atul