cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pull Data from Adobe Form and refresh

Former Member
0 Kudos

Hi All,

We are new in using Adobe forms, and we have a requirement to build an interactive form that communicates with SAP. We are so far able to get data from SAP and post it to the actual form. But we are encountering three problems:

1) In the text field of the form, we want to be able to get the data filled by the user at runtime and pass it to SAP. how do we do this?

2) when we pull data from SAP once, the data is retained and during the next call, the first data still comes up. how do we refresh?

3) Is it possible to have a button in the form itself? how do we implement this? We are currently using a button outside the form to trigger the pull from SAP.

I know it may be too much but will really appreciate any help guys.

Btw, We are uisng Web Dynpro for JAVA and we are trying to deploy to WEB AS JAVA an interactive form.

Thanks and Regards,

Tyken

Edited by: tyken_26 on Jan 21, 2010 12:58 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Hello,

I can help you with no (3)

there is a button component in the library, this is the button "in the form itself". You need to implement a WD handler "outside the form" and connect this handler to the button action.

If you want to pass the data into the form, you don´t have to use WD button, just implement the initialize handler in WD.

Otto