<?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: ALV Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799022#M1123769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIT means 'Literal'. Thus, somewhere in your ALV report you are using a constant variable (read-only) which is "fed" to the ALV (grid / fm ???) yet the ALV expects this variable to be read &amp;amp; write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without the coding I can only guess. I would suggest to inactivate as many parameters from the ALV call (class / fm ???) and see if you can get rid of the problem. Next you can add one parameter after the other and nail down the error cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And remind that all CHANGING parameters must be globally accessible for the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 19:58:20 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-12-04T19:58:20Z</dc:date>
    <item>
      <title>ALV Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799021#M1123768</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 have generated a ALV Report and am getting the desired output.&lt;/P&gt;&lt;P&gt;But, the problem arises when I click anything in the Output screen. Even if when I try to exit, or double click anything in the report output, I get the following error -- MOVE_TO_LIT_NOTALLOWED_NODATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam not able to understand the cause of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should we make changes for rectifying the error i.e., Layout, Events etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam  trying to get the solution for the problem for the past 3 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shivaa......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 19:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799021#M1123768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T19:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799022#M1123769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIT means 'Literal'. Thus, somewhere in your ALV report you are using a constant variable (read-only) which is "fed" to the ALV (grid / fm ???) yet the ALV expects this variable to be read &amp;amp; write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without the coding I can only guess. I would suggest to inactivate as many parameters from the ALV call (class / fm ???) and see if you can get rid of the problem. Next you can add one parameter after the other and nail down the error cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And remind that all CHANGING parameters must be globally accessible for the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 19:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799022#M1123769</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-12-04T19:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799023#M1123770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there..&lt;/P&gt;&lt;P&gt;1.check the events you are using in the report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. at selection output and initialization...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. After output screen hit /h in the command prompt and click and debug the code why its happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 20:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799023#M1123770</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-04T20:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799024#M1123771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this code and compare with your code and Comment the line *GS_LAYOUT-box_fieldname = 'SELECTED'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM init_layout.&lt;/P&gt;&lt;P&gt;gs_layout-colwidth_optimize = 'X'.&lt;/P&gt;&lt;P&gt;gs_layout-zebra = 'X'.&lt;/P&gt;&lt;P&gt;gs_layout-no_input = ' '.&lt;/P&gt;&lt;P&gt;gs_LAYOUT-BOX_FIELDNAME = 'BUDAT'.&lt;/P&gt;&lt;P&gt;gs_layout-box_tabname = 'IT_SALIDA'.&lt;/P&gt;&lt;P&gt;GS_LAYOUT-INFO_FIELDNAME = 'LINE_COLOR'.&lt;/P&gt;&lt;P&gt;*GS_LAYOUT-box_fieldname = 'SELECTED'.&lt;/P&gt;&lt;P&gt;ENDFORM. " init_layout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Comment the line &lt;STRONG&gt;GS_LAYOUT-box_fieldname = 'SELECTED'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and add the lines&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_LAYOUT-BOX_FIELDNAME = 'BUDAT'.&lt;/P&gt;&lt;P&gt;gs_layout-box_tabname = 'IT_SALIDA'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 06:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/4799024#M1123771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T06:55:08Z</dc:date>
    </item>
  </channel>
</rss>

