cancel
Showing results for 
Search instead for 
Did you mean: 

HCM P&F User Events

Former Member
0 Kudos

Hi Everyone,

We are 90% done with our process, but are missing a crucial part - the user event. We want to trigger an event from the click of a button to make a round trip and perform an operation in our generic service.

We are using the HR Admin Controls from note 973170. When we try to trigger our custom event it gives no indication that it is even processing. We've also tried the scripts from all the other libraries with no luck. We can't even trigger a check event.

The Web Dynpro script is inserted with version 705.20060508. Is there a possible update?

The button calls $record.CONTROL_PARAM.ISR_EVENT = "USER_EVENT_CHECK" in the mouseDown event.

And ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", ""); in the click event.

It doesn't do anything! I checked that the function is definitely being called, but there isn't much to the standard function.

Any ideas????

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Help?

Former Member
0 Kudos

Anyone?