<?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: Error during displaying table control screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117980#M1187063</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;i think that you are trying to put a number larger than 3 characters in field DIFFM which can only contain 3 characters. Also, you should be reserving 1 additional character for sign. This might be why you get the message : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error text............... "FX015: Sign lost." "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing the length of your DIFFM field. Try to see if you fill only values of less than 999 or signed value of   less than 99 in this field and check if it dumps. &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, 09 Feb 2009 04:53:10 GMT</pubDate>
    <dc:creator>dev_parbutteea</dc:creator>
    <dc:date>2009-02-09T04:53:10Z</dc:date>
    <item>
      <title>Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117974#M1187057</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 am facing a problem with TABLE CONTROL.I have created the same using wizard.It displays some fields from the internal tabel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is PBO code for the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'TC_ZASN'&lt;/P&gt;&lt;P&gt;  module tc_zasn_change_tc_attr.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE TC_ZASN_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;  loop at   gt_tab&lt;/P&gt;&lt;P&gt;       into gs_tab&lt;/P&gt;&lt;P&gt;       with control tc_zasn&lt;/P&gt;&lt;P&gt;       cursor tc_zasn-current_line.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD:   MODULE TC_ZASN_CHANGE_FIELD_ATTR&lt;/P&gt;&lt;P&gt;    module tc_zasn_get_lines.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: OUTPUT MODULE FOR TC 'TC_ZASN'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: UPDATE LINES FOR EQUIVALENT SCROLLBAR&lt;/P&gt;&lt;P&gt;module tc_zasn_change_tc_attr output.&lt;/P&gt;&lt;P&gt;  set pf-status 'ZSTATUS'.&lt;/P&gt;&lt;P&gt;  set titlebar 'ZTITLE'.&lt;/P&gt;&lt;P&gt;  describe table gt_tab lines tc_zasn-lines.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; tc_zasn-lines = tc_zasn-lines * 1000.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; refresh control 'TC_ZASN' from screen 9000.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endmodule.                    "TC_ZASN_CHANGE_TC_ATTR OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: OUTPUT MODULE FOR TC 'TC_ZASN'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: GET LINES OF TABLECONTROL&lt;/P&gt;&lt;P&gt;module tc_zasn_get_lines output.&lt;/P&gt;&lt;P&gt;  g_tab_lines = sy-loopc.&lt;/P&gt;&lt;P&gt;endmodule.                    "TAB_GET_LINES OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get a dump at this step.&lt;/P&gt;&lt;P&gt; module tc_zasn_get_lines output.&lt;/P&gt;&lt;P&gt;  g_tab_lines = sy-loopc.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)      There is only 1 screen in my program&lt;/P&gt;&lt;P&gt;2)      I have used wizard to generate the code&lt;/P&gt;&lt;P&gt;3)      In element list, I have maintained length of 10 for DATE etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you all to kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 15:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117974#M1187057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117975#M1187058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this [Link|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2770897"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;will give you idea of the table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 15:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117975#M1187058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T15:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117976#M1187059</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;Has it got anything to do with the scroll functionality. If yes, then can somebody point out as to how do we use scroll functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 17:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117976#M1187059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T17:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117977#M1187060</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 tried recreating the table control all over again but i am still facing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting dump at this line of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module tc_zasn_get_lines output.&lt;/P&gt;&lt;P&gt;g_tab_lines = sy-loopc.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;endmodule. "TAB_GET_LINES OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the long text of the dump says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a conversion error in the output of fields to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formats of the ABAP output field and the screen field may not match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some field types require more space on the screen than in the ABAP&lt;/P&gt;&lt;P&gt;program. For example, a date output field on the screen requires two&lt;/P&gt;&lt;P&gt;more characters than the corresponding field in the ABAP program. When&lt;/P&gt;&lt;P&gt;the date is displayed on the screen, an error occurs resulting in this&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.............. "ZTEST_ASN_AKS"&lt;/P&gt;&lt;P&gt;              Screen number............ 9000&lt;/P&gt;&lt;P&gt;              Screen field............. "GS_TAB-DIFFM"&lt;/P&gt;&lt;P&gt;              Error text............... "FX015: Sign lost."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the same piece of code works fine when the records are less in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it related to scrolling functionality?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2009 01:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117977#M1187060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-08T01:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117978#M1187061</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;Unfortunately i fail to understand why am i still getting the error message.&lt;/P&gt;&lt;P&gt;I have tried to recreate the table control without using wizard.&lt;/P&gt;&lt;P&gt;I have tried copying the logic from standard program examples.&lt;/P&gt;&lt;P&gt;I also tried to manipulate the table control lines...in the module code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to no avail..i am still getting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The long text of the message still says.&lt;/P&gt;&lt;P&gt;"There was a conversion error in the output of fields to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formats of the ABAP output field and the screen field may not match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some field types require more space on the screen than in the ABAP&lt;/P&gt;&lt;P&gt;program. For example, a date output field on the screen requires two&lt;/P&gt;&lt;P&gt;more characters than the corresponding field in the ABAP program. When&lt;/P&gt;&lt;P&gt;the date is displayed on the screen, an error occurs resulting in this&lt;/P&gt;&lt;P&gt;error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen name.............. "ZTEST_ASN_AKS"&lt;/P&gt;&lt;P&gt;Screen number............ 9000&lt;/P&gt;&lt;P&gt;Screen field............. "GS_TAB-DIFFM"&lt;/P&gt;&lt;P&gt;Error text............... "FX015: Sign lost." "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it anything to do with data type or scrolling?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply back if anybody has faced such an issue earlier.&lt;/P&gt;&lt;P&gt;Any hints would really be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 04:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117978#M1187061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117979#M1187062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is some data type mismatch betwween the table field and screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i request to you use the screen filed also from the dictionary or give the tablename-filed anme and check.&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;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 04:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117979#M1187062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T04:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117980#M1187063</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;i think that you are trying to put a number larger than 3 characters in field DIFFM which can only contain 3 characters. Also, you should be reserving 1 additional character for sign. This might be why you get the message : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error text............... "FX015: Sign lost." "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing the length of your DIFFM field. Try to see if you fill only values of less than 999 or signed value of   less than 99 in this field and check if it dumps. &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, 09 Feb 2009 04:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117980#M1187063</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-02-09T04:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error during displaying table control screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117981#M1187064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally, the issue is resolved.&lt;/P&gt;&lt;P&gt;I do not understand why but the following helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All i had to do is In the element list tab, Under the text I/O templates i appended "V" at the end of the field (type I/O) in consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all ur replies though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 21:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-displaying-table-control-screen/m-p/5117981#M1187064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T21:08:12Z</dc:date>
    </item>
  </channel>
</rss>

