Skip to Content
0
Former Member
Apr 26, 2010 at 06:11 PM

Adobe Control is disabled on Submit Event

45 Views

We have created a custom adobe form (using the HCM P&F framework) which allows the user to click a button to retrieve data from the backend. The data is retrieved and displayed to the user via a popup. We recently upgraded from NW 7.01 SP 3 to NW 7.01 SP6.

Now, when the button is clicked, the entire adobe control is locked/disabled prior to the request being sent to SAP. Our BADI still executes correctly and the form displays the data. We are able to close/cancel the popup, but the adobe control (the actual form and adobe controls such as the "highlight fields," "thumbnails," etc buttons) remains locked and the user cannot process it further. Does anybody have any ideas on why this is happening?

We are using the native WD button with the standard ZCI WD script to send the event to the backend:

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

I also ran transaction SFP_ZCI_UPDATE on our form, but it still suffers from the same issue

I am using adobe reader 9 to read the form.

Any suggestions would be appreciated.