<?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 Error in Z table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688402#M1102090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VInnela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your variable length earlies was 8 and of type numc and now changed to type p of lenght 13 and decimals 3 it will not have any problem as you increased the lenght.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try adjusting the table using Tcode SE14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here select activate and adjust the table by selecting the radio button SAVE DATA, otherwise you will your data. so please ensure you select the SAVE DATA radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will meet your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.krishnamraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2008 09:02:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-07T09:02:35Z</dc:date>
    <item>
      <title>Dump Error in Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688400#M1102088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a Z table for the Data Element 'A' with &lt;/P&gt;&lt;P&gt;Data Type - QUAN&lt;/P&gt;&lt;P&gt;Length      - 13&lt;/P&gt;&lt;P&gt;Decimals  - 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously it was,&lt;/P&gt;&lt;P&gt;Data Type - NUMC&lt;/P&gt;&lt;P&gt;Length      - 8&lt;/P&gt;&lt;P&gt;Decimals  - 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute in 200 it is working well i can create entries from the table and also through Table maintenance transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, in Quality Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a Dump Error. It is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Runtime Errors: DYNPRO_FIELD_CONVERSION
Short Text: Conversion Error
Screen Name: "SAPLZTEST"
Screen Number: 0001
Screen Field: "ZTEST-VALUE"
Error Text: "FX020 : Data Lost."&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 07:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688400#M1102088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T07:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Error in Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688401#M1102089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It seems that the table contains tha data wich has range more than what the SAP screen can handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applying latest Basis and Abap Patches might help.check the dump st22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 07:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688401#M1102089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T07:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Error in Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688402#M1102090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VInnela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your variable length earlies was 8 and of type numc and now changed to type p of lenght 13 and decimals 3 it will not have any problem as you increased the lenght.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try adjusting the table using Tcode SE14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here select activate and adjust the table by selecting the radio button SAVE DATA, otherwise you will your data. so please ensure you select the SAVE DATA radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will meet your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.krishnamraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688402#M1102090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Error in Z table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688403#M1102091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. The data type length wha i have given is not enough to hold the value. My value was 10,500.000. Here comma and '.' is also inclusive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the data type as CURR with length 13 and decimal as 2. Now it is capturing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 13:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-z-table/m-p/4688403#M1102091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T13:51:29Z</dc:date>
    </item>
  </channel>
</rss>

