<?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 Short dump due to SUBMIT statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386447#M1404012</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;When I issue an invoice using the transaction code VF02 I am getting an error POSTING_ILLEGAL_STATEMENT. This happens when I select the dispatch time as "4" - Send immediately(when saving the application).I do not get any error when I select the dispatch time as "1" - Send with periodically scheduled job&lt;/P&gt;&lt;P&gt;The error which I get is at the SUBMIT statement &lt;/P&gt;&lt;P&gt;SUBMIT (access_program) WITH kappl EQ gc_appl&lt;/P&gt;&lt;P&gt;WITH sel_date EQ gv_date&lt;/P&gt;&lt;P&gt;WITH SELECTION-TABLE sel_tab&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;The access program - RV13G953 is of type "1"- EXECUTABLE &lt;/P&gt;&lt;P&gt;Can anyone suggest any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;KUNAL SHAH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 01:11:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-18T01:11:34Z</dc:date>
    <item>
      <title>Short dump due to SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386447#M1404012</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;When I issue an invoice using the transaction code VF02 I am getting an error POSTING_ILLEGAL_STATEMENT. This happens when I select the dispatch time as "4" - Send immediately(when saving the application).I do not get any error when I select the dispatch time as "1" - Send with periodically scheduled job&lt;/P&gt;&lt;P&gt;The error which I get is at the SUBMIT statement &lt;/P&gt;&lt;P&gt;SUBMIT (access_program) WITH kappl EQ gc_appl&lt;/P&gt;&lt;P&gt;WITH sel_date EQ gv_date&lt;/P&gt;&lt;P&gt;WITH SELECTION-TABLE sel_tab&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;The access program - RV13G953 is of type "1"- EXECUTABLE &lt;/P&gt;&lt;P&gt;Can anyone suggest any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;KUNAL SHAH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 01:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386447#M1404012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T01:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump due to SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386448#M1404013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For immidiate output there is one variable which we need to set as X.It starts with S.(Not having SAP in front). Check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 01:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386448#M1404013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T01:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump due to SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386449#M1404014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the field NAST-VSZTP, 4 if send immediate .. then do not get into the logic where it dumps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if NAST-VSZTP EQ '4'.
 donot go into the logic.
else.
logic..
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 02:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386449#M1404014</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-18T02:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump due to SUBMIT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386450#M1404015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing a similar kind of problem.&lt;/P&gt;&lt;P&gt;But then the requirement is like the program should work fine even when the status is set to '4' send immediately.&lt;/P&gt;&lt;P&gt;Can any one suggest an alternative for submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 12:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-due-to-submit-statement/m-p/6386450#M1404015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T12:21:43Z</dc:date>
    </item>
  </channel>
</rss>

