<?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: Problem in Fetching data from internal table  to table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145337#M747699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean the part of code where the error occurs??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 08:49:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T08:49:56Z</dc:date>
    <item>
      <title>Problem in Fetching data from internal table  to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145334#M747696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;               I goes to short dump while fething data from internal table to table control ? Short dump shows :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program flow was interrupted and could not be resumed.&lt;/P&gt;&lt;P&gt;Program "YMNR1024_PS1" tried to display fields on screen 2222. However, an&lt;/P&gt;&lt;P&gt;error occurred while this data was being converted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to correct the error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A conversion error occurred while the program was trying to&lt;/P&gt;&lt;P&gt;display data on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP output field and the screen field may not have the&lt;/P&gt;&lt;P&gt;same format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some field types require more characters on the screen than&lt;/P&gt;&lt;P&gt;in the ABAP program. For example, a date field on a screen needs&lt;/P&gt;&lt;P&gt;two characters more than it would in the program. When attempting to&lt;/P&gt;&lt;P&gt;display the date on the screen, an error will occur that triggers the&lt;/P&gt;&lt;P&gt;error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Screen name.............. "YMNR1024_PS1"&lt;/P&gt;&lt;P&gt;              Screen number............ 2222&lt;/P&gt;&lt;P&gt;              Screen field............. "I_TICKETTAB-PROJ_INV4"&lt;/P&gt;&lt;P&gt;              Error text............... "FX015: Sign lost."&lt;/P&gt;&lt;P&gt;Further data:&lt;/P&gt;&lt;P&gt;              " "&lt;/P&gt;&lt;P&gt;              " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;pramendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 08:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145334#M747696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fetching data from internal table  to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145335#M747697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramendra,&lt;/P&gt;&lt;P&gt;The format of the field in your program &amp;amp; in the screen must be of same type, then only the data will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program this is not maintained correctly thats the reason for this short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check that field type in your program as well as in your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 08:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145335#M747697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T08:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fetching data from internal table  to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145336#M747698</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;Could you post us the &lt;STRONG&gt;part of code which gives error as per the short dump&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jagannathan krishnan on Dec 24, 2007 10:01 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 08:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145336#M747698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T08:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fetching data from internal table  to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145337#M747699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean the part of code where the error occurs??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 08:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145337#M747699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fetching data from internal table  to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145338#M747700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jagan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is simply fetched from internal table using Program option of Dictionary/Program option of the screen. I tried to varry the length by 2 or 4 but still result is same. This happened only when i have inserted a new field in between. But according to me this should not affect the fucntionality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145338#M747700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T11:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Fetching data from internal table  to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145339#M747701</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;Check for the type and length of your screen field and give enough spacing between the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 08:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-from-internal-table-to-table-control/m-p/3145339#M747701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T08:15:17Z</dc:date>
    </item>
  </channel>
</rss>

