<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: adobe interactive form: Fields not fillable in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554011#M2390037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour Bertrand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my relevant code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_sfpoutputparams-getpdf = 'X'.
  CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
      ie_outputparams = ls_sfpoutputparams
    EXCEPTIONS
      cancel          = 1
      usage_error     = 2
      system_error    = 3
      internal_error  = 4
      OTHERS          = 5.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    ASSERT 1 = 2.
  ENDIF.
* create pdf
  DATA:
    fp_docparams     TYPE sfpdocparams,
    fp_result        TYPE fpformoutput,
    lv_pdf           TYPE xstring.
  fp_docparams-fillable = abap_true.
  fp_docparams-langu = sy-langu.

  CALL FUNCTION lv_funcname
    EXPORTING
      /1bcdbw/docparams  = fp_docparams
      co_head	           = ls_co_head
    IMPORTING
      /1bcdwb/formoutput = fp_result
    EXCEPTIONS
      OTHERS             = 1.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    ASSERT 1 = 2.
  ENDIF.
  lv_pdf = fp_result-pdf.
* Close spool job.
  CALL FUNCTION 'FP_JOB_CLOSE'
    EXCEPTIONS
      usage_error    = 1
      system_error   = 2
      internal_error = 3
      OTHERS         = 4.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    ASSERT 1 = 2.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find anything to control if my form is generated "interactive", I just create in SFP and actiavte it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand fully, what 'FP_JOB_OPEN' and 'FP_JOB_CLOSE' is good for - without 'FP_JOB_CLOSE' it runs as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2010 11:59:41 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2010-01-27T11:59:41Z</dc:date>
    <item>
      <title>adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaq-p/6554008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need additional software or maybe anything is wrong with my form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 22:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaq-p/6554008</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-01-26T22:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554009#M2390035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you installed Adobe Credentials? Without it you can't generate interactive form.  The installation is described in ADS configuration guide. There is also a nice note  Note 944221 about Adobe forms troubleshooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 23:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554009#M2390035</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-01-26T23:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554010#M2390036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problems doesn't comes from ADS credential because without it you won't be able to generate the forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the problems comes from the code you wrote for generating the form, are you sure you set the form as "interactive" when you generate it ? Attribute FILLABLE must be set to 'X' in parameters SFPDOCPARAMS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 09:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554010#M2390036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554011#M2390037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bonjour Bertrand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my relevant code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_sfpoutputparams-getpdf = 'X'.
  CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
      ie_outputparams = ls_sfpoutputparams
    EXCEPTIONS
      cancel          = 1
      usage_error     = 2
      system_error    = 3
      internal_error  = 4
      OTHERS          = 5.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    ASSERT 1 = 2.
  ENDIF.
* create pdf
  DATA:
    fp_docparams     TYPE sfpdocparams,
    fp_result        TYPE fpformoutput,
    lv_pdf           TYPE xstring.
  fp_docparams-fillable = abap_true.
  fp_docparams-langu = sy-langu.

  CALL FUNCTION lv_funcname
    EXPORTING
      /1bcdbw/docparams  = fp_docparams
      co_head	           = ls_co_head
    IMPORTING
      /1bcdwb/formoutput = fp_result
    EXCEPTIONS
      OTHERS             = 1.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    ASSERT 1 = 2.
  ENDIF.
  lv_pdf = fp_result-pdf.
* Close spool job.
  CALL FUNCTION 'FP_JOB_CLOSE'
    EXCEPTIONS
      usage_error    = 1
      system_error   = 2
      internal_error = 3
      OTHERS         = 4.
  IF sy-subrc &amp;lt;&amp;gt; 0.
    ASSERT 1 = 2.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find anything to control if my form is generated "interactive", I just create in SFP and actiavte it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand fully, what 'FP_JOB_OPEN' and 'FP_JOB_CLOSE' is good for - without 'FP_JOB_CLOSE' it runs as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 11:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554011#M2390037</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-01-27T11:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554012#M2390038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code seemd to be correct , have you check that in your layout you define your field as not read-only field ?&lt;/P&gt;&lt;P&gt;Which version of adobe reader do you use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't use 'FP_JOB_CLOSED' you can get trouble if for example you want to print several forms because SAP will give you an error message telling that job is already open ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 12:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554012#M2390038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T12:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554013#M2390039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;use this tutorial: (data there and back): &lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Especially this part:&lt;/P&gt;&lt;P&gt;fp_docparams-FILLABLE = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now call the generated function module&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call function fm_name&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;/1bcdwb/docparams = fp_docparams&lt;/P&gt;&lt;P&gt;Z_VNDBNK = wa_vndbnk&lt;/P&gt;&lt;P&gt;====&amp;gt; check for yourself on the page 7&lt;/P&gt;&lt;P&gt;Regards, Otto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 13:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554013#M2390039</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-01-27T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554014#M2390040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try passing the Country. Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    fp_docparams-country = p_countr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554014#M2390040</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2010-01-27T14:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554015#M2390041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best is to see the forms, can you send it by mail and i'll check in my system if it's works fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 15:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554015#M2390041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T15:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: adobe interactive form: Fields not fillable</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554016#M2390042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add the country. no change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the adobe preview in SFP transaction, I can fill the form as planned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I used a customer-specific structure filled with customer data, I can not send the form; actually I do't think this would help. In the form properties I can see that form filling is allowed, so may be the error is in the creation or sending of the pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 20:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-interactive-form-fields-not-fillable/qaa-p/6554016#M2390042</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-01-27T20:17:06Z</dc:date>
    </item>
  </channel>
</rss>

