<?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: Dump issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161466#M457239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF it_tab[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;sort by per num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in select use pernr also so that system n u shld i denify for wat valu of pernr does bsgrd belong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select bsgrd pernr&lt;/P&gt;&lt;P&gt;from pa0008&lt;/P&gt;&lt;P&gt;into table it_p0008&lt;/P&gt;&lt;P&gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 07:55:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T07:55:35Z</dc:date>
    <item>
      <title>Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161462#M457235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts can you please tell me Why it is giving DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have stuck up with this. Please guide me. reading Personal Numbers from Flat file and storing into t_txt_upload. then reading the data from PA0008 for all the Personal No in t_txt_upload i need to fetch the data from PA0008. when i'm trying to do the same its giving DUMP. please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;internal table for Basic pay.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;DATA: BEGIN OF IT_P0008 OCCURS 0,   "&lt;/P&gt;&lt;P&gt;        Pernr like p0008-pernr,&lt;/P&gt;&lt;P&gt;        bsgrd like p0008-bsgrd, "Full time equivalent&lt;/P&gt;&lt;P&gt;      END OF IT_P0008.&lt;/P&gt;&lt;P&gt;***---&amp;gt;uploading Flat file to internal table.&lt;/P&gt;&lt;P&gt;PERFORM file_UPLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort t_txt_upload by pernr. "sorting uploaded internal table by pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not t_txt_upload[] is initial. "checking for the data.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reading data from PA0008.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select bsgrd&lt;/P&gt;&lt;P&gt;        from pa0008&lt;/P&gt;&lt;P&gt;into table it_p0008&lt;/P&gt;&lt;P&gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;  message e063.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;sort it_p0008 by pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&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;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161462#M457235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161463#M457236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break-point on the SELECT Query. It seems the data which is uploaded in internal table &amp;lt;b&amp;gt;t_txt_upload&amp;lt;/b&amp;gt; is not in correct format. Check the internal table content in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161463#M457236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161464#M457237</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;select bsgrd&lt;/P&gt;&lt;P&gt;from pa0008&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;into corresponding fields of &amp;lt;/b&amp;gt; table it_p0008&lt;/P&gt;&lt;P&gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls try to reward points , i have never seen you rewarding!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161464#M457237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161465#M457238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first check ST22 ti get  some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check internal table Format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select  pernr bsgrd&lt;/P&gt;&lt;P&gt;from pa0008&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;into  corroesponding fields of table it_p0008&amp;lt;/b&amp;gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161465#M457238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161466#M457239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF it_tab[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;sort by per num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in select use pernr also so that system n u shld i denify for wat valu of pernr does bsgrd belong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select bsgrd pernr&lt;/P&gt;&lt;P&gt;from pa0008&lt;/P&gt;&lt;P&gt;into table it_p0008&lt;/P&gt;&lt;P&gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161466#M457239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161467#M457240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Declare pernr as charecter field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;internal table for Basic pay.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;DATA: BEGIN OF IT_P0008 OCCURS 0, "&lt;/P&gt;&lt;P&gt;Pernr(8) type c,&lt;/P&gt;&lt;P&gt;bsgrd like p0008-bsgrd, "Full time equivalent&lt;/P&gt;&lt;P&gt;END OF IT_P0008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161467#M457240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161468#M457241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not selectiong both the fields PERNR &amp;amp; BSGRD from PA0008. You are selecting only BSGRD. &lt;/P&gt;&lt;P&gt;Either select both fields or user INTO CORRESPONDING FIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select PERNR bsgrd&lt;/P&gt;&lt;P&gt;from pa0008&lt;/P&gt;&lt;P&gt;into table it_p0008&lt;/P&gt;&lt;P&gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select bsgrd&lt;/P&gt;&lt;P&gt;from pa0008&lt;/P&gt;&lt;P&gt;into CORRESPONDING FIELDS OF table it_p0008&lt;/P&gt;&lt;P&gt;for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;where pernr = t_txt_upload-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161468#M457241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161469#M457242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The sequence of d/b selection &amp;amp; internal table declaration does not match.&lt;/P&gt;&lt;P&gt;so you should use into corresponding fields of .....like:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select bsgrd&lt;/P&gt;&lt;P&gt;         from pa0008&lt;/P&gt;&lt;P&gt;         into corresponding fields of table it_p0008&lt;/P&gt;&lt;P&gt;         for all entries in t_txt_upload&lt;/P&gt;&lt;P&gt;         where pernr = t_txt_upload-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 08:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-issue/m-p/2161469#M457242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T08:12:53Z</dc:date>
    </item>
  </channel>
</rss>

