cancel
Showing results for 
Search instead for 
Did you mean: 

how to get data from adobe forms

Former Member
0 Kudos

if i have a adobe form (filled) at local machine..

how can i get those form data in SAP system??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Soumya,

I have created a blog on how to upload an SAP Interactive form,

I think u can refer that.

[/people/shruti.rathour/blog/2008/02/07/uploading-sap-interactive-form-on-the-abap-webdynpro-view]

Thanks

Shruti

Answers (2)

Answers (2)

NoJo
Active Participant
0 Kudos

you can upload the file, create a pdf object, extract the data of the object and parse the xml to your local data - without web dynpro, just using abap, the pdf object and simple transformations...

norbert

former_member214651
Active Contributor
0 Kudos

Hi Soumya,

After filling all the forms, include an "Submit to SAP" button which is found the WebDynpro library in the form desginer.

After inserting the button, write the corresponding action for the submit button and save the same in the SAP

Regards,

Poojith MV

Former Member
0 Kudos

ok that's a real nice suggestion.. but that webdynpro...

but my need is lil different...

see.. i want to store the form data without using webdynpro...

say i use gui_upload with file type BIN to store it into an internal table.. is there any way to retrieve fields in such conditions??

Former Member
0 Kudos

Hi Soumya,

Have a look at this link, i explain how to proceed PDF fiel with inbound mail [SampleCodeforprocessingInboundMailwithAdobeInteractiveForms|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sampleCodeforprocessingInboundMailwithAdobeInteractive+Forms]

Hope it's help you

Best regards