<?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: Conversion error in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508977#M17855</link>
    <description>&lt;P&gt;You must make sure that the definition of dynpro fields match the definition of the global variables (with same names) in the program.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 06:58:18 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2017-10-25T06:58:18Z</dc:date>
    <item>
      <title>Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508976#M17854</link>
      <description>&lt;P&gt;hi All,&lt;/P&gt;
  &lt;P&gt;i am uploading file and on the press of Upload button file data is displaying inn table control&lt;/P&gt;
  &lt;P&gt;in that only 3 fields for Material , Quantity and Weight . we can change quantity in table and from that calculation of weight will display . but after change quantity while i am pressing Enter then it display below error.&lt;/P&gt;
  &lt;P&gt;calculation is performed on press of enter.&lt;/P&gt;
  &lt;P&gt;1&amp;gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/80972-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;2&amp;gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/80973-2.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 05:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508976#M17854</guid>
      <dc:creator>bhavinnayi28</dc:creator>
      <dc:date>2017-10-25T05:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508977#M17855</link>
      <description>&lt;P&gt;You must make sure that the definition of dynpro fields match the definition of the global variables (with same names) in the program.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 06:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508977#M17855</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-10-25T06:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508978#M17856</link>
      <description>&lt;P&gt;that are all right because without changing if i will save then it will update table &lt;/P&gt;
  &lt;P&gt;and in debug the values are also correct but give dump from line no 180.&lt;/P&gt;
  &lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 10:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508978#M17856</guid>
      <dc:creator>bhavinnayi28</dc:creator>
      <dc:date>2017-10-25T10:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508979#M17857</link>
      <description>&lt;P&gt;Check validity of the field values, don't forget that some fields use conversion-exit from domain definition or implicitly for date, time and such types of data.&lt;/P&gt;
  &lt;P&gt;NB: There are less check on update of database thru open-sql, which only check that field values are compatible with field defintion on database level (e.g. a simple varchar or such type without much control)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508979#M17857</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-25T11:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508980#M17858</link>
      <description>You could at least take the 2 seconds needed to check the definitions of the concerned field.</description>
      <pubDate>Wed, 25 Oct 2017 17:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508980#M17858</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-10-25T17:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508981#M17859</link>
      <description>&lt;P&gt;Please show the description of the dynpro field, and the definition of the global variable using the debugger's view (so that we can see the real internal type). A screen capture of the dynpro can help too.&lt;/P&gt;
  &lt;P&gt;What is the field's value before change, and which value did you enter?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 17:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508981#M17859</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-10-25T17:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508982#M17860</link>
      <description>&lt;P&gt;its solved now &lt;/P&gt;
  &lt;P&gt;there was another issue with text length&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 17:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508982#M17860</guid>
      <dc:creator>bhavinnayi28</dc:creator>
      <dc:date>2017-10-25T17:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508983#M17861</link>
      <description>&lt;P&gt;Its solved .&lt;/P&gt;
  &lt;P&gt;there was another issue with text length so its high values couldn't converted .&lt;/P&gt;
  &lt;P&gt;Thankx.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 17:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508983#M17861</guid>
      <dc:creator>bhavinnayi28</dc:creator>
      <dc:date>2017-10-25T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion error in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508984#M17862</link>
      <description>&lt;P&gt;This question is still displayed as unanswered. If this is resolved then kindly close it so that others would know there are no further answers expected. See &lt;A href="https://blogs.sap.com/2017/08/15/what-to-do-with-my-answered-questions/"&gt;this blog&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 18:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-screen/m-p/508984#M17862</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-10-25T18:16:25Z</dc:date>
    </item>
  </channel>
</rss>

