<?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: cg3z t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358751#M1037657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just happened to see your thread....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Solution to remove the #s is this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save your excel file in .csv (Comma seperated) format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Open the saved .csv file in a Notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now, &lt;STRONG&gt;replace the comma with nothing.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Save the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Your problem is Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kumarpal Jain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 03:29:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T03:29:48Z</dc:date>
    <item>
      <title>cg3z t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358746#M1037652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During upload a file from presentation server to application server using cg3z, it is successfully uploaded with # symbol inbetween the datas. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want # symbol in between the datas.how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI,&lt;/P&gt;&lt;P&gt;I am uploading excel file or tab delimited formatted text file without title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using that datas for one std program.&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 12:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358746#M1037652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: cg3z t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358747#M1037653</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;When TAB delimited file is uploaded into application server, # will be coming as the separator b/w the values in place of TAB space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Dwarakanath.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 12:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358747#M1037653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T12:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: cg3z t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358748#M1037654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those '#' are nothing But Tabs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are equivalent to Tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want them to see you have to upload a plain text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programatically you can replace them when you are reading if you wnat..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using &lt;STRONG&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB&lt;/STRONG&gt; you can replace them inside a program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 12:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358748#M1037654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: cg3z t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358749#M1037655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this cannot be avoided&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 12:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358749#M1037655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: cg3z t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358750#M1037656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;'#' is an internal representation of the tab.&lt;/P&gt;&lt;P&gt;As Vijay said,&lt;/P&gt;&lt;P&gt;Programatically you can replace them when you are reading if you  want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample code, here i uploaded thetab delimited formatted text file and removed the # by using cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONSTANTS:
  con_tab TYPE c VALUE cl_abap_char_utilities=&amp;gt;horizontal_tab.

DATA:
  BEGIN OF itab OCCURS 0,
        data(100),
  END OF itab.

DATA:
  BEGIN OF itab1 OCCURS 0,
    vbeln  LIKE vbap-vbeln,
    posnr  LIKE vbap-posnr,
  END OF itab1.

CALL FUNCTION 'GUI_UPLOAD'
  EXPORTING
   filename = 'C:\temp\text2.txt'
  TABLES
   data_tab = itab.

LOOP AT itab.
  SPLIT itab-data AT con_tab INTO itab1-vbeln itab1-posnr.
  APPEND itab1.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 13:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358750#M1037656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: cg3z t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358751#M1037657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just happened to see your thread....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Solution to remove the #s is this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save your excel file in .csv (Comma seperated) format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Open the saved .csv file in a Notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now, &lt;STRONG&gt;replace the comma with nothing.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Save the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Your problem is Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kumarpal Jain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 03:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cg3z-t-code/m-p/4358751#M1037657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T03:29:48Z</dc:date>
    </item>
  </channel>
</rss>

