<?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: Junk values in Application server. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990349#M1493901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;From the syntax I can tell you that your system is a Non- Unicode.&lt;/P&gt;&lt;P&gt;Can you check the following:&lt;/P&gt;&lt;P&gt;1. While debugging are the values of &lt;STRONG&gt;lt_tab&lt;/STRONG&gt; coming as # or this # is being generated when writing to the application server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the characters are getting corrupted in the application server then check the file by downloading it to the presentation server to check if the # still exists in the local system.  You can  use fm : archive_server_client might be( try f4 &lt;STRONG&gt;server&lt;/STRONG&gt;client*).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because sometimes file in the application server for some characters might be displayed as # even if they are perfect once you download the same file and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your findings.&lt;/P&gt;&lt;P&gt;You can also try opening in Text mode and with proper encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 06:19:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-02T06:19:46Z</dc:date>
    <item>
      <title>Junk values in Application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990347#M1493899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below code created the file in application server but the file has all values like #C#W#C#1#0#9#6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to replace # ( I need to store value of the internal table separated by comma delimeter in application server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open dataset filename for OUTPUT in BINARY MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at lt_tab into wa_tab.&lt;/P&gt;&lt;P&gt;      transfer wa_tab to filename NO END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont suggest CG3y and CG3Z they are invalid T-code in SCM systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rectify the above code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 22:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990347#M1493899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T22:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Junk values in Application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990348#M1493900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Text mode with requried encoding like UTF-8 and ISO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 05:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990348#M1493900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T05:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Junk values in Application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990349#M1493901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;From the syntax I can tell you that your system is a Non- Unicode.&lt;/P&gt;&lt;P&gt;Can you check the following:&lt;/P&gt;&lt;P&gt;1. While debugging are the values of &lt;STRONG&gt;lt_tab&lt;/STRONG&gt; coming as # or this # is being generated when writing to the application server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the characters are getting corrupted in the application server then check the file by downloading it to the presentation server to check if the # still exists in the local system.  You can  use fm : archive_server_client might be( try f4 &lt;STRONG&gt;server&lt;/STRONG&gt;client*).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because sometimes file in the application server for some characters might be displayed as # even if they are perfect once you download the same file and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know your findings.&lt;/P&gt;&lt;P&gt;You can also try opening in Text mode and with proper encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 06:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/junk-values-in-application-server/m-p/6990349#M1493901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T06:19:46Z</dc:date>
    </item>
  </channel>
</rss>

