<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027775#M82911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first you need to Build sort tables &lt;/P&gt;&lt;P&gt;assume i have sales order, item &lt;/P&gt;&lt;P&gt;based on sales order change i want to give total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that you need to give sort table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Sales Document #&lt;/P&gt;&lt;P&gt;  L_SPOS        = L_SPOS + 1.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-SPOS      = L_SPOS.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-FIELDNAME = 'VBELN'.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-TABNAME   = 'IT_DISPLAY'.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-UP        = 'X'.&lt;/P&gt;&lt;P&gt;    IT_SORT_DATA-SUBTOT = 'X'.&lt;/P&gt;&lt;P&gt;    IT_SORT_DATA-GROUP = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND IT_SORT_DATA.&lt;/P&gt;&lt;P&gt;  CLEAR IT_SORT_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for getting subttoal text you need to create an event with form SUBTOTAL_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form subttoal_text.&lt;/P&gt;&lt;P&gt;write:/text..//.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you are able to follow me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2005 13:33:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-13T13:33:08Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027772#M82908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;     I am working with ALV, i am displaying my ztable data in ALV ,wat is required is i should add total of a field and  should be displayed at the top of the all records displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one plz guide me in this issue.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 12:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027772#M82908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027773#M82909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In layout &amp;lt;b&amp;gt;gs_layout-totals_before_items = 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to close your earlier threads and reward for helpful answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 13:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027773#M82909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027774#M82910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;         Thankx but how would i give the sum,&lt;/P&gt;&lt;P&gt;do i need to add it in my program or do i need to use any standard method get_subtotals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 13:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027774#M82910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027775#M82911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first you need to Build sort tables &lt;/P&gt;&lt;P&gt;assume i have sales order, item &lt;/P&gt;&lt;P&gt;based on sales order change i want to give total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that you need to give sort table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Sales Document #&lt;/P&gt;&lt;P&gt;  L_SPOS        = L_SPOS + 1.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-SPOS      = L_SPOS.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-FIELDNAME = 'VBELN'.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-TABNAME   = 'IT_DISPLAY'.&lt;/P&gt;&lt;P&gt;  IT_SORT_DATA-UP        = 'X'.&lt;/P&gt;&lt;P&gt;    IT_SORT_DATA-SUBTOT = 'X'.&lt;/P&gt;&lt;P&gt;    IT_SORT_DATA-GROUP = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND IT_SORT_DATA.&lt;/P&gt;&lt;P&gt;  CLEAR IT_SORT_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for getting subttoal text you need to create an event with form SUBTOTAL_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form subttoal_text.&lt;/P&gt;&lt;P&gt;write:/text..//.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you are able to follow me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 13:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027775#M82911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027776#M82912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;         Unfortunately i am not! &lt;/P&gt;&lt;P&gt;wat i have here is  Data is displayed on ALV ,and now user is doing a sum for a field and now he wants it be done automatically.&lt;/P&gt;&lt;P&gt;i have tried the option of &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; GS_LAYOUT-TOTALS_BEF = 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for displaying the total, how can ?&lt;/P&gt;&lt;P&gt;i have tried the FM LVC_TOTALS_GET &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i had a look at&amp;lt;b&amp;gt; CALL METHOD &amp;lt;ref. var. to CL_GUI_ALV_GRID &amp;gt; -&amp;gt;get_subtotals&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;but not yes succeded&lt;/P&gt;&lt;P&gt;Plz help me out ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 13:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027776#M82912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027777#M82913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    is not possible to give a default added value on the top of ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one confirm me !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 14:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027777#M82913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T14:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027778#M82914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Automatically means you have to do some reasearch ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will find out, yesterday's alv problem is over or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to close the threads &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by giving appropriate points..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 14:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027778#M82914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027779#M82915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;     Is there any SAPprogram that reflects my requirement, i have been working around this but did not grap much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one throw some light at this issue ! &lt;/P&gt;&lt;P&gt;it would be really great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 14:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027779#M82915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027780#M82916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE80 and Choos Package and Give SLIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find lot of examples.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't think they will match your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait for some more responses..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 14:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027780#M82916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T14:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027781#M82917</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 am still working but not yet fruitfull ,Does any one have any idea plz kindly suggest .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 16:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027781#M82917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T16:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027782#M82918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The best thing i can suggest is do a loop at the internal table &amp;amp; get the total in a variable.Now display the variable at the header.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;FORM EVENTTAB_BUILD CHANGING LT_EVENTS TYPE SLIS_T_EVENT.&lt;/P&gt;&lt;P&gt;CONSTANTS:&lt;/P&gt;&lt;P&gt;GC_FORMNAME_TOP_OF_PAGE TYPE SLIS_FORMNAME VALUE 'TOP_OF_PAGE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: LS_EVENT TYPE SLIS_ALV_EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_EVENTS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            I_LIST_TYPE = 0&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            ET_EVENTS   = LT_EVENTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE LT_EVENTS WITH KEY NAME =  SLIS_EV_TOP_OF_PAGE&lt;/P&gt;&lt;P&gt;                           INTO LS_EVENT.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;    MOVE GC_FORMNAME_TOP_OF_PAGE TO LS_EVENT-FORM.&lt;/P&gt;&lt;P&gt;    APPEND LS_EVENT TO LT_EVENTS.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt;FORM COMMENT_BUILD CHANGING GT_TOP_OF_PAGE TYPE SLIS_T_LISTHEADER.&lt;/P&gt;&lt;P&gt;  DATA: GS_LINE TYPE SLIS_LISTHEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR GS_LINE.&lt;/P&gt;&lt;P&gt;  GS_LINE-TYP  = 'H'.&lt;/P&gt;&lt;P&gt;  GS_LINE-INFO = "write ur total variable here.&lt;/P&gt;&lt;P&gt;  APPEND GS_LINE TO GT_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;***************&lt;/P&gt;&lt;P&gt;FORM CALL_ALV.&lt;/P&gt;&lt;P&gt;Pass the it_events with gt_events[].&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            I_CALLBACK_PROGRAM       = SY-REPID&lt;/P&gt;&lt;P&gt;            I_CALLBACK_PF_STATUS_SET = 'FRM_PF_STATUS'&lt;/P&gt;&lt;P&gt;            is_layout   = Gs_layout&lt;/P&gt;&lt;P&gt;            i_callback_user_command = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;            it_fieldcat = Gt_fieldcat&lt;/P&gt;&lt;P&gt;            it_sort     = Gt_sort&lt;/P&gt;&lt;P&gt;            IT_EVENTS   = &amp;lt;b&amp;gt;GT_EVENTS[]&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            t_outtab    = ITAB1."Your Internal table&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the performs at the end of selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BUILD. "Build your ALV here&lt;/P&gt;&lt;P&gt;PERFORM EVENTTAB_BUILD CHANGING GT_EVENTS.&lt;/P&gt;&lt;P&gt;PERFORM COMMENT_BUILD  CHANGING GT_LIST_TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;PERFORM CALL_ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 16:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027782#M82918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T16:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027783#M82919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Does'nt sounds so difficult!&lt;/P&gt;&lt;P&gt; only thing u have to do when filling the field catalog u should add this option GS_FLDCAT-DO_SUM = 'X'.&lt;/P&gt;&lt;P&gt;it ill automatically give u the sum for the corresponding field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have solved problem ,Reward points tat ill surely give a motivation to all members to help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 12:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027783#M82919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027784#M82920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azee,&lt;/P&gt;&lt;P&gt;        I have tried with GS_FLDCAT-DO_SUM = 'X'&lt;/P&gt;&lt;P&gt;it worked , Thankx a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surely u ill be rewarded.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 14:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/1027784#M82920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T14:27:46Z</dc:date>
    </item>
  </channel>
</rss>

