<?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 version in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852222#M926044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not read the help text on modify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use the VERSION addition to specify the database table dynamically in the short form of the MODIFY statements if its name begins with "T" and includes five characters at most. The database table is acessed whose name is made up of "T" and the content of vers. For vers, a data object with four digits at most of type c must be specified. The line contents are still allocated to the table work area of dbtab or dbtab&lt;/STRONG&gt; whose type is cast. The statement is not excecuted if the database table is not available or if it does not correspond to the naming convention specified above.* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's obsolete and shouldn't be used in later version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 09:21:24 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-05-09T09:21:24Z</dc:date>
    <item>
      <title>modify version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852219#M926041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY dbtab VERSION vers.&lt;/P&gt;&lt;P&gt;what is the meaning of the above syntax. what the version in this context.&lt;/P&gt;&lt;P&gt;If any on know this giv me information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Raju..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 09:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852219#M926041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T09:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: modify version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852220#M926042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Inserts a new line or updates an existing line in a database table, the name of which is taken from the field version at runtime. &lt;/P&gt;&lt;P&gt;      you can create versions..&lt;/P&gt;&lt;P&gt; you can see it in utilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 09:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852220#M926042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T09:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: modify version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852221#M926043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi refer this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserts a new line or updates an existing line in a database table, the name of which is taken from the field vers at runtime. If no line exists with the specified primary key, an INSERT is executed. Otherwise, an UPDATE is performed. The database table must be defined in the ABAP/4 Dictionary and its name must conform to the naming conventions for R/2 ATAB tables. These stipulate that the name must begin with 'T' and may contain up to four further characters. The field vers must contain the table name without the leading 'T'. Only lines in the current client are inserted or updated. The line to be inserted is taken from the statically specified table work area dbtab or *dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC is set to 0 if the line is successfully inserted or updated. SY-SUBRC &amp;lt;&amp;gt; 0 is not possible since any other result causes a runtime error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 09:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852221#M926043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T09:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: modify version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852222#M926044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not read the help text on modify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use the VERSION addition to specify the database table dynamically in the short form of the MODIFY statements if its name begins with "T" and includes five characters at most. The database table is acessed whose name is made up of "T" and the content of vers. For vers, a data object with four digits at most of type c must be specified. The line contents are still allocated to the table work area of dbtab or dbtab&lt;/STRONG&gt; whose type is cast. The statement is not excecuted if the database table is not available or if it does not correspond to the naming convention specified above.* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's obsolete and shouldn't be used in later version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 09:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-version/m-p/3852222#M926044</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-05-09T09:21:24Z</dc:date>
    </item>
  </channel>
</rss>

