<?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: Modify Ztable Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699320#M306632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the statement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Ztable SET f2 = wa-f2&lt;/P&gt;&lt;P&gt;                               f3 = wa-f3&lt;/P&gt;&lt;P&gt;                               f4 = wa-f4&lt;/P&gt;&lt;P&gt;                            WHERE f1 = wa-f1.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 11:43:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T11:43:06Z</dc:date>
    <item>
      <title>Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699315#M306627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following Requirement . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have Z table with Field F1 F2 F3 F4  in My program i am calculting F2 Value  if this entry exists in the  Ztable I am modifying that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I modify   i am able to modify only f2 wher as F3 F4 vales are getting Reset to blank . &lt;/P&gt;&lt;P&gt;I tried .&lt;/P&gt;&lt;P&gt;Modify Dbtab from WA statement Nogo . Modify transporting wont work&lt;/P&gt;&lt;P&gt;Please  assit  if i can change only F2 value without reseting the F3 F4 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks In Advance &lt;/P&gt;&lt;P&gt;Badari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699315#M306627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699316#M306628</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 think u are using control break statements for calculating F2. example&lt;/P&gt;&lt;P&gt;at new f2...if that is the case your work area wouldnt carry the values for the f3 and f4 components.&lt;/P&gt;&lt;P&gt;any how check the values in wa in the modify statement that will answer many questions of yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699316#M306628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699317#M306629</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 think first u need to read the contents of the internal table into the workarea. and then make the changes of the field f2. update the workarea. then u can use the modify statement using the wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY  dbtab  FROM wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it will help u out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else u can just use transporting the fields to the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699317#M306629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699318#M306630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi badari&lt;/P&gt;&lt;P&gt;sorry..... follow the abow &lt;/P&gt;&lt;P&gt;        Naresh Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naresh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699318#M306630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699319#M306631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste your code,then it will be easier to lcaote the exact issue in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually field value will be reset if there another activity check is there in program (or control working in the loop  e.g. at first,at new field etc.).If your code has something simialr to it,then transfer contents of those fields in other variables defined globally.&amp;amp; then after control statement transfer these value to your reqd fields for print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points if  helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699319#M306631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699320#M306632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the statement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Ztable SET f2 = wa-f2&lt;/P&gt;&lt;P&gt;                               f3 = wa-f3&lt;/P&gt;&lt;P&gt;                               f4 = wa-f4&lt;/P&gt;&lt;P&gt;                            WHERE f1 = wa-f1.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699320#M306632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Ztable Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699321#M306633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted Solution to modify sigle field whitout having other fields .&lt;/P&gt;&lt;P&gt;EX  : I have following table &lt;/P&gt;&lt;P&gt;This is  my Z table &lt;/P&gt;&lt;P&gt;Studno   Maths  Sci  Eng &lt;/P&gt;&lt;P&gt;1          10  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get student number  and  SCi Eng  marks in flat file if i upload  for respective student number  sci and eng has to be updated . with out  resetting the Maths Marks . &lt;/P&gt;&lt;P&gt;Solution is  not select that record from table add Sci Maths and Eng then Modify . i was seraching for only Sci eng fields to be updated without writing select on the table .&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;badari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Badarinarayan Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 12:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-ztable-problem/m-p/1699321#M306633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T12:06:13Z</dc:date>
    </item>
  </channel>
</rss>

