<?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: Calling another program in the print program through FORM ENTRY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003569#M1165018</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 your calling program(SUBMIT ZXXX) has any error or activation problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please make sure ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are getting again the same problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste your code(Syntax of the submit what u have called)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what purpose this SUBMIT program u r calling..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whether it is report or another smartform..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let us know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2009 05:09:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-15T05:09:11Z</dc:date>
    <item>
      <title>Calling another program in the print program through FORM ENTRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003568#M1165017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Have a requirement that I need to submit the program with variant to a print program.&lt;/P&gt;&lt;P&gt;But it is giving dump "Statement "SUBMIT" is not allowed in this form" while executing through VF04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried by using CALL FUNCTION  "func" in update task .Inside the "func"  in I have coded the logic of &lt;/P&gt;&lt;P&gt;submit program using selection-set VARIANT.&lt;/P&gt;&lt;P&gt;Even then while executing through VF04 got the dump "DYNPRO_SEND_IN_BACKGROUND" and "POSTING_ILLEGAL_STATEMENT ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise to resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 04:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003568#M1165017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T04:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program in the print program through FORM ENTRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003569#M1165018</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 your calling program(SUBMIT ZXXX) has any error or activation problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please make sure ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are getting again the same problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste your code(Syntax of the submit what u have called)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what purpose this SUBMIT program u r calling..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whether it is report or another smartform..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let us know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 05:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003569#M1165018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T05:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program in the print program through FORM ENTRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003570#M1165019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;This is the syntax i'm using in my Call function "func"&lt;/P&gt;&lt;P&gt;SUBMIT Program&lt;/P&gt;&lt;P&gt; USING SELECTION-SET kunwe&lt;/P&gt;&lt;P&gt; AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This submit program will do posting through FB01 to create an accounting document.&lt;/P&gt;&lt;P&gt;From the print program this report needs to be called to make posting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 05:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003570#M1165019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T05:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program in the print program through FORM ENTRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003571#M1165020</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;PLease make sure that u r using both smartforms and report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the function called the report program, whether control back to the print program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using debugger please check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put a break-point in your program and find where that dump is arised..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whether u want report only or smartform only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the same problem arises again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste your report program code inside the print program instead of using SUBMIT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know what the issue u r facing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 05:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003571#M1165020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T05:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calling another program in the print program through FORM ENTRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003572#M1165021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinodha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to use CALL TRANSACTION instead of SUBMIT.&lt;/P&gt;&lt;P&gt;I believed it won't dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 05:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-program-in-the-print-program-through-form-entry/m-p/5003572#M1165021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T05:53:01Z</dc:date>
    </item>
  </channel>
</rss>

