<?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: HELP WITH MODIFY STATEMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883381#M370776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the extra field comes at the end of the ITAB structure, which is why it works.  It will fill left to right, the entire row string, not field by field.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 15:30:33 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-01-23T15:30:33Z</dc:date>
    <item>
      <title>HELP WITH MODIFY STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883379#M370774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I HAVE A MODIFY STATEMENT IN PROGRAM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT SAYS MODIFY ZTEST FROM TABLE ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tHE STRUCTURE OF ITAB AND ZTEST ARE NOT IDENTICAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i HAVE AN EXTRA FIELD IN ITAB . iTS WORKING FINE NOW DOES THAT MAKES ANY DIFFERENCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 15:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883379#M370774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T15:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH MODIFY STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883380#M370775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kajol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. NOW DOES THAT MAKES ANY DIFFERENCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it makes very much difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The workarea length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    should be &amp;gt;= database table length .&lt;/P&gt;&lt;P&gt;    It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Further,&lt;/P&gt;&lt;P&gt;  if the field sequence, or length is different,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  then DATA will not go properly in each field,&lt;/P&gt;&lt;P&gt;  hence, it may give incorrect results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If the extra field is in the last, &lt;/P&gt;&lt;P&gt;  then usually, no problem.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 15:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883380#M370775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T15:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH MODIFY STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883381#M370776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that the extra field comes at the end of the ITAB structure, which is why it works.  It will fill left to right, the entire row string, not field by field.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 15:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883381#M370776</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-23T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH MODIFY STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883382#M370777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is from SAP help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The data is read from left to right  in internal table structure.&lt;/P&gt;&lt;P&gt;2. the length of itab should be more than databasetable&lt;/P&gt;&lt;P&gt;3. alignment of fields should be same as that of database table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 15:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883382#M370777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH MODIFY STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883383#M370778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kajol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have all fields of ZTEST in ITAB in the same order as in ZTEST then your MODIFY statement will work without giving errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mostly if you have any additional fields in the end of ITAB then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 15:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-modify-statement/m-p/1883383#M370778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T15:37:26Z</dc:date>
    </item>
  </channel>
</rss>

