<?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: regarding space issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819803#M918684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just make the break point in internal table value  definatly it have some value ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 09:07:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-13T09:07:45Z</dc:date>
    <item>
      <title>regarding space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819801#M918682</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;I m find a strange issue ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have declared an internal table i_final, in that one field(comnt) is there with length 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m reading an input file and i m passing data to &lt;STRONG&gt;comnt&lt;/STRONG&gt; field which is blank. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value of this comnt is blank and this i m moving to g_comnt(this is also 40 character size)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i m checking the g_comnt  field is intitial it is failing. and also the STRLEN is showing as 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is like this ,&lt;/P&gt;&lt;P&gt;  i_final-comnt = w_inputfile_comnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  g_comnt =   i_final-comnt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if g_comnt is intial.&lt;/P&gt;&lt;P&gt;  write 'working'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This condition is not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 08:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819801#M918682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T08:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819802#M918683</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;Try using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the data type of g_comnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if g_comnt[] is intial.&lt;/P&gt;&lt;P&gt;write 'working'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819802#M918683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819803#M918684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just make the break point in internal table value  definatly it have some value ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819803#M918684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: regarding space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819804#M918685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are reading from a flat file the spaces will be loading into the variable. These spaces are not same as the spaces in SAP. So they are considered as some value and value is assigned to your variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your cindition is failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819804#M918685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819805#M918686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bhupal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can u tell me how i can over come this problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-space-issue/m-p/3819805#M918686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:26:00Z</dc:date>
    </item>
  </channel>
</rss>

