<?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 in SAP code when using VL02n in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516081#M569254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you searched OSS notes for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 18:23:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T18:23:24Z</dc:date>
    <item>
      <title>Error in SAP code when using VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516080#M569253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use VL02n to do a PGI (post goods issue).  The problem just started today when we activated a requirement on an output type.  This error does not occur in development but only in Test.  Below is the short dump of the error.  Does anybody have any ideas what could have gone wrong when we activated the output type requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated                                                        &lt;/P&gt;&lt;P&gt;    The termination occurred in the ABAP program "SAPLKKBL" in                         &lt;/P&gt;&lt;P&gt;     "K_KKB_LIST_DISPLAY".                                                             &lt;/P&gt;&lt;P&gt;    The main program was "RSM13000 ".                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in line 418 of the source code of the (Include)           &lt;/P&gt;&lt;P&gt;     program "LKKBLU01"                                                                &lt;/P&gt;&lt;P&gt;    of the source code of program "LKKBLU01" (when calling the editor 4180).           &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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  388     l_fieldcat_state = '2'.                                                        &lt;/P&gt;&lt;P&gt;  389     l_sort_state     = '2'.                                                        &lt;/P&gt;&lt;P&gt;  390     call function 'ALV_EXPORT_TO_BUFFER_KKBLO'                                     &lt;/P&gt;&lt;P&gt;  391         exporting                                                                  &lt;/P&gt;&lt;P&gt;  392              is_ltdxkey             = ls_ltdxkey                                   &lt;/P&gt;&lt;P&gt;  393 *            I_LANGU                = SY-LANGU                                     &lt;/P&gt;&lt;P&gt;  394              it_fieldcat_kkblo      = gt_stack-it_fieldcat                         &lt;/P&gt;&lt;P&gt;  395              i_fieldcat_kkblo_state = l_fieldcat_state                             &lt;/P&gt;&lt;P&gt;  396              it_sort_kkblo          = gt_stack-it_sort                             &lt;/P&gt;&lt;P&gt;  397              i_sort_kkblo_state     = l_sort_state                                 &lt;/P&gt;&lt;P&gt;  398              it_filter_kkblo        = gt_stack-t_filter                            &lt;/P&gt;&lt;P&gt;  399              is_layout_kkblo        = gt_stack-is_layout                           &lt;/P&gt;&lt;P&gt;  400         exceptions                                                                 &lt;/P&gt;&lt;P&gt;  401              no_key                 = 0                                            &lt;/P&gt;&lt;P&gt;  402              no_export              = 0                                            &lt;/P&gt;&lt;P&gt;  403              others                 = 0.                                           &lt;/P&gt;&lt;P&gt;  404     if sy-subrc ne 0.                                                              &lt;/P&gt;&lt;P&gt;  405     endif.                                                                         &lt;/P&gt;&lt;P&gt;  406   endif.                                                                           &lt;/P&gt;&lt;P&gt;  407                                                                                &lt;/P&gt;&lt;P&gt;408 *... Export Stack to Memory                                                        &lt;/P&gt;&lt;P&gt;  409   perform stack_memory_export.                                                     &lt;/P&gt;&lt;P&gt;  410                                                                                &lt;/P&gt;&lt;P&gt;411   if i_screen_start_line ne 0.                                                     &lt;/P&gt;&lt;P&gt;  412     gt_stack-is_layout-i_am_popup = 'X'.                                           &lt;/P&gt;&lt;P&gt;  413   endif.                                                                           &lt;/P&gt;&lt;P&gt;  414                                                                                &lt;/P&gt;&lt;P&gt;415   if gt_stack-is_layout-detail_only is initial.                                    &lt;/P&gt;&lt;P&gt;  416     if gt_stack-is_layout-suppress_dynpro is initial.                              &lt;/P&gt;&lt;P&gt;  417       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;  419         sy-pagno = g_sypagno.  "wegen Dynpro 200 Spoolinfo bei F8+Druck            &lt;/P&gt;&lt;P&gt;  420       else.                                                                        &lt;/P&gt;&lt;P&gt;  421         call screen 501 starting at i_screen_start_column                          &lt;/P&gt;&lt;P&gt;  422                                     i_screen_start_line                            &lt;/P&gt;&lt;P&gt;  423                         ending   at i_screen_end_column                            &lt;/P&gt;&lt;P&gt;  424                                     i_screen_end_line.                             &lt;/P&gt;&lt;P&gt;  425         sy-pagno = g_sypagno.                                                      &lt;/P&gt;&lt;P&gt;  426       endif.                                                                       &lt;/P&gt;&lt;P&gt;  427     else.                                                                          &lt;/P&gt;&lt;P&gt;  428       if gt_stack-is_layout-interface_complete is initial.                         &lt;/P&gt;&lt;P&gt;  429         perform first_list_display.                                                &lt;/P&gt;&lt;P&gt;  430       else.                                                                        &lt;/P&gt;&lt;P&gt;  431         perform list_output_new tables t_outtab                                    &lt;/P&gt;&lt;P&gt;  432                                        gt_dummy.                                   &lt;/P&gt;&lt;P&gt;  433       endif.                                                                       &lt;/P&gt;&lt;P&gt;  434     endif.                                                                         &lt;/P&gt;&lt;P&gt;  435   else.                                                                            &lt;/P&gt;&lt;P&gt;  436     gs_selfield-tabindex = 1.                                                      &lt;/P&gt;&lt;P&gt;  437     gs_selfield-tabname  = gt_stack-i_tabname.                                     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 18:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516080#M569253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T18:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAP code when using VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516081#M569254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you searched OSS notes for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 18:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516081#M569254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T18:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in SAP code when using VL02n</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516082#M569255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message is Posting_illegal_statement and yes I did search OSS (I always do that first) but I could not find anything relevant to my error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 18:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-code-when-using-vl02n/m-p/2516082#M569255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T18:30:39Z</dc:date>
    </item>
  </channel>
</rss>

