<?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: APPEND Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677303#M885598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was not able to re run the workflow at the production system but i was able to simulate it at qas server..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my codes are working fine at qas..&lt;/P&gt;&lt;P&gt;the result was the same number of records both it_pernr and it_name,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have no idea why it_pernr and it_name has diff number od records at PROD system..this happen only once..&lt;/P&gt;&lt;P&gt;as of today, all are working fine..i just cant explain to our functional what happen why 2 tables have diiferent number of contents...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible that system slowdows causes the append command not succesfull?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 14:28:18 GMT</pubDate>
    <dc:creator>former_member426550</dc:creator>
    <dc:date>2008-04-15T14:28:18Z</dc:date>
    <item>
      <title>APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677297#M885592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just want to ask if is it possible that append command will not be successfully executed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin og it_detail occurs 100.&lt;/P&gt;&lt;P&gt; pernr like pa0001-pernr,&lt;/P&gt;&lt;P&gt; name like pa0001-ename,&lt;/P&gt;&lt;P&gt;data: end of it_Detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data it_pernr like pa0001-pernr occurs 100.&lt;/P&gt;&lt;P&gt;data it_name like pa0001-ename occurs 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table contents:&lt;/P&gt;&lt;P&gt;10000001 name1&lt;/P&gt;&lt;P&gt;10000002 name2&lt;/P&gt;&lt;P&gt;10000004 name3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_Detail&lt;/P&gt;&lt;P&gt;append it_detail-pernr to it_pernr.&lt;/P&gt;&lt;P&gt;append it_detail-name to it_name.&lt;/P&gt;&lt;P&gt;endoop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am expecting it_pernr table has same &lt;/P&gt;&lt;P&gt;number of records with it_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to my surprise..it_pernr has 3 contents&lt;/P&gt;&lt;P&gt;and it_name has 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this was the result at the production system..&lt;/P&gt;&lt;P&gt;i was not able to simulate again but based on the workflow container(SWI2_FREQ)...&lt;/P&gt;&lt;P&gt;they have diffent number of contents..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe upon executing the command&lt;/P&gt;&lt;P&gt;append it_detail-name to it_name.&lt;/P&gt;&lt;P&gt;it was not stored successfully to the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea why 1 of the record was not stored at it_name talble..?&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, 15 Apr 2008 13:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677297#M885592</guid>
      <dc:creator>former_member426550</dc:creator>
      <dc:date>2008-04-15T13:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677298#M885593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that name only has 2 entries, or does it have ONE empty line as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I can think of is that field name is empty, but is appended to internal table anyway with an empty line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677298#M885593</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-15T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677299#M885594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks micky for your reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_name has only 2 records.&lt;/P&gt;&lt;P&gt;no empty line was appended to it_name since&lt;/P&gt;&lt;P&gt;all of the entries at table it_detail has a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am expecting 3 records since it_Detail-ename has 3..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea why it was not appended?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jr_sap_developer on Apr 15, 2008 4:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677299#M885594</guid>
      <dc:creator>former_member426550</dc:creator>
      <dc:date>2008-04-15T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677300#M885595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that the real code?&lt;/P&gt;&lt;P&gt;Doesn't work for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that the real entries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677300#M885595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T14:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677301#M885596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this one.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it is working.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of it_detail occurs 100,&lt;/P&gt;&lt;P&gt;pernr like pa0001-pernr,&lt;/P&gt;&lt;P&gt;name like pa0001-ename.&lt;/P&gt;&lt;P&gt;data: end of it_Detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data it_pernr like pa0001-pernr occurs 100.&lt;/P&gt;&lt;P&gt;data it_name like pa0001-ename occurs 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_detail-pernr = 10000001.&lt;/P&gt;&lt;P&gt;it_detail-name = 'name1'.&lt;/P&gt;&lt;P&gt;append it_detail.&lt;/P&gt;&lt;P&gt;it_detail-pernr = 10000002 .&lt;/P&gt;&lt;P&gt;it_detail-name = 'name2'.&lt;/P&gt;&lt;P&gt;append it_detail.&lt;/P&gt;&lt;P&gt;it_detail-pernr = 10000004.&lt;/P&gt;&lt;P&gt;it_detail-name = 'name3'.&lt;/P&gt;&lt;P&gt;append it_detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_Detail.&lt;/P&gt;&lt;P&gt;append it_detail-pernr to it_pernr.&lt;/P&gt;&lt;P&gt;append it_detail-name to it_name.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 15, 2008 10:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677301#M885596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677302#M885597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope...&lt;/P&gt;&lt;P&gt;i did not paste all the source code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually it_detail has 10+ fields...&lt;/P&gt;&lt;P&gt;i only declared 2 field for me two show the problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677302#M885597</guid>
      <dc:creator>former_member426550</dc:creator>
      <dc:date>2008-04-15T14:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677303#M885598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was not able to re run the workflow at the production system but i was able to simulate it at qas server..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my codes are working fine at qas..&lt;/P&gt;&lt;P&gt;the result was the same number of records both it_pernr and it_name,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have no idea why it_pernr and it_name has diff number od records at PROD system..this happen only once..&lt;/P&gt;&lt;P&gt;as of today, all are working fine..i just cant explain to our functional what happen why 2 tables have diiferent number of contents...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible that system slowdows causes the append command not succesfull?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677303#M885598</guid>
      <dc:creator>former_member426550</dc:creator>
      <dc:date>2008-04-15T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: APPEND Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677304#M885599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you do something afterwards that affects the tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 14:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-error/m-p/3677304#M885599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T14:47:04Z</dc:date>
    </item>
  </channel>
</rss>

