<?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/1569035#M256898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody for spending time on this.&lt;/P&gt;&lt;P&gt;The problem is solved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 17:00:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T17:00:39Z</dc:date>
    <item>
      <title>ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569028#M256891</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;I have a ALV report with a Button with a Function Code.&lt;/P&gt;&lt;P&gt;I select a record and click on the button to get another ALV report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It goes fine till then , but when i want to come back using BACK code it dumps stating&lt;/P&gt;&lt;P&gt;The program tried to assign a new value to a field even though&lt;/P&gt;&lt;P&gt;it is protected against changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following objects are protected:&lt;/P&gt;&lt;P&gt;- Character or numeric literals,&lt;/P&gt;&lt;P&gt;- Constants (CONSTANTS),&lt;/P&gt;&lt;P&gt;- Function module and method parameters with the type IMPORTING&lt;/P&gt;&lt;P&gt;REFERENCE,&lt;/P&gt;&lt;P&gt;- Untyped field symbols to which a field has not yet been assigned&lt;/P&gt;&lt;P&gt;using ASSIGN,&lt;/P&gt;&lt;P&gt;- TABLES parameters, if the corresponding actual parameter is protected&lt;/P&gt;&lt;P&gt;against changes,&lt;/P&gt;&lt;P&gt;- USING reference parameters and CHANGING parameters in subroutines, if&lt;/P&gt;&lt;P&gt;the&lt;/P&gt;&lt;P&gt;actual parameter is protected against changes,&lt;/P&gt;&lt;P&gt;- Field symbols, if the field assigned using ASSIGN is protected against&lt;/P&gt;&lt;P&gt;changes,&lt;/P&gt;&lt;P&gt;- External write access to attributes with the READ-ONLY property,&lt;/P&gt;&lt;P&gt;- Key components of lines of internal tables with the type HASHED or&lt;/P&gt;&lt;P&gt;SORTED TABLE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Here is teh Dumb analysis, Do i need to clear something before calling another ALV list fron One list ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&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 "SAPLSLVC_FULLSCREEN " had to be terminated beca&lt;/P&gt;&lt;P&gt;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;The field you want to overwrite is a parameter or a field symbol:&lt;/P&gt;&lt;P&gt;Declare the parameter as a VALUE parameter or pass an auxiliary field&lt;/P&gt;&lt;P&gt;to which you assigned the value from the constant before the call.&lt;/P&gt;&lt;P&gt;Alternatively, you can assign the auxiliary field to the field symbol&lt;/P&gt;&lt;P&gt;instead of the constant.&lt;/P&gt;&lt;P&gt;If the error occurred in one of your own programs or in an SAP program&lt;/P&gt;&lt;P&gt;that you modified, try to correct it yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"MOVE_TO_LIT_NOTALLOWED_NODATA" C&lt;/P&gt;&lt;P&gt;"SAPLSLVC_FULLSCREEN " or "LSLVC_FULLSCREENF02 "&lt;/P&gt;&lt;P&gt;"MARKS_SAVE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where termination occurred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "SAPLSLVC_FULLSCREEN " in&lt;/P&gt;&lt;P&gt;"MARKS_SAVE".&lt;/P&gt;&lt;P&gt;The main program was "ZBOM_DIST ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 606 of the source code of the (Include)&lt;/P&gt;&lt;P&gt;program "LSLVC_FULLSCREENF02 "&lt;/P&gt;&lt;P&gt;of the source code of program "LSLVC_FULLSCREENF02 " (when calling the editor&lt;/P&gt;&lt;P&gt;6060).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 03:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569028#M256891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T03:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569029#M256892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you set these parameters properly:&lt;/P&gt;&lt;P&gt;       i_callback_program             = ???&lt;/P&gt;&lt;P&gt;   i_callback_pf_status_set       = '???'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 03:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569029#M256892</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-10-09T03:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569030#M256893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The i_callback_program = program name&lt;/P&gt;&lt;P&gt;&amp;amp; i_callback_pf_status_set = pf_status_set of the 1st alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_callback_program = sy-repid&lt;/P&gt;&lt;P&gt;i_callback_pf_status_set = 'STANDARD'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 03:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569030#M256893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T03:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569031#M256894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show us the usercommand exit form of the second program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 04:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569031#M256894</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-10-09T04:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569032#M256895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam also getting the same error at the same line and same program when i does the same thing as stated by the person posted this query...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did zou find anz solution?? Can you please help me out if you found any solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2006 12:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569032#M256895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-28T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569033#M256896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This kind of dump usually occurs, if you try to change an import variable in your method. It has nothing to do with 'protected attributes' of a class. Sometimes it also occurs, when you try to change a variable via a field symbol, when the variable is already assigned to another field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2006 19:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569033#M256896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-29T19:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569034#M256897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine in 4.6C version but in 4.7 it dumps because in 4.7 the control goes to the following line(&amp;lt;l_box&amp;gt; = ' '.) but in 4.6C the control dosent go to that line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a small piece of the code where its dumping:&lt;/P&gt;&lt;P&gt;if l_ucomm eq '&amp;amp;SAL' or l_ucomm eq '&amp;amp;ALL'. &lt;/P&gt;&lt;P&gt;if l_ucomm eq '&amp;amp;SAL'. &lt;/P&gt;&lt;P&gt;loop at t_outtab. &lt;/P&gt;&lt;P&gt;l_tabix = l_tabix + 1. &lt;/P&gt;&lt;P&gt;&amp;lt;l_box&amp;gt; = ' '. &lt;/P&gt;&lt;P&gt;modify t_outtab index l_tabix. &lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&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;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 10:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569034#M256897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T10:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569035#M256898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody for spending time on this.&lt;/P&gt;&lt;P&gt;The problem is solved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 17:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/1569035#M256898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T17:00:39Z</dc:date>
    </item>
  </channel>
</rss>

