<?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: code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647766#M288031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually, ABAP uses the character '#' to represent (unicode) characters, that cannot be displayed, i. e. asian characters ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2006 11:05:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-08T11:05:10Z</dc:date>
    <item>
      <title>code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647763#M288028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;see the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;CLIPBOARD_IMPORT&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      DATA       = EXCEL_TAB1&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      CNTL_ERROR = 1&lt;/P&gt;&lt;P&gt;      OTHERS     = 4.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE A037(ALSMEX).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EXCEL_TAB1 contains only one field of 4096 characters.&lt;/P&gt;&lt;P&gt;When i see the contents of EXCEL_TAB1 in debugging ,&lt;/P&gt;&lt;P&gt;it containd # in between....&lt;/P&gt;&lt;P&gt;How can we remove those #....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 10:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647763#M288028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T10:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647764#M288029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the following post to my previous..&lt;/P&gt;&lt;P&gt;Suppose the EXCEL_TAB1 contains '#'...how can we remove it..can we do it by searching that #...?..how can we do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 10:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647764#M288029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T10:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647765#M288030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the help for the command REPLACE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 11:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647765#M288030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647766#M288031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually, ABAP uses the character '#' to represent (unicode) characters, that cannot be displayed, i. e. asian characters ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 11:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647766#M288031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647767#M288032</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;do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;translate EXCEL_TAB1 using '# '.&lt;/P&gt;&lt;P&gt;condense s no-gaps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose take this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:s(10) type c value 'ab#c'.&lt;/P&gt;&lt;P&gt;translate s using '# '.  (don't forget to give 1 space after '#' inside single quotes)&lt;/P&gt;&lt;P&gt;condense s no-gaps.&lt;/P&gt;&lt;P&gt;write:/ s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o/p will be abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sowjanya s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 11:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647767#M288032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647768#M288033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;check with your there might be some length prob that is the reason it is entering one junk character in that, check out the field value in the data base, wheather it contain any # or not, if not than there must be some hidden value it is getting while debugging the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 11:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1647768#M288033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T11:12:24Z</dc:date>
    </item>
  </channel>
</rss>

