cancel
Showing results for 
Search instead for 
Did you mean: 

Read in pdf data

Former Member
0 Kudos

Hi

I have an offline pdf form which I want to read in and write the data the user

entered back to R3. My question: how do I read data from an interactive form?

regards

yuval peery

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

You could use the ABAP PDF Object to read the XML data from an interactive PDF document. Please have a look at test program FP_PDF_TEST_03.

Best regards,

Andreas

Former Member
0 Kudos

Hi

1. Thank you, friends , for the answers you provide. However I am using WDJ.

2. I am trying to use WDInteractiveFormHelper.transferPDFDataintoContext but

for some reason the values are not ransferred to my local context node.

3. Any reading material on how to use this method will be appreciated.

regards

yuval

Former Member
0 Kudos

HI Yuval,

Adobe form values are defined by using Context attribute in interface of the (SFP t-code).This inputs are came from different ways and dependin upon the user requirements. it may be internal table or webdynpro abap/java application and normal abap application.

Using this Context attribute, you can read data from adobe form and stored into the r/3 and same as write.

Refer the sample exercise for reading adobe form values

By

Parthi