<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252820#M1213512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Call function :BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;2)after that create entries for the material into &lt;/P&gt;&lt;P&gt;the table. &lt;/P&gt;&lt;P&gt;3)Append the final internal table.&lt;/P&gt;&lt;P&gt;4)Use the reuse_alv_list_display with the status&lt;/P&gt;&lt;P&gt;of the material.&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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 13:12:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T13:12:32Z</dc:date>
    <item>
      <title>ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252818#M1213510</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 have a scenario here.I want to display an ALV report using FM 'REUSE_ALV_LIST_DISPLAY' to display material master records.&lt;/P&gt;&lt;P&gt;  When the ALV is displayed Material master should be updated from the records in the ALV table.&lt;/P&gt;&lt;P&gt;Now i have a problem here that as soon as the ALV is displayed the material master should get updated without selecting any function code on ALV screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I go ahead with it.DO let me know...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 12:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252818#M1213510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T12:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252819#M1213511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are reading the material data from tables, creating an internal table and then using it to create the alv. Wouldn't it be easier to manipulate the internal table and save the data to the table before creating the alv?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252819#M1213511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252820#M1213512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Call function :BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;2)after that create entries for the material into &lt;/P&gt;&lt;P&gt;the table. &lt;/P&gt;&lt;P&gt;3)Append the final internal table.&lt;/P&gt;&lt;P&gt;4)Use the reuse_alv_list_display with the status&lt;/P&gt;&lt;P&gt;of the material.&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;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252820#M1213512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T13:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252821#M1213513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can set a short timer (class CL_GUI_TIMER) just before displaying your ALV and do the work in the callback method. Look at the report SAP_TIMER_DEMO to see a timer example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252821#M1213513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252822#M1213514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are having the data in final internal table which you are passing to ALV Fn Mod.&lt;/P&gt;&lt;P&gt;With that data update the Material Master and after finishing this call ALV Fn.Module.&lt;/P&gt;&lt;P&gt;Now your Material Master will be updated and ALV also displayed on screen.&lt;/P&gt;&lt;P&gt;Hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srujan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 04:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/5252822#M1213514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T04:47:34Z</dc:date>
    </item>
  </channel>
</rss>

