<?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 ALV Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7879256#M1594644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts I'm working on an ALV Grid, I created it using OO, thet I add a field in the fieldcat internal table because I want to add a button(Chack box) to mu ALV and choose some lines from the returned ALV, I found that I've to use the method GET_SELECTED_ROWS, then I got this dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error in the ABAP Application Program&lt;/STRONG&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The current ABAP program "CL_GUI_ALV_GRID===============CP" had to be&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;terminated because it has&lt;/STRONG&gt;                                              &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;come across a statement that unfortunately cannot be executed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Programme                               CL_GUI_ALV_GRID===============CP&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Include                                 CL_GUI_ALV_GRID===============CM03B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Ligne                                   231&lt;/STRONG&gt;                                &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Type de module                          (METHOD)&lt;/STRONG&gt;                           &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Nom du module                           SPLIT_GOOD_AND_BAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 *--   Formal field check without DDIC reference              
       call method me-&amp;gt;formal_field_check_no_ddic             
         exporting                                            
           i_currency    = &amp;lt;l_currency&amp;gt;                       
           i_value       = ls_cells-value                     
           i_row_id      = ls_cells-row_id                    
           i_tabix       = l_tabix                            
           is_fieldcat   = ls_fieldcat                        
         importing                                            
           eflg_invalid  = eflg_invalid                       
         changing                                             
           c_field       = &amp;lt;l_field&amp;gt;                          
           ct_good_cells = et_good_cells                      
           ct_mod_cells  = et_mod_cells.                      
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt; Field symbol   &amp;lt;l_field&amp;gt; has not yet been assigned!!!&lt;/P&gt;&lt;P&gt;                                                      &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SMAALI Achraf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2011 08:08:55 GMT</pubDate>
    <dc:creator>achraf_smaali</dc:creator>
    <dc:date>2011-05-04T08:08:55Z</dc:date>
    <item>
      <title>ALV Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7879256#M1594644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts I'm working on an ALV Grid, I created it using OO, thet I add a field in the fieldcat internal table because I want to add a button(Chack box) to mu ALV and choose some lines from the returned ALV, I found that I've to use the method GET_SELECTED_ROWS, then I got this dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error in the ABAP Application Program&lt;/STRONG&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The current ABAP program "CL_GUI_ALV_GRID===============CP" had to be&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;terminated because it has&lt;/STRONG&gt;                                              &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;come across a statement that unfortunately cannot be executed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Programme                               CL_GUI_ALV_GRID===============CP&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Include                                 CL_GUI_ALV_GRID===============CM03B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Ligne                                   231&lt;/STRONG&gt;                                &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Type de module                          (METHOD)&lt;/STRONG&gt;                           &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Nom du module                           SPLIT_GOOD_AND_BAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 *--   Formal field check without DDIC reference              
       call method me-&amp;gt;formal_field_check_no_ddic             
         exporting                                            
           i_currency    = &amp;lt;l_currency&amp;gt;                       
           i_value       = ls_cells-value                     
           i_row_id      = ls_cells-row_id                    
           i_tabix       = l_tabix                            
           is_fieldcat   = ls_fieldcat                        
         importing                                            
           eflg_invalid  = eflg_invalid                       
         changing                                             
           c_field       = &amp;lt;l_field&amp;gt;                          
           ct_good_cells = et_good_cells                      
           ct_mod_cells  = et_mod_cells.                      
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt; Field symbol   &amp;lt;l_field&amp;gt; has not yet been assigned!!!&lt;/P&gt;&lt;P&gt;                                                      &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SMAALI Achraf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 08:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7879256#M1594644</guid>
      <dc:creator>achraf_smaali</dc:creator>
      <dc:date>2011-05-04T08:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7879257#M1594645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a problem of incompatibility of the outtab table which I provide and and the fieldcatalog table which I loop at. because of the added field to show my chekbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 10:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7879257#M1594645</guid>
      <dc:creator>achraf_smaali</dc:creator>
      <dc:date>2011-05-05T10:20:44Z</dc:date>
    </item>
  </channel>
</rss>

