<?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: Z Table ABC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803484#M344899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply create a Table maintenance for the table from SE11 and the table maint. can be accessed from SM30 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11, put the table name, Change&lt;/P&gt;&lt;P&gt;Go to Utilities --&amp;gt; Table maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify a function group, authorization group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful ansewrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ravikumar Allampallam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 17:16:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T17:16:41Z</dc:date>
    <item>
      <title>Z Table ABC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803482#M344897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need a program for insert, update and delete values to a Z table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803482#M344897</guid>
      <dc:creator>sergio_cifuentes</dc:creator>
      <dc:date>2006-11-30T17:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Z Table ABC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803483#M344898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;tables: xyz.&lt;/P&gt;&lt;P&gt;data : itab like xyz with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*insert&lt;/P&gt;&lt;P&gt;xyz-field1 = value1.&lt;/P&gt;&lt;P&gt;xyz-field2 = value2.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;insert xyz. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from xyz into itab.&lt;/P&gt;&lt;P&gt;&amp;lt;modify itab values&amp;gt;.&lt;/P&gt;&lt;P&gt;update xyz where &amp;lt;keyfield&amp;gt; = itab-&amp;lt;keyfield&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*delete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete from xyz where &amp;lt;keyfield&amp;gt; = value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************&lt;/P&gt;&lt;P&gt;u can this way also...&lt;/P&gt;&lt;P&gt;Simply create a Table maintenance for the table from SE11 and the table maint. can be accessed from SM30 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11, put the table name, Change&lt;/P&gt;&lt;P&gt;Go to Utilities --&amp;gt; Table maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify a function group, authorization group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ramesh Babu Chirumamilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803483#M344898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Z Table ABC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803484#M344899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply create a Table maintenance for the table from SE11 and the table maint. can be accessed from SM30 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11, put the table name, Change&lt;/P&gt;&lt;P&gt;Go to Utilities --&amp;gt; Table maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify a function group, authorization group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful ansewrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ravikumar Allampallam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 17:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-abc/m-p/1803484#M344899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T17:16:41Z</dc:date>
    </item>
  </channel>
</rss>

