<?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: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559653#M1431104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&amp;lt;li&amp;gt;Put two breakpoints. one is one &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt; function module and another on &lt;STRONG&gt;IF SY-SUBRC  eq 0&lt;/STRONG&gt; after &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt; function module. Now check the the values in &lt;STRONG&gt;itab_all&lt;/STRONG&gt; internal table.


Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2010 08:30:19 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2010-02-03T08:30:19Z</dc:date>
    <item>
      <title>CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559641#M1431092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv created a report using ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is ,  until I call "CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'" function module, my internal table is sorted fine. but after this function module ( i hv seen in debug mode) , the sort order is getting changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv not used any kind of sort in update catalog funcion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; w_repid = sy-repid.
  PERFORM update_catalog.

  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
   EXPORTING
     I_CALLBACK_PROGRAM                 = w_repid
     I_CALLBACK_USER_COMMAND            = 'USER_COMMAND'
     I_CALLBACK_TOP_OF_PAGE             = 'TOP-OF-PAGE'
     IT_FIELDCAT                        = i_fcat[]
     I_SAVE                             = 'X'
    TABLES
      T_OUTTAB                          = i_faglflexa_all
*  EXCEPTIONS
*    PROGRAM_ERROR                     = 1
*    OTHERS                            = 2
            .
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;maverick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 10:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559641#M1431092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559642#M1431093</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;What is the change that is happening in sort order of your internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would suggest you to check the sequence of your fieldcatlog table and internal table.&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;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 11:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559642#M1431093</guid>
      <dc:creator>nikhil_chitre</dc:creator>
      <dc:date>2010-02-02T11:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559643#M1431094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;check the field catlog defination it may be possible that u sorted any colomn by passing 'X' in field catlog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 11:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559643#M1431094</guid>
      <dc:creator>former_member329859</dc:creator>
      <dc:date>2010-02-02T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559644#M1431095</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;Problem is , until I call "CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'" function module, my internal table is sorted fine. but after this function module ( i hv seen in debug mode) , the sort order is getting changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 2, 2010 9:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 11:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559644#M1431095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559645#M1431096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab_open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; status doc no  &lt;/P&gt;&lt;P&gt;open     101&lt;/P&gt;&lt;P&gt;open     102&lt;/P&gt;&lt;P&gt;open     103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab_all.&lt;/P&gt;&lt;P&gt;append itab_open[] to itab_all.&lt;/P&gt;&lt;P&gt;sort itab_all by date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab_clear&lt;/P&gt;&lt;P&gt;status doc no  &lt;/P&gt;&lt;P&gt;clear     104&lt;/P&gt;&lt;P&gt;clear     105&lt;/P&gt;&lt;P&gt;claer     106&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab_clear.&lt;/P&gt;&lt;P&gt;  append itab_clear to itab_all.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hv sorted my internal table itab_all based on date only once after copying the data from itab_open. Then i appended the data from itab_clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  I call CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
   EXPORTING
     I_CALLBACK_PROGRAM                 = w_repid
     I_CALLBACK_USER_COMMAND            = 'USER_COMMAND'
     I_CALLBACK_TOP_OF_PAGE             = 'TOP-OF-PAGE'
     IT_FIELDCAT                        = i_fcat[]
     I_SAVE                             = 'X'
     IT_SORT                            = ''
    TABLES
      T_OUTTAB                          = itab_all
