<?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 code of update a customized table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131699#M743978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one show me a code, of how to update the customized table with criteria?&lt;/P&gt;&lt;P&gt;i need to do a mass update of the field to become blank. please help. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Nov 2007 04:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-24T04:23:54Z</dc:date>
    <item>
      <title>code of update a customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131699#M743978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one show me a code, of how to update the customized table with criteria?&lt;/P&gt;&lt;P&gt;i need to do a mass update of the field to become blank. please help. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131699#M743978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: code of update a customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131700#M743979</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;You can use BDC for the corresponding transaction to update the field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can record using the transaction SHDB..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131700#M743979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: code of update a customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131701#M743980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
UPDATE ZTAB
SET FIELD1 = ' '
WHERE FIELD2 = condition&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131701#M743980</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-24T04:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: code of update a customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131702#M743981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Question is not clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131702#M743981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: code of update a customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131703#M743982</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;now i have a request, to update all the details in the field ( sold to party, customer record) to become blank for a customize table (store of serial number), with criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i go to SE38, create a program, with type executable program, and in the program, my source code is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;UPDATE zsd_serial1
SET delnum = ' '
    rec_customer = ' '
    customer = ' '
WHERE material EQ '100000' AND sloc1 = 't100'
AND rec_customer EQ 'x'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, there is no respond and it does not update anything. can any one please help. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131703#M743982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: code of update a customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131704#M743983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;UPDATE zsd_serial1
SET delnum = ' '
    rec_customer = ' '
    customer = ' '
WHERE material EQ '100000' AND sloc1 = 'T100' "&amp;lt;&amp;lt; Upper Case
AND rec_customer EQ 'X'. "&amp;lt;&amp;lt; Upper Case.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-of-update-a-customized-table/m-p/3131704#M743983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:41:39Z</dc:date>
    </item>
  </channel>
</rss>

