<?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: Problem  in Adobe Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196389#M1202504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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     = 'Adobe form name'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        e_funcname = lv_funcname.&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get the fm name here.....&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;use fb_job_open&lt;/STRONG&gt; &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 = gs_output&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION lv_funcname&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        /1bcdwb/docparams  = gs_outputpara&lt;/P&gt;&lt;P&gt;        wa_data            = &amp;lt;&amp;gt; pass value here....as per u r requirement.(interface)&lt;/P&gt;&lt;P&gt;        PATH             = &amp;lt;&amp;gt;&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        /1bcdwb/formoutput = ls_return&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        OTHERS             = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                      FP_JOB_CLOSE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FP_JOB_CLOSE'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        e_result       = result&lt;/P&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anbu B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Feb 2009 09:05:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-21T09:05:38Z</dc:date>
    <item>
      <title>Problem  in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196388#M1202503</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 have some problem in adobe form.................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to design  my adobe form in  ADOBE DESIGNER layout.&lt;/P&gt;&lt;P&gt;and in the another end i have make my application programe in which i picke &lt;/P&gt;&lt;P&gt;some data from the sap tables. now my problem is that how can i send the data in&lt;/P&gt;&lt;P&gt;my adobe form from my programe  i want to print that data on the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and always my programe is going to be  notresponding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 07:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196388#M1202503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem  in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196389#M1202504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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     = 'Adobe form name'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        e_funcname = lv_funcname.&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get the fm name here.....&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;use fb_job_open&lt;/STRONG&gt; &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 = gs_output&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION lv_funcname&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        /1bcdwb/docparams  = gs_outputpara&lt;/P&gt;&lt;P&gt;        wa_data            = &amp;lt;&amp;gt; pass value here....as per u r requirement.(interface)&lt;/P&gt;&lt;P&gt;        PATH             = &amp;lt;&amp;gt;&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        /1bcdwb/formoutput = ls_return&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        OTHERS             = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                      FP_JOB_CLOSE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FP_JOB_CLOSE'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        e_result       = result&lt;/P&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anbu B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 09:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196389#M1202504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem  in Adobe Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196390#M1202505</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;CALL FUNCTION lv_funcname&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;/1bcdwb/docparams = gs_outputpara&lt;/P&gt;&lt;P&gt;wa_data = pass value here....as per u r requirement.(interface)&lt;/P&gt;&lt;P&gt;PATH = &lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;/1bcdwb/formoutput = ls_return&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1.&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;/P&gt;&lt;P&gt;In this code what will be come in this area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_data = pass value here....as per u r requirement.(interface)&lt;/P&gt;&lt;P&gt;PATH = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-adobe-form/m-p/5196390#M1202505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:05:49Z</dc:date>
    </item>
  </channel>
</rss>