*  EXCEPTIONS
*    PROGRAM_ERROR                     = 1
*    OTHERS                            = 2
            .
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i get the following output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status doc no  &lt;/P&gt;&lt;P&gt;open     101&lt;/P&gt;&lt;P&gt;open     102&lt;/P&gt;&lt;P&gt;clear     104&lt;/P&gt;&lt;P&gt;clear     105&lt;/P&gt;&lt;P&gt;claer     106&lt;/P&gt;&lt;P&gt;open     103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tha's the problem.  why one open item is displayed at the end.  i sorted itab_all after  copying the data from itab_open and after itab_clear.&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;Maverick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 11:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559645#M1431096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559646#M1431097</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 saw your this statement 'i sorted itab_all after copying the data from itab_open and after itab_clear'. May be because of that you are getting such output you sorted the table twice once after copying itab_open and again after copying itab_clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that why can't you sort the itab_open and itab_clear before appending to itab_all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559646#M1431097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T12:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559647#M1431098</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;First Sort the first internal table and then you are writting the some logic to append , then again sort the another internal table and then based on the some condition your appending to final intenal table which is your output by using the Grid FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to sort the final internal table which is used for GRID display and make the SORT as 'X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this.&lt;/P&gt;&lt;P&gt;&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;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559647#M1431098</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2010-02-02T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559648#M1431099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for typing mistake.&lt;/P&gt;&lt;P&gt;the statement was as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i sorted itab_all after copying the data from itab_open and       after after itab_clear.&lt;/P&gt;&lt;P&gt;i sorted itab_all after copying the data from itab_open and not after after itab_clear.&lt;/P&gt;&lt;P&gt;&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;Maverick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559648#M1431099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T12:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559649#M1431100</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;You have sorted based on date. Please Check the date for the record Open 103 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tharani on Feb 2, 2010 1:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 12:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559649#M1431100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T12:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559650#M1431101</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;According to your question, you are getting output as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status doc no &lt;/P&gt;&lt;P&gt;open 101&lt;/P&gt;&lt;P&gt;open 102&lt;/P&gt;&lt;P&gt;clear 104&lt;/P&gt;&lt;P&gt;clear 105&lt;/P&gt;&lt;P&gt;claer 106&lt;/P&gt;&lt;P&gt;open 103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you don't want open item to be displayed at the end. So, after appending the data from itab_open, you sorted itab_all by date. Then appended data from itab_clear. So, after appending data from itab_clear, did you check how itab_all is appearing? Whether it is same as output displayed finally?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 13:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559650#M1431101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559651#M1431102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I hv checked right bofore the call of &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
   EXPORTING
     I_CALLBACK_PROGRAM                 = w_repid
     I_CALLBACK_USER_COMMAND            = 'USER_COMMAND'
     I_CALLBACK_TOP_OF_PAGE             = 'TOP-OF-PAGE'
     IT_FIELDCAT                        = i_fcat[]
     I_SAVE                             = 'X'
    TABLES
      T_OUTTAB                          = i_faglflexa_all
*  EXCEPTIONS
*    PROGRAM_ERROR                     = 1
*    OTHERS                            = 2
            .
  IF SY-SUBRC  0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is in the order i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if iput a break point at &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC  0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get the sort order changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My field catlog is like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;i_fcat-fieldname  = 'W_STATUS'.
  i_fcat-seltext_m  = 'Status'.
  i_fcat-col_pos    = 0.
  i_fcat-sp_group   = 'X'.
  i_fcat-outputlen  = 12.

  append i_fcat to i_fcat.
  clear  i_fcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m not using any sort condition here.&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;Mavericl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 06:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559651#M1431102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T06:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559652#M1431103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maverickk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add STABLE to your SORT Statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is SORT IT_TABLE  STABLE by FIELD .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 07:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559652#M1431103</guid>
      <dc:creator>rahul2000</dc:creator>
      <dc:date>2010-02-03T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559653#M1431104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&amp;lt;li&amp;gt;Put two breakpoints. one is one &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt; function module and another on &lt;STRONG&gt;IF SY-SUBRC  eq 0&lt;/STRONG&gt; after &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY&lt;/STRONG&gt; function module. Now check the the values in &lt;STRONG&gt;itab_all&lt;/STRONG&gt; internal table.


Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 08:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-reuse-alv-grid-display/m-p/6559653#M1431104</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-02-03T08:30:19Z</dc:date>
    </item>
  </channel>
</rss>

