<?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: remove tab space in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528040#M1263082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    What transaction  are you using for BDC . As i am not getting your problem exactly. As per my understanding restrict your that internal table field which is getting tab. For eg if your bdc internal table is like this&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;         pernr like pa0000-pernr,&lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;         pernr(7),&lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;May be this can solve your problem. other explain clearly with code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2009 08:22:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-24T08:22:55Z</dc:date>
    <item>
      <title>remove tab space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528037#M1263079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt; when iam uploading the file , the file contains the tab at the end of the record , those tabs are appended in the last field of the record  along with the actual value and saved in the fields of the sys, one of the ways is i clean the filw and remove the extra tabs at the end of the record, or  how can i clean the field value or free the field from the tab value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 07:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528037#M1263079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: remove tab space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528038#M1263080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while uploadding the file in CG3z&lt;/P&gt;&lt;P&gt;defualtly it will be in the binary i guess&lt;/P&gt;&lt;P&gt;change it to ASC&lt;/P&gt;&lt;P&gt;hope it will work&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 08:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528038#M1263080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: remove tab space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528039#M1263081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can shift it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIFT wa-field RIGHT DELETING TRAILING cl_abap_char_utilities=&amp;gt;horizontal_tab.&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, 24 Apr 2009 08:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528039#M1263081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove tab space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528040#M1263082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    What transaction  are you using for BDC . As i am not getting your problem exactly. As per my understanding restrict your that internal table field which is getting tab. For eg if your bdc internal table is like this&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;         pernr like pa0000-pernr,&lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;         pernr(7),&lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;May be this can solve your problem. other explain clearly with code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 08:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528040#M1263082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T08:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: remove tab space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528041#M1263083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;     Use CONDENSE command on that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 08:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-tab-space/m-p/5528041#M1263083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T08:24:33Z</dc:date>
    </item>
  </channel>
</rss>

