<?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: Table control conversion exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527793#M1263019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the domain defining by you, you have to mark the flag "SIGN +/-". &lt;/P&gt;&lt;P&gt;Maybe you forgot this flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pepe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2009 16:52:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-22T16:52:40Z</dc:date>
    <item>
      <title>Table control conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527792#M1263018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone. I'm having a problem defining a table control. I'm using the wizard to do it, setting the table as an internal table of a program with it's corresponding work area (both of them declared as types of structures that I previously declared in the data dictionary). Four of the five fields of my table are decimal values with sign, and what's happening is that the program dumps (CONVRESION ERROR) whenever a negative value has to be displayed.&lt;/P&gt;&lt;P&gt;First thing I noticed is that if I reference this fields directly to the dictionary structure instead of using the internal table, I can see the field format in the screen layout. As if the field format is lost by using a work area declared in the program. Unfortunately, data is also lost by using the structure, so it's not a solution.&lt;/P&gt;&lt;P&gt;Can anyone please give me some advice about what to do with this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 13:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527792#M1263018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table control conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527793#M1263019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the domain defining by you, you have to mark the flag "SIGN +/-". &lt;/P&gt;&lt;P&gt;Maybe you forgot this flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pepe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 16:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527793#M1263019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T16:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table control conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527794#M1263020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already checked that, and it's ok. In fact, I tried creating an ALV using the same tables and it shows all values correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 18:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527794#M1263020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T18:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table control conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527795#M1263021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you still want to use the table control, try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen, declare the fields with the same name as in the data dictionary. In a PBO module (inside the loop), pass data from your internal table to dictionary strcucture. And in PAI (inside the loop), pass data from the dictionary structure to your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pepe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 07:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527795#M1263021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T07:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table control conversion exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527796#M1263022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but due to time requirements we've decided to use absolute values for that table adding a description field to identify negative operations. I'll try your idea anyway so I can work it out, but when there's no hurry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 12:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-conversion-exit/m-p/5527796#M1263022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T12:41:35Z</dc:date>
    </item>
  </channel>
</rss>

