<?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: SM30-table maintainance-Down loading the data into excel? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784296#M910497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you have already posted a similar query earlier, to check if any events are available.&lt;/P&gt;&lt;P&gt;I have answered it in the other post, and have also answered your current query in that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you implement your custom code for EXCEL download, please see to it that you do not write your code inside the std modules/includes generated by View Maintenance.&lt;/P&gt;&lt;P&gt;If you open the TOP include of your FUGR, you will see the comment asking you not to modify or manually change them for custom coding. Use seperate includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generated includes of View maintenance are subject to refresh and re-writing everytime the maintenance dialogue is re-generated. Hence the recommendation to use different includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 06:57:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T06:57:57Z</dc:date>
    <item>
      <title>SM30-table maintainance-Down loading the data into excel?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784294#M910495</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;&lt;/P&gt;&lt;P&gt;I cretaed a Ztable and table mintainance generator for that table so that user can maintain the table through SM30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the user wants the option to down load the data into excel from  table maintainance screen . I coded  that functionality in PAI Section of the program. But the problem is if any body regeneartes the table maintanance screen , All our custom code will get vanished .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise me how how to achive the functionality of downloading table data into excel from table maintatnance screeninj any other way ?. Is it possible by using the events in Table maintainance? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance ,&lt;/P&gt;&lt;P&gt;Dharma .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 08:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784294#M910495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: SM30-table maintainance-Down loading the data into excel?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784295#M910496</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 can use t.code SE16 &amp;gt; ENTER TABLE NAME HIT ENTER &amp;gt; DISPLAY ENTERIES &amp;gt; EDIT &amp;gt; DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REWARD IF USEFUL&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 08:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784295#M910496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T08:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: SM30-table maintainance-Down loading the data into excel?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784296#M910497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you have already posted a similar query earlier, to check if any events are available.&lt;/P&gt;&lt;P&gt;I have answered it in the other post, and have also answered your current query in that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you implement your custom code for EXCEL download, please see to it that you do not write your code inside the std modules/includes generated by View Maintenance.&lt;/P&gt;&lt;P&gt;If you open the TOP include of your FUGR, you will see the comment asking you not to modify or manually change them for custom coding. Use seperate includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generated includes of View maintenance are subject to refresh and re-writing everytime the maintenance dialogue is re-generated. Hence the recommendation to use different includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 06:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maintainance-down-loading-the-data-into-excel/m-p/3784296#M910497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T06:57:57Z</dc:date>
    </item>
  </channel>
</rss>

