<?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: Module POOL updating z table . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148263#M991916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you do not have to show in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare and interrnal table with same structure as Z table.&lt;/P&gt;&lt;P&gt;pull all data from table control and move to the int table with main asset number and sub asset number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use MODIFY ZTABLE FROM TABLE INT_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will do two things, if the record with primary key exist it will update other wise it will insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 06:30:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T06:30:58Z</dc:date>
    <item>
      <title>Module POOL updating z table .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148262#M991915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In selection screen I should have&lt;/P&gt;&lt;P&gt;Main asset number&lt;/P&gt;&lt;P&gt;sub asset number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to enter some datas here and it should go and update in the ztable...&lt;/P&gt;&lt;P&gt;it should also check whether the entered data exists in the ztable... if it doesnt exists it should update else it should not update......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztable is empty as of now....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in layout I have kept main asset and sub asset..&lt;/P&gt;&lt;P&gt;do I need to keep table controls also... &lt;/P&gt;&lt;P&gt;if so in the same screen or in different screen.&lt;/P&gt;&lt;P&gt;Please help ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 06:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148262#M991915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Module POOL updating z table .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148263#M991916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No you do not have to show in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare and interrnal table with same structure as Z table.&lt;/P&gt;&lt;P&gt;pull all data from table control and move to the int table with main asset number and sub asset number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use MODIFY ZTABLE FROM TABLE INT_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will do two things, if the record with primary key exist it will update other wise it will insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 06:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148263#M991916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T06:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Module POOL updating z table .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148264#M991917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i DECLARED THE SAME.....but still I am not getting it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 07:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148264#M991917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T07:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Module POOL updating z table .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148265#M991918</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;if we want to modify the database table it will check for primary key fields of the database table. If the primary key matches then only the modification works. If you want to change the primary key fields it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 09:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148265#M991918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Module POOL updating z table .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148266#M991919</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;Use &lt;STRONG&gt;modify&lt;/STRONG&gt; statement for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram POnna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 09:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-updating-z-table/m-p/4148266#M991919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T09:11:34Z</dc:date>
    </item>
  </channel>
</rss>

