<?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: character hash (## ) while debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789814#M911620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate the code once again and check again in debugging ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 07:16:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T07:16:26Z</dc:date>
    <item>
      <title>character hash (## ) while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789813#M911619</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 seeing in the below shown code while debugging&lt;/P&gt;&lt;P&gt;the character hash (## line 820 -822) . &lt;/P&gt;&lt;P&gt;I didn't set them they are also not existing in my source.&lt;/P&gt;&lt;P&gt;They were set automatically it is very strange.&lt;/P&gt;&lt;P&gt;Do have an idea why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ertas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;817	clear wa_zehs_incident_li.
818	LOOP AT lt_zehs_incident_li INTO wa_zehs_incident_li
819	                 where     LOA          in s_uort
820	##     and     WTIME        in s_azeit
821	##     and     machine      in s_masch
822	##     and     injury       IN s_verlet
823	                   and     bodypart     IN s_kteil
824	                   and     ORGEH        in p_orgeh
825	                   and     PERSA        in s_per
826	                   and     BTRTL        in s_ptb.
828	IF SY-SUBRC EQ 0.
829	MOVE wa_zehs_incident_li TO lt_ZEHS_INCIDENT_RES.
830	APPEND lt_ZEHS_INCIDENT_RES.
831	ENDIF.
832	ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789813#M911619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: character hash (## ) while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789814#M911620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate the code once again and check again in debugging ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789814#M911620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: character hash (## ) while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789815#M911621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everythig has been activated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else can cause that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;ertas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789815#M911621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: character hash (## ) while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789816#M911622</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;DId you copy and pasted this code in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you copy and paste the code from ms word then in SE38 tab spaces will be replaced with the ASCII characters so just remove those tab spaces from your proagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or rather copying this from MS word you just type all code manually in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shravan G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789816#M911622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: character hash (## ) while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789817#M911623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably because how SAP handles TABs. The SAP editor does no insert TABs. Pressing the TAB key while writing you code will not insert a tab but multiple SPACEs (generally 2).&lt;/P&gt;&lt;P&gt;However, if the code is written in another editor (say notepad) and pasted in SAP, the TABs are not converted to SPACEs. While debugging, these are rendered as #.&lt;/P&gt;&lt;P&gt;This will not affect your program in any way. &lt;/P&gt;&lt;P&gt;In case you want to remove these, just delete the concerned lines and rewrite in SAP editor. This should remove the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sure way of confirming this is to see your code in the SAP editor. The AND will be aligned with the WHERE and not to the left of WHERE as shown below below.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S : This is from experience, and not from any documentation or knowledge repository. So I may be wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-hash-while-debugging/m-p/3789817#M911623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:38:18Z</dc:date>
    </item>
  </channel>
</rss>

