<?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: Problem with asterisks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878819#M51253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the "data" statements for the following elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

OriginalTable-Field = 120.000

Variable = OriginalTable-Field

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2005 12:55:27 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-06-22T12:55:27Z</dc:date>
    <item>
      <title>Problem with asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878816#M51250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help, and I need it fast!&lt;/P&gt;&lt;P&gt;I have an issue with an asterisk that appears in an extracted (txt File) data from a Z table, the field is a &amp;#145;P&amp;#146; DEC(3) type. The case is simple to understand, but it&amp;#146;s a headache maker too!&lt;/P&gt;&lt;P&gt;The value of this field is inserted into a variable of type DEC(2). In this automatically conversion, apparently, the value is loosing data. So, finally, the program put a different number in the text file that the first one in the table. This is, obviously, a data type error, and I should change the data type of the variable. But the fact is that I&amp;#146;m not worry about this loosing of data. The real problem is that the value printed into the text file includes an asterisk that I couldn&amp;#146;t avoid.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OriginalTable-Field = 120.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable = OriginalTable-Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value printed into the text file:&lt;/P&gt;&lt;P&gt;*0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had debugged the program, and the variable value seems to be right before print it into the file&amp;#133;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have a suggestion?&lt;/P&gt;&lt;P&gt;Thax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2005 20:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878816#M51250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-17T20:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878817#M51251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The asterisk is trying to tell you something. Did you make the text field large enough to contain the number. In this case it looks like you might have meant to type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field(12), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but typed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field(2),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2005 20:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878817#M51251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-17T20:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878818#M51252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx, but that's not the problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 12:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878818#M51252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-22T12:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878819#M51253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the "data" statements for the following elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

OriginalTable-Field = 120.000

Variable = OriginalTable-Field

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 12:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878819#M51253</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-22T12:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with asterisks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878820#M51254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data variable type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 13:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-asterisks/m-p/878820#M51254</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-06-22T13:07:48Z</dc:date>
    </item>
  </channel>
</rss>

