<?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 using class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486668#M560874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but in &lt;/P&gt;&lt;P&gt;MODULE PBO OUTPUT. (of the screen 100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt; exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_BUFFER_ACTIVE               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_BYPASSING_BUFFER            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_CONSISTENCY_CHECK           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_STRUCTURE_NAME              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IS_VARIANT                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     I_SAVE                        = 'A'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_DEFAULT                     = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IS_LAYOUT                     = gs_layout&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IS_PRINT                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_SPECIAL_GROUPS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_TOOLBAR_EXCLUDING          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_HYPERLINK                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_ALV_GRAPHICS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_EXCEPT_QINFO               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        IT_OUTTAB                  = t_output1[]&lt;/P&gt;&lt;P&gt;        IT_FIELDCATALOG            = w_gt_field&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_SORT                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_FILTER                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   INVALID_PARAMETER_COMBINATION = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PROGRAM_ERROR                 = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   TOO_MANY_LINES                = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   others                        = 4&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will call this method passing t_output1.&lt;/P&gt;&lt;P&gt;but for the next radiobutton internal table dat shuld pass to this method is t_output2.&lt;/P&gt;&lt;P&gt;can i pass internal table to module PBO output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 04:54:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T04:54:04Z</dc:date>
    <item>
      <title>ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486661#M560867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hve radio button in selection screen . if i executet his prog by selecting any of this radio button it shuld go to alv list. here alv list using the concept of oop.&lt;/P&gt;&lt;P&gt;whether i need to add 2 screens to display this 2 ALV list.since the method to display the ALV is writing in PBO output of the screen. &lt;/P&gt;&lt;P&gt;is it possible to pass the internal table to same screen depends on the selection of radio button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486661#M560867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486662#M560868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes u can use the same screen, in PBO Passthe internal table to the method used for creating alv, based on the radiobutton pressed.&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;if p_r1 = 'X'.&lt;/P&gt;&lt;P&gt;call method with itab1.&lt;/P&gt;&lt;P&gt;elseif p_r2 = 'X'.&lt;/P&gt;&lt;P&gt;call method with itab1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486662#M560868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486663#M560869</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;see the system defined programs&lt;/P&gt;&lt;P&gt;BCALV_GRID_* and BCALV_EDIT_* programs to learn Object Oriented ALV(alv using class).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486663#M560869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486664#M560870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but wat im doing is &lt;/P&gt;&lt;P&gt;  if p_r1 = c_x.&lt;/P&gt;&lt;P&gt;    PERFORM fieldcatalog_init.&lt;/P&gt;&lt;P&gt;    perform alv_grid_class.&lt;/P&gt;&lt;P&gt;  elseif p_r2 = c_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; perform alv_grid_class this perform will call screen 100. so PBO will call automatically. so how can i pass itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486664#M560870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486665#M560871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste the code of your perform "alv_grid_class" here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486665#M560871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486666#M560872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM alv_grid_class .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " alv_grid_class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486666#M560872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486667#M560873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u could do is declare the internal table used in the screen 100 as global so that any screen in that program can use it. Once the radiobutton is pressed populate the inetrnal table you are using during creation of ALV and then call the fieldcatalog &amp;amp; alv_grid_class methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486667#M560873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486668#M560874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but in &lt;/P&gt;&lt;P&gt;MODULE PBO OUTPUT. (of the screen 100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt; exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_BUFFER_ACTIVE               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_BYPASSING_BUFFER            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_CONSISTENCY_CHECK           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_STRUCTURE_NAME              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IS_VARIANT                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     I_SAVE                        = 'A'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_DEFAULT                     = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IS_LAYOUT                     = gs_layout&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IS_PRINT                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_SPECIAL_GROUPS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_TOOLBAR_EXCLUDING          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_HYPERLINK                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_ALV_GRAPHICS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_EXCEPT_QINFO               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;        IT_OUTTAB                  = t_output1[]&lt;/P&gt;&lt;P&gt;        IT_FIELDCATALOG            = w_gt_field&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_SORT                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IT_FILTER                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   INVALID_PARAMETER_COMBINATION = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PROGRAM_ERROR                 = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   TOO_MANY_LINES                = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   others                        = 4&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will call this method passing t_output1.&lt;/P&gt;&lt;P&gt;but for the next radiobutton internal table dat shuld pass to this method is t_output2.&lt;/P&gt;&lt;P&gt;can i pass internal table to module PBO output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 04:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486668#M560874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T04:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486669#M560875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;I_SAVE = 'A'&lt;/P&gt;&lt;P&gt;IS_LAYOUT = gs_layout&lt;/P&gt;&lt;P&gt;CHANGING&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;IT_OUTTAB = t_output1&lt;/P&gt;&lt;P&gt;IT_FIELDCATALOG = w_gt_field[]&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486669#M560875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486670#M560876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the structure of t_output1 and t_output2 is same then create a common internal table say t_output_common and pass this to the method. Populate this method once the radio butoon is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;if p_r1 = 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;t_output_common[] = t_output1[].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;//cal performs as above&lt;/P&gt;&lt;P&gt;elseif p_r2 = 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;t_output_common[] = t_output2[].&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;//cal performs as above&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Navneeth Bothra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486670#M560876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486671#M560877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO itab structure is not same.. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486671#M560877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486672#M560878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then what u can do is call this method &lt;/P&gt;&lt;P&gt;GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY  itself based on radiobutton selected.&lt;/P&gt;&lt;P&gt;capture which radiobutton selected in the first screen and store it in a variable and in the screen 100. use that variable to trigger this method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486672#M560878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486673#M560879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so based on radio button selected , will this GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY need to write twice??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486673#M560879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486674#M560880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u need to write it twice with diff  based on radio button selected. but will be triggered only one based on radiobutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486674#M560880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486675#M560881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;navneeth thx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 05:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-class/m-p/2486675#M560881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T05:41:57Z</dc:date>
    </item>
  </channel>
</rss>

