cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I followed this fantastic e-learning session on [Send, Receive, and Process Interactive Forms via Email in SAP Application Server - ABAP (Session 4A)|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/5087262b-59ef-2910-abb1-957000b7c3d4].

I created a form and successfully sent it to my non-sap mail box. I opened the pdf attachment in acrobat reader and found input fields and a sendmail button as designed. But I could not use the input fields and the send button does not work.

Do I need additional software or maybe anything is wrong with my form?

Regards,

Clemens

0 Likes
View Entire Topic
OttoGold
Active Contributor
0 Likes

Hello,

use this tutorial: (data there and back): http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf806...

Especially this part:

fp_docparams-FILLABLE = 'X'.

  • Now call the generated function module

call function fm_name

exporting

/1bcdwb/docparams = fp_docparams

Z_VNDBNK = wa_vndbnk

====> check for yourself on the page 7

Regards, Otto