<?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: POSTING_ILLEGAL_STATEMENT Dump in VL10B tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683038#M1576153</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 have a look at the code where the COMMIT is. Maybe its a user exit or something similar (Enhancement, ...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There mustn't be a commit while booking is in process.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 13:22:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-01T13:22:47Z</dc:date>
    <item>
      <title>POSTING_ILLEGAL_STATEMENT Dump in VL10B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683037#M1576152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we tried to execute VL10B tocde for PO, the system is terminating from session by Dump showing as POSTING_ILLEGAL_STATEMENT.. Please find the full details below in Dump Foprmat..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statement "COMMIT" is not allowed in this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLLPRF" had to be terminated because one of the&lt;/P&gt;&lt;P&gt;statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Error analysis&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program is triggered in the update task. There, the&lt;/P&gt;&lt;P&gt;following ABAP/4 statements are not allowed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-  CALL SCREEN&lt;/P&gt;&lt;P&gt;-  CALL DIALOG&lt;/P&gt;&lt;P&gt;-  CALL TRANSACTION&lt;/P&gt;&lt;P&gt;-  SUBMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But SAPLLPRF program is SAP Standard program and no enhancements done in this tcode from last 3 years..&lt;/P&gt;&lt;P&gt;PLease suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683037#M1576152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T13:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_ILLEGAL_STATEMENT Dump in VL10B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683038#M1576153</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 have a look at the code where the COMMIT is. Maybe its a user exit or something similar (Enhancement, ...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There mustn't be a commit while booking is in process.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683038#M1576153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_ILLEGAL_STATEMENT Dump in VL10B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683039#M1576154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the COMMIT WORK statemt wrote  by SAP in SAP Standard function module.. for your info there is no enhancements in this tcode..&lt;/P&gt;&lt;P&gt;And tcode worked properly upto last 24 hrs.  From last 24 hrs only we are facing this issue... and no new changes occured during this time in this tcode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide mee..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683039#M1576154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_ILLEGAL_STATEMENT Dump in VL10B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683040#M1576155</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 check once again that in VL10B any user-exit/enhancement/implicit or explicit enhancements has done and whether any commit work has been defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also go through the note : &lt;STRONG&gt;1548662&lt;/STRONG&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;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683040#M1576155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_ILLEGAL_STATEMENT Dump in VL10B tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683041#M1576156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the dump, there is a CODE section. Let me place a bet that this is inside a customer object. Identify who created the COMMIT WORK in the code. If it was someone at SAP he will get into serious trouble. If someone at your company did, your company may decide how to handle it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you already check last 24 hours transport imports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Golden Rule: Commit WORK is strictly forbidden in all customer extensions/modifications/enhancements/exits/BaDIs.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-illegal-statement-dump-in-vl10b-tcode/m-p/7683041#M1576156</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-03-01T13:43:16Z</dc:date>
    </item>
  </channel>
</rss>

