cancel
Showing results for 
Search instead for 
Did you mean: 

HRASR FROM WINDOW filled once

Former Member
0 Kudos

Hi all

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

...::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 don't appears.

Do you know how to correct this?

Accepted Solutions (1)

Accepted Solutions (1)

sahirn
Active Contributor
0 Kudos
Former Member
0 Kudos

Thanks! All works)

sahirn
Active Contributor
0 Kudos

You are welcome. Please mark the reply that helped resolve the issue as the correct answer for others to reference. This also ensures that the discussion thread is closed.

Regards,

Sahir.

Answers (0)