<?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 Database table using Field Symbol Transporting fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634131#M26705</link>
    <description>&lt;P&gt;Hi Bala,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;first check &amp;lt;Field-Symbols&amp;gt; values in debugger before modify. if values are not assigned in firld symbols get it assigned and manipulate with new values. Generally, Before manipulating the fields first get the old values and try to manipulate the field values which you want new values it, will get updated. &lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2018 13:37:08 GMT</pubDate>
    <dc:creator>former_member443654</dc:creator>
    <dc:date>2018-05-17T13:37:08Z</dc:date>
    <item>
      <title>MODIFY Database table using Field Symbol Transporting fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634130#M26704</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Please let me know if we will be able to modify a database table using &amp;lt;Field-Symbols&amp;gt; by transporting 1 or 2 fields.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;When we use MODIFY (lv_table) FROM TABLE &amp;lt;f_tab&amp;gt;, it wipes out all the fields except the manipulated fields and key fields&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 12:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634130#M26704</guid>
      <dc:creator>balajishahrsap</dc:creator>
      <dc:date>2018-05-17T12:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY Database table using Field Symbol Transporting fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634131#M26705</link>
      <description>&lt;P&gt;Hi Bala,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;first check &amp;lt;Field-Symbols&amp;gt; values in debugger before modify. if values are not assigned in firld symbols get it assigned and manipulate with new values. Generally, Before manipulating the fields first get the old values and try to manipulate the field values which you want new values it, will get updated. &lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 13:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634131#M26705</guid>
      <dc:creator>former_member443654</dc:creator>
      <dc:date>2018-05-17T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY Database table using Field Symbol Transporting fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634132#M26706</link>
      <description>&lt;P&gt;Hi Naresh,&lt;/P&gt;
  &lt;P&gt;Is it not possible like how we do with a Normal internal table with Modify statement&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;MODIFY DB FROM TABLE IT_TAB TRANSPORTING FIELD1&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 13:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634132#M26706</guid>
      <dc:creator>balajishahrsap</dc:creator>
      <dc:date>2018-05-17T13:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY Database table using Field Symbol Transporting fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634133#M26707</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abenopen_sql_writing.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abenopen_sql_writing.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 15:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634133#M26707</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-05-17T15:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY Database table using Field Symbol Transporting fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634134#M26708</link>
      <description>&lt;P&gt;You may use MODIFY to update a subset of columns only by creating an updatable database view with only this subset of columns and use MODIFY (viewname)... Of course the field symbol must refer to a table type with the same components as the view.&lt;/P&gt;
  &lt;P&gt;Note that this answer is valid also for "normal" internal tables, not for field symbols only.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 06:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-database-table-using-field-symbol-transporting-fields/m-p/634134#M26708</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-05-18T06:18:51Z</dc:date>
    </item>
  </channel>
</rss>

