cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Form: Access Database on a click of Push Button

Former Member
0 Kudos

Hi,

I have developed an online Interactive Adobe Form which is executed via enterprise portal. I have two fields and one pushbutton on this interactive form, below is a pseudo layout:

Employee Number: User Input

Employee Band: ReadOnly (should be populated on click on pushbutton)

GET BAND - PushButton (Adobe Library - supports only JavaScript and FormCalc).

As per the requirement, the Employee Band field should be filled on click of GET BAND pushbutton on the basis of given value for Employee Number. Employee Band value is maintained in table PA0007 (SAP HR).

Can anybody suggest a way how to access this table, get the value of Employee Band and fill the same in the form field, on click event of GET BAND button.

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Thanks,

Ashish

Edited by: Alvaro Tejada Galindo on Sep 28, 2011 3:44 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

when you say it's launched through the portal, is it in a web dynpro? or did you develop the form and just drop it into your portal?

you'll either need to launch it from web dynpro so it has a connection to the back end or expose a web service and have your form call it.