<?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>topic Re: Error in Adobe Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207310#M1204659</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;Could please send code so that i can analyse why its getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 09:15:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-24T09:15:09Z</dc:date>
    <item>
      <title>Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207308#M1204657</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;&lt;/P&gt;&lt;P&gt;I have to create a Adobe form, it has to be designed and connected to internal table.&lt;/P&gt;&lt;P&gt;but when i run my  programe it gives a message "ADOBE FORM HAS BEEN GENERATED"&lt;/P&gt;&lt;P&gt;but it not shows in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...........&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207308#M1204657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207309#M1204658</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;   To develop Adobe forms go to tcode SFP. First you need to create form interface then assign that form interface to Form. In form layout you need to design the form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207309#M1204658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207310#M1204659</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;Could please send code so that i can analyse why its getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207310#M1204659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207311#M1204660</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 am send here my code............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ztest_adobe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data Decleration----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :  fm_name  TYPE rs38l_fnam,&lt;/P&gt;&lt;P&gt;        fp_docparams  TYPE sfpdocparams,&lt;/P&gt;&lt;P&gt;        fp_outputparams TYPE sfpoutputparams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table Decleration----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : mara,marc,makt,mbew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : itab TYPE  STANDARD TABLE OF zmaterial_tab WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA : i_makt TYPE  STANDARD TABLE OF makt WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE title.&lt;/P&gt;&lt;P&gt;PARAMETERS :    p_werks LIKE marc-werks OBLIGATORY.&lt;/P&gt;&lt;P&gt;PARAMETERS :    p_matnr LIKE marc-matnr OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT a~mtart a~matkl b~werks b~matnr a~matnr&lt;/P&gt;&lt;P&gt;            INTO CORRESPONDING FIELDS OF TABLE itab&lt;/P&gt;&lt;P&gt;            FROM mara AS a INNER JOIN marc AS b&lt;/P&gt;&lt;P&gt;            ON a~matnr = b~matnr&lt;/P&gt;&lt;P&gt;            WHERE b~werks = p_werks AND&lt;/P&gt;&lt;P&gt;                  a~mtart  EQ  'ZFGS'  AND&lt;/P&gt;&lt;P&gt;                  a~matnr = p_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM makt INTO CORRESPONDING FIELDS OF TABLE i_makt&lt;/P&gt;&lt;P&gt;             FOR ALL ENTRIES IN itab&lt;/P&gt;&lt;P&gt;             WHERE matnr = itab-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;  READ TABLE i_makt WITH KEY matnr = itab-matnr.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    itab-maktx = i_makt-maktx.&lt;/P&gt;&lt;P&gt;    MODIFY itab TRANSPORTING maktx.&lt;/P&gt;&lt;P&gt;    CLEAR : i_makt.&lt;/P&gt;&lt;P&gt;    CLEAR : itab.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First get name of the generated function module----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    i_name     = 'ZTEST_ADOBE_FORM'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    e_funcname = fm_name.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E_INTERFACE_TYPE         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set output parameters and open spool job----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fp_outputparams-nodialog = 'X'. " suppress printer dialog popup&lt;/P&gt;&lt;P&gt;fp_outputparams-getpdf = 'X'.   " launch print preview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FP_JOB_OPEN'&lt;/P&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    ie_outputparams = fp_outputparams&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    cancel          = 1&lt;/P&gt;&lt;P&gt;    usage_error     = 2&lt;/P&gt;&lt;P&gt;    system_error    = 3&lt;/P&gt;&lt;P&gt;    internal_error  = 4&lt;/P&gt;&lt;P&gt;    OTHERS          = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set form language and country (-&amp;gt;form locale)----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fp_docparams-langu = 'E'.&lt;/P&gt;&lt;P&gt;fp_docparams-country = 'US'.&lt;/P&gt;&lt;P&gt;fp_docparams-fillable = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now call the generated function module----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------" /&gt;&lt;P&gt;&lt;/P&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;    itab                    = itab&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  /1bcdwb/formoutput       = fp_formoutput&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   usage_error              = 1&lt;/P&gt;&lt;P&gt;   system_error             = 2&lt;/P&gt;&lt;P&gt;   internal_error           = 3&lt;/P&gt;&lt;P&gt;   OTHERS                   = 4&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Close spool job----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FP_JOB_CLOSE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_RESULT             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   usage_error          = 1&lt;/P&gt;&lt;P&gt;   system_error         = 2&lt;/P&gt;&lt;P&gt;   internal_error       = 3&lt;/P&gt;&lt;P&gt;   OTHERS               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plssss find the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207311#M1204660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207312#M1204661</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 didnt get any error in the same program, but some changes i made it now i am getting the output also.Let me know one thing did u generate the function module ie execute the layout.check the below changes and let know if its working or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In output parameters comment the below line&lt;/P&gt;&lt;P&gt;*fp_outputparams-getpdf = 'X'. " launch print preview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the below line&lt;/P&gt;&lt;P&gt;fp_outputparams-PREVIEW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207312#M1204661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207313#M1204662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Srilatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That Changes was help full for me. my pdf has been printed now,&lt;/P&gt;&lt;P&gt;but there are some problems it prints only my form layout but not the value which i want to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this connection problem or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls find this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207313#M1204662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207314#M1204663</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;Could you please give more explanation on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207314#M1204663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T11:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207315#M1204664</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;First I have to create a interface in which i have assigned the table itab in Import option.&lt;/P&gt;&lt;P&gt;then i have create a adobe form which include that interface and designed layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to print that values in pdf which i have in itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207315#M1204664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T11:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207316#M1204665</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;Design the layout first then do the binding each and every field.&lt;/P&gt;&lt;P&gt;select the object and then goto-&amp;gt; palettes-&amp;gt;layout,here you have to do the binding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 12:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207316#M1204665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207317#M1204666</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;&lt;/P&gt;&lt;P&gt;Now my problem is that i want to submit my adobe form.&lt;/P&gt;&lt;P&gt;How it is passible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 09:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-adobe-form/m-p/5207317#M1204666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T09:19:25Z</dc:date>
    </item>
  </channel>
</rss>

