cancel
Showing results for 
Search instead for 
Did you mean: 

Getting data in Adobe forms

Former Member
0 Kudos

Hi,

what are the ways to get the custom field data into adobe forms. I want to use in WD application.I made the zpdf form with standard and added some custom fields in that. But how to get the data from table .

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

->For getting data from table into Adobe Forms, you need to add code in your WD application only.

-> You create an UI Element (Interactive Form) for the adobe forms in the Layout.

-> Give the name of your form (Zpdf) in the Template Source property.

-> A pop up will appear asking you to make contexts in your application by its own.

-> Click on Ok and then context will also appear in your Wd application.

-> Now you can use the context and write the code for getting values in Wddoinit or anywhere you want.

-> Write select/query or call a FM to fetch the data into an internal table.

->Finally bind the internal table with the Contexts created.

Check out this link :

/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal

I hope it helps.

Former Member
0 Kudos

Hi Saurav,

There is a standard formed used in Travel application. I have added some custom fields in the form and wanted them to reflect in the adobe form also .Can you please give me details about this. How to get data in the form for this added fields.

Thanks

Former Member
0 Kudos

hi,

->I hope you must be done with adding new fields to the Form in the SFP.

-> Now you can use enhancement framework to further reflect the changes in your component.

-> Enhance your view using Enhancement Implementatin , suppress the UI Element(Interactive) used to display form.

-> Add a new UI Element and give name of your form in the template source.

-> Now new contexts will appear and you have to code to get data into these contexts and thereby in the output.

I hope it helps.

Thanx.

Former Member
0 Kudos

Hi,

will you want to get data from custom field of Abobe Form.

If it means , You know the Custom filed Name, then you can get the value

using methods

CREATE_PDF_OBJECT( )

SET_DOCUMENT( )

SET_EXTRACTDATA( )

FIND_FROM_NAME( )

check threads and blogs are available .

Regards

Krishnan R.