<?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 data file written on application server thru datasets in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195607#M468567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navin .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing the whole code you can do the same with a transaction alrady there ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T code: cg3z.  &lt;/P&gt;&lt;P&gt;Better to do thru this. Will definitely save your time...... and also extra efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;P&gt;PLease award if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 11:31:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-04T11:31:23Z</dc:date>
    <item>
      <title>Problem with data file written on application server thru datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195604#M468564</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;Through datasets operation am writing the contents of itab on application server.&lt;/P&gt;&lt;P&gt;But fields which are of type quantity, currency &amp;amp; type P with decimals are coming as some junk value with '#' and all, when checked on application server thorugh transaction al11. Other field values are coming properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values are very well correct in itab. Also when same itab is downloaded on local machine the values are coming correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 11:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195604#M468564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T11:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with data file written on application server thru datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195605#M468565</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;For currency, Decimal fields you need to move data into CHAR fields and then transfer to application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE l_CURRENCY TO L_CHAR_CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE field1&lt;/P&gt;&lt;P&gt;                         field2&lt;/P&gt;&lt;P&gt;                         l_currency&lt;/P&gt;&lt;P&gt;                        into l_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfer l_file........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 11:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195605#M468565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T11:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with data file written on application server thru datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195606#M468566</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 cannot use data types  F, I,P, or X. Instead, transfer the data into Character fields and pass it to TRANSFER command. This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 11:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195606#M468566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T11:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with data file written on application server thru datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195607#M468567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navin .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing the whole code you can do the same with a transaction alrady there ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T code: cg3z.  &lt;/P&gt;&lt;P&gt;Better to do thru this. Will definitely save your time...... and also extra efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;P&gt;PLease award if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 11:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-data-file-written-on-application-server-thru-datasets/m-p/2195607#M468567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T11:31:23Z</dc:date>
    </item>
  </channel>
</rss>

