<?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 while downloading in application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613261#M1086992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried before but no change is coming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 07:23:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T07:23:10Z</dc:date>
    <item>
      <title>Problem while downloading in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613258#M1086989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am downloading data into application server.&lt;/P&gt;&lt;P&gt;when i see the output , all the fields are coming fine except the currency field which is coming as #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The currency field is define as : &lt;/P&gt;&lt;P&gt;dmbtr   TYPE bseg-dmbtr,        "Local Currency Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the out put i am getting is :-&lt;/P&gt;&lt;P&gt;00001000000001201010####%##004 2003022520030225LZV48G .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions why im am getting # in place of currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613258#M1086989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613259#M1086990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try defining the field dmtbr as dmtbr like bseg-dmtbr, not TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 07:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613259#M1086990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T07:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613260#M1086991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are dealing with application server ,  &lt;STRONG&gt;you should always declare the currency and quantity fields as character fields.&lt;/STRONG&gt; so try to change the currency and quantity fields definition to charcter types. before writing the data to application server , move the qty data to character fields and write.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 07:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613260#M1086991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T07:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613261#M1086992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried before but no change is coming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 07:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613261#M1086992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T07:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while downloading in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613262#M1086993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare DMBTR as follows.&lt;/P&gt;&lt;P&gt;dmbtr TYPE char16, "Local Currency Amount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 07:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-in-application-server/m-p/4613262#M1086993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T07:26:32Z</dc:date>
    </item>
  </channel>
</rss>

