<?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: Runtime Error - POSTING_ILLEGAL_STATEMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870149#M930166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sankar,&lt;/P&gt;&lt;P&gt;could you post me the solution? I have the same problem!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ferdinando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 16:31:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T16:31:10Z</dc:date>
    <item>
      <title>Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870146#M930163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise how to resolve this runtime error issue mentioned below...which Im getting in PO creation and at the time of releasing the same but getting the error as background express document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note(FYI):No enhancement has been developed and its a normal process only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************Runtime error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report outputRuntime Errors         POSTING_ILLEGAL_STATEMENT&lt;/P&gt;&lt;P&gt;Statement "CALL SCREEN" 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;Error in the ABAP Application Program &lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLKKBL" had to be terminated because it has&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt; There is probably an error in the program &lt;/P&gt;&lt;P&gt;"SAPLKKBL". &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;-  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;How to correct the error&lt;/P&gt;&lt;P&gt;Probably the only way to eliminate the error is to correct the program&lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to &lt;/P&gt;&lt;P&gt;find an interim solution in an SAP Note&lt;/P&gt;&lt;P&gt;If you have access to SAP Notes, carry out a search with the following &lt;/P&gt;&lt;P&gt;keywords: &lt;/P&gt;&lt;P&gt; "POSTING_ILLEGAL_STATEMENT" " " &lt;/P&gt;&lt;P&gt;"SAPLKKBL" or "LKKBLU01"  &lt;/P&gt;&lt;P&gt;"K_KKB_LIST_DISPLAY"  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Information on where terminated  &lt;/P&gt;&lt;P&gt;Termination occurred in the ABAP program "SAPLKKBL" - in "K_KKB_LIST_DISPLAY". &lt;/P&gt;&lt;P&gt;The main program was "RSM13000 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code you have the termination point in line 441&lt;/P&gt;&lt;P&gt;of the (Include) program "LKKBLU01". &lt;/P&gt;&lt;P&gt;The program "SAPLKKBL" was started in the update system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;438  if gt_stack-is_layout-detail_only is initial.    &lt;/P&gt;&lt;P&gt;439    if gt_stack-is_layout-suppress_dynpro is initial. &lt;/P&gt;&lt;P&gt;440      if i_screen_start_line eq 0. &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;        call screen 500.  &lt;/P&gt;&lt;P&gt;442        sy-pagno = g_sypagno.  "wegen Dynpro 200 Spoolinfo bei F8+Druck &lt;/P&gt;&lt;P&gt;443      else.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sankar babu on May 23, 2008 12:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 08:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870146#M930163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870147#M930164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;If the error occures in a non-modified SAP program, you may be &amp;gt;able to &lt;/P&gt;&lt;P&gt;&amp;gt;find an interim solution in an SAP Note&lt;/P&gt;&lt;P&gt;&amp;gt;If you have access to SAP Notes, carry out a search with the &lt;/P&gt;&lt;P&gt;&amp;gt;following &lt;/P&gt;&lt;P&gt;&amp;gt;keywords: &lt;/P&gt;&lt;P&gt;&amp;gt;"POSTING_ILLEGAL_STATEMENT" " " &lt;/P&gt;&lt;P&gt;&amp;gt;"SAPLKKBL" or "LKKBLU01" &lt;/P&gt;&lt;P&gt;&amp;gt;"K_KKB_LIST_DISPLAY" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has the program been modified?  If not do the above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 10:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870147#M930164</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-05-23T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870148#M930165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 07:39:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870148#M930165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T07:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870149#M930166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sankar,&lt;/P&gt;&lt;P&gt;could you post me the solution? I have the same problem!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ferdinando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 16:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870149#M930166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T16:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870150#M930167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please post me the solution, &amp;lt;&amp;lt; Oh, I don't know, maybe sometime next year &amp;gt;&amp;gt;....I have a similar problem in production system and is critical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 17, 2009 10:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870150#M930167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870151#M930168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem involving smartforms. The debugger had missed that I had changed the size of a template, making it bigger than the window it was contained within. This seems to usually be caught, but i guess it can be missed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 15:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870151#M930168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870152#M930169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also facing same problem in T.Code CLM1. &lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Peram Srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Peram   Sriniwas on Apr 28, 2009 7:20 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Peram   Sriniwas on Apr 28, 2009 7:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 05:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870152#M930169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T05:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870153#M930170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;could you post me the solution? I have the same problem!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 18:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870153#M930170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T18:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870154#M930171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sankar, i have the same problem with you. Could you please share with me, how did you fix the problem issue at the line code 442. İ need urgent help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;440&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if i_screen_start_line eq 0.&lt;/P&gt;&lt;P&gt;441&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call screen 500.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sy-pagno = g_sypagno.&amp;nbsp; "wegen Dynpro 200 Spoolinfo bei F8+Druck&lt;/P&gt;&lt;P&gt;443&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Cenk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870154#M930171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T09:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870155#M930172</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;&lt;/P&gt;&lt;P&gt;The error is related to the ABAP coding of the particular program. The program related to sales and billing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error you get must be the user own output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the SAP Note for further analysis and solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://service.sap.com/sap/support/notes/1472777"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;A href="http://service.sap.com/sap/support/notes/1472777" target="test_blank"&gt;http://service.sap.com/sap/support/notes/1472777&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 04:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870155#M930172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T04:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error - POSTING_ILLEGAL_STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870156#M930173</link>
      <description>&lt;P&gt;Similar issue was encountered in a case of PO creeation from BAPI, which went to V1 update error. User was not configured with default printer parameter. Check user parameters for the output settings.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 04:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-posting-illegal-statement/m-p/3870156#M930173</guid>
      <dc:creator>sharonvinod</dc:creator>
      <dc:date>2020-01-14T04:32:09Z</dc:date>
    </item>
  </channel>
</rss>

