<?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: Save data in Ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393562#M814828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nanda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an internal table of same structture as of the standard table.&lt;/P&gt;&lt;P&gt;Populate the internal table using Select query.&lt;/P&gt;&lt;P&gt;Then use MODIFY ZTABLE FROM &amp;lt;internal table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 04:56:29 GMT</pubDate>
    <dc:creator>vishal_sharda2</dc:creator>
    <dc:date>2008-02-08T04:56:29Z</dc:date>
    <item>
      <title>Save data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393559#M814825</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 had a query. In which i'll get the values from a standard tcode i want to save that values in a customised Z table. How to save that data automatically whenever the data comes to standard table at the same time it should come to Z table also. Or the data in that table should be filled here also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 04:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393559#M814825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T04:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Save data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393560#M814826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; First move data into a internal table (ITAB) then code&lt;/P&gt;&lt;P&gt; MODIFY ZTABLE FROM ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 04:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393560#M814826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T04:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Save data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393561#M814827</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;Try to find an user-exit which gets triggered while saving that t-code.........and write ur Ztable's update code in that user-exit.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 04:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393561#M814827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T04:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Save data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393562#M814828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nanda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an internal table of same structture as of the standard table.&lt;/P&gt;&lt;P&gt;Populate the internal table using Select query.&lt;/P&gt;&lt;P&gt;Then use MODIFY ZTABLE FROM &amp;lt;internal table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 04:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-data-in-ztable/m-p/3393562#M814828</guid>
      <dc:creator>vishal_sharda2</dc:creator>
      <dc:date>2008-02-08T04:56:29Z</dc:date>
    </item>
  </channel>
</rss>

