<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044096#M420640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto the domain of that screen field and checkout if the checkbox &amp;lt;b&amp;gt;SIGN&amp;lt;/b&amp;gt; is checked or not, if not then use other dataelement where that checkbox is checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Mar 2007 08:57:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-11T08:57:57Z</dc:date>
    <item>
      <title>Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044091#M420635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN,&lt;/P&gt;&lt;P&gt; I am getting a dump DYNPRO_FIELD_CONVERSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen parameter which is a currency field.I am putting a value '1.757.000,00-' to that screen parameter.In my internal table i am getting the value.But when i am transferring to the screen parameter,in my PBO i am getting this dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 11:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044091#M420635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044092#M420636</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;The field in the dynpro must be a different datatype than the field which is defined in the program itself. Please check that the field on the dynpro is the correct type or defined like its counterpart in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;********Reward with points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 12:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044092#M420636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044093#M420637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    You get the dump when the default format defined for currency field is different from the format that is being uploaded . First check the default format for decimals in your user data (can check it from su01d) and then change the format of the field that is being filled .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 17:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044093#M420637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-10T17:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044094#M420638</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;need a dynpro field with a domain with the SIGN attribute flagged. Although negative values can be stored and processed, they can not be used on dynpro screen field if the field has no SIGN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take another data element, like i.e. BETRW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2007 22:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044094#M420638</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-03-10T22:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044095#M420639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the very basic level, check if the screen field is big enough to accomodate this value, i have faced this problem in my project where i used to get a short dump if the value in the field is high whereby the space was not sufficient. I increased the size of the screen field and it just worked fine.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2007 06:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044095#M420639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-11T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044096#M420640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto the domain of that screen field and checkout if the checkbox &amp;lt;b&amp;gt;SIGN&amp;lt;/b&amp;gt; is checked or not, if not then use other dataelement where that checkbox is checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2007 08:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump/m-p/2044096#M420640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-11T08:57:57Z</dc:date>
    </item>
  </channel>
</rss>

