<?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 on Form calling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958488#M66854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADSTRACELEVEL gives back:&lt;/P&gt;&lt;P&gt;Adobe Document Services Thu Jul 21 17:52:52 CEST 2005 Trace Results:#         String: rp.script.uri = sap/SAPPDFDocument.rps#         String: Trace = 10# &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;&lt;/P&gt;&lt;P&gt;Message was edited by: Fabian Eidner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2005 15:59:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-21T15:59:17Z</dc:date>
    <item>
      <title>Error on Form calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958486#M66852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;i get an error message after calling my form, could you help me please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by get generated function module name (fm: FP FP_FUNCTION_MOMODULE_NAME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody now what i have to make this run again ?&lt;/P&gt;&lt;P&gt;I did not changed anything in my coding. I just tryed something on my form and in my interface.&lt;/P&gt;&lt;P&gt;After these changes my programm couldn't find the form any more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i removed the changes but know it still dosen't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958486#M66852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Form calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958487#M66853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i found out where the error occurs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Calling the form&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;*CUSTOMER                 = CUSTOMER&lt;/P&gt;&lt;P&gt;        it_objec                 = gt_objec&lt;/P&gt;&lt;P&gt;*CONNECTIONS              = CONNECTIONS&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       =&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;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e001(FP_EXAMPLE).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here he returns with SY-SUBRC = 2. Did one of you have any ideas what i can do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fabian Eidner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 12:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958487#M66853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T12:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Form calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958488#M66854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADSTRACELEVEL gives back:&lt;/P&gt;&lt;P&gt;Adobe Document Services Thu Jul 21 17:52:52 CEST 2005 Trace Results:#         String: rp.script.uri = sap/SAPPDFDocument.rps#         String: Trace = 10# &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;&lt;/P&gt;&lt;P&gt;Message was edited by: Fabian Eidner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 15:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958488#M66854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Form calling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958489#M66855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I moved your thread to the ABAP forum, I think you might find this forum better suited to helping out as the forum you were initially using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2005 07:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-form-calling/m-p/958489#M66855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-22T07:43:00Z</dc:date>
    </item>
  </channel>
</rss>

