<?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: Issue with clearing internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296789#M1390551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_table.&lt;/P&gt;&lt;P&gt;clear it_table-SSN.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MODIFY it_table INDEX sy-tabix&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 19:26:58 GMT</pubDate>
    <dc:creator>former_member189629</dc:creator>
    <dc:date>2009-10-22T19:26:58Z</dc:date>
    <item>
      <title>Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296788#M1390550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an issue, where when we run a std. report we see social number of the employee on the output screen, when I debugged the program I found that there are 2 internal tables where we are putting this SSN. I tried to clear the SSN at the both the places like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_table.&lt;/P&gt;&lt;P&gt;clear it_table-SSN.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still when I ran the report I am seeing social there. so can you please give me any idea of what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rajeev Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296788#M1390550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T19:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296789#M1390551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_table.&lt;/P&gt;&lt;P&gt;clear it_table-SSN.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MODIFY it_table INDEX sy-tabix&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296789#M1390551</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2009-10-22T19:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296790#M1390552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are clearing only the Header of the internal table. &lt;/P&gt;&lt;P&gt;Once you clear header you have to modify the internal table rgt?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296790#M1390552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296791#M1390553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat and NW... you are right. but even this didn't help and I am still getting the SSN ..ny more clues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296791#M1390553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T19:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296792#M1390554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do CLEAR right before WRITE step ot build fieldcat step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296792#M1390554</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2009-10-22T19:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296793#M1390555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;Determine where you are physically writing out the SSN number.  Once you have found that just clear that file out each time the loop grabs a new record from within the internal table.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296793#M1390555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T20:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with clearing internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296794#M1390556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajeev,&lt;/P&gt;&lt;P&gt;even after ur clearing if the field is still populating it means again its filling the particular field in the later place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) keep ur code and while debuging just click on watchpoint and give ur field name go with f8 it will take u to the place the field is filling.. &lt;/P&gt;&lt;P&gt;2) below that place clear that field and modify the table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-clearing-internal-table/m-p/6296794#M1390556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T07:03:21Z</dc:date>
    </item>
  </channel>
</rss>

