<?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 update......... only few fields. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680359#M886305</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;say i have 150 fields............... 100 fields are modiafable..........&lt;/P&gt;&lt;P&gt;i want to change 10 fields among these 100.&lt;/P&gt;&lt;P&gt;what should i use : modify or update??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to enter remaining 90 fields.....they remain blank in the display screen..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only enter these 10 random modifying fields..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used - UPDATE &amp;lt;db TABLE&amp;gt; FROM &amp;lt;TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now... i need to enter all fields.......... if i give all fields "optional" in Export parameter then only non optional fields ned to be given. but all other optional fields which were not given input become blank in the datadict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do to change only few fields and the fields which i do not enter remain with the old values.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 09:20:00 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2008-04-21T09:20:00Z</dc:date>
    <item>
      <title>update......... only few fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680359#M886305</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;say i have 150 fields............... 100 fields are modiafable..........&lt;/P&gt;&lt;P&gt;i want to change 10 fields among these 100.&lt;/P&gt;&lt;P&gt;what should i use : modify or update??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to enter remaining 90 fields.....they remain blank in the display screen..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i only enter these 10 random modifying fields..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used - UPDATE &amp;lt;db TABLE&amp;gt; FROM &amp;lt;TABLE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now... i need to enter all fields.......... if i give all fields "optional" in Export parameter then only non optional fields ned to be given. but all other optional fields which were not given input become blank in the datadict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do to change only few fields and the fields which i do not enter remain with the old values.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 09:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680359#M886305</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-04-21T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: update......... only few fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680360#M886306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all get the entry from Table(with the Key)&lt;/P&gt;&lt;P&gt;into header and change what ever fields you want to change .. &lt;/P&gt;&lt;P&gt;then update table using the header ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 09:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680360#M886306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: update......... only few fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680361#M886307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following syntax:&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;if field2,field3,field4 are the fields you want to update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE  &amp;lt;dbtable&amp;gt;&lt;/P&gt;&lt;P&gt;        SET field2 = wa_table-field1&lt;/P&gt;&lt;P&gt;               field3 = wa_table-field3&lt;/P&gt;&lt;P&gt;               field4 = wa_table-field4&lt;/P&gt;&lt;P&gt;  WHERE  field1 = wa_table-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will update the fields which you entered in SET condition without affecting the other fields of teh same record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 should be the primary key for the db table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 09:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680361#M886307</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2008-04-21T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: update......... only few fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680362#M886308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this it had n=many options you first check which is best for u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/update.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/update.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 09:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680362#M886308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: update......... only few fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680363#M886309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pal...&lt;/P&gt;&lt;P&gt;which ever fields u want to update make it in input fields where as remaining 90 fields u can put it in output field in proerties..then there is no possibility of changing...u can jst change only 10 records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 07:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-only-few-fields/m-p/3680363#M886309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T07:39:46Z</dc:date>
    </item>
  </channel>
</rss>

