<?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: Screen- Table Control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448330#M828286</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;Try to increase the length of the fields in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e, the column length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 07:30:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T07:30:16Z</dc:date>
    <item>
      <title>Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448328#M828284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt; I have a Table control on Screen.&lt;/P&gt;&lt;P&gt; It has 3 columns.&lt;/P&gt;&lt;P&gt; Col 1 = MEINH&lt;/P&gt;&lt;P&gt; Col 2 = LABST&lt;/P&gt;&lt;P&gt; Col 3 = Character6 field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;When I run the transaction I am getting a DUMP.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;There was a conversion error in the output of fields to the screen.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The formats of the ABAP output field and the screen field may not match.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Some field types require more space on the screen than in the ABAP program. For example, a date output field on the screen requires two more characters than the corresponding field in the ABAP program. When the date is displayed on the screen, an error occurs resulting in this error message.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448328#M828284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448329#M828285</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;You are getting the DUMP because the data type of the fields declared in program does not match with that of Screen Fields.  Goto Layout editor, double click on the field of table control, you will get a separate box at the right corner, where you can set the attributes, types etc.  Set the correct type here so as to match the one declared in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448329#M828285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448330#M828286</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;Try to increase the length of the fields in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e, the column length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448330#M828286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448331#M828287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attribute of the column. Now you have a decimal quantity field LABST being displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click ont he corresponding column for LABST field in table control. In the Attributes section in the pop up, check the &lt;STRONG&gt;Format&lt;/STRONG&gt; value for the column. It should be &lt;STRONG&gt;QUAN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not, make it QUAN and then check again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 07:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448331#M828287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448332#M828288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  When I put QUAN its giving me Error message -  ZLE1_ITST-LABST , the currency field is not Specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 09:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448332#M828288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448333#M828289</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;Good, this is expected, and sorry for not telling you earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming ZLE1_ITST is your work area and MEINH the unit field, put ZLE1_ITST-MEINH in the "Ref. Field" in the same area where you selected QUAN (approx. four rows below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 09:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448333#M828289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Screen- Table Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448334#M828290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;  I got it solved . I need to click on "With Sign" in the attributes section. Now its working fine for me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avi..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 09:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-table-control/m-p/3448334#M828290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T09:54:43Z</dc:date>
    </item>
  </channel>
</rss>

