cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro popup appears behind the form

Former Member
0 Kudos

Hi,

I created a button on my form to call the HRRCF_C_POSITION webdynpro :

...::mouseDown - (FormCalc, client)

//Set ISR_EVENT for BAdI processing in backend

$record.CONTROL_PARAM.ISR_EVENT = "USER_EVENT_POPUP"

$record.HRASR_FORM_WINDOW.DATA[*].FIELD.value = "HRRCF_C_POSITION"

event.target = "true"

...::click - (JavaScript, client)

//Trigger call to backend for BAdI user command processing

ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");

The first time I click the button, the popup appears and it's ok. 

But if I close the popup and call it again, it now appears behind the form... and I'm unable to change the focus of the popup.

Do you know how to correct this?

Emanuel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Here is the solution, implement these two notes along with all the pre-requisites :


- 1715011

- 1715012

Then:

(1) Run report WDG_MAINTAIN_UR_MIMES and choose command "Force MIME deployment".

(2) Clear the server cache in the transaction SMICM, via menu entry Goto -> HTTP Plug-in -> Server Cache -> Invalidate Globally.

Finally, delete the web browser cache.

Answers (2)

Answers (2)

Former Member
0 Kudos

At least we are two in the world who use this functionality...

Former Member
0 Kudos

Hi Emanuel,

   Even we are having the same problem.

Anyone knows the solution??

Please post it soon..

Nupoor