<?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: How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099179#M1705843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Replacement Character # is for non-convertable characters.. that Means when u have something like this in the Material Description ( Onethird(Symbol) of Carbondioxide) in this symbol place you will get a # symbol.. Example check the below thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the symbol by entering the "BC41" in the NLS_TO_SYS Func Mod... &lt;/P&gt;&lt;P&gt;NLS_STRING_CONVERT_TO_SYS&lt;/P&gt;&lt;P&gt;now copy the result symbol (one third A) and enter the same in the NLS_FROM_SYS Func Mod. the result will be BC41.&lt;/P&gt;&lt;P&gt;NLS_STRING_CONVERT_FROM_SYS&lt;/P&gt;&lt;P&gt;These two FMs helps in data conversion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you know the fields(Column names in the Excel) are maintained.&lt;/P&gt;&lt;P&gt;Try this... In the File what ever you take use ALSM*EXCEL*ITAB* then the data will come automatically &lt;/P&gt;&lt;P&gt;This will not convert the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2012 06:49:54 GMT</pubDate>
    <dc:creator>Venkat_Sesha</dc:creator>
    <dc:date>2012-11-20T06:49:54Z</dc:date>
    <item>
      <title>How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099175#M1705839</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am trying to use GUI_UPLOAD function module in my custom program. My file have&lt;/P&gt;&lt;P&gt;some special characters, which is by default replaced by '#'. But my requirement is to&lt;/P&gt;&lt;P&gt;replace with '?'. &lt;/P&gt;&lt;P&gt;&amp;nbsp; I try to pass '?' instead of '#' in the function module. But still it is returning '#'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 07:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099175#M1705839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-19T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099176#M1705840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You cannt pass '?' for replacing special characters. Probably you can read file first from GUI_UPLOAD then later replace # with '?'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 08:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099176#M1705840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-19T08:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099177#M1705841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your reply. If i read the internal table which is returned by GUI_UPLOAD by&lt;/P&gt;&lt;P&gt;that time the data is out of my hands. Because in my scenario in material description user&lt;/P&gt;&lt;P&gt;can key in #. (Eg. iphone#5). Where i should not replace with '?'. But there are some&lt;/P&gt;&lt;P&gt;cases where carriage return is treated as special character in excel. I convert my excel&lt;/P&gt;&lt;P&gt;data into a notepad data using macros.Which i use to upload using GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;So, i need to replace that in the function module itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 06:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099177#M1705841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-20T06:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099178#M1705842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shrikanth, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look at cl_abap_char_utilities Class , It has most of the formatting characters . And try replacing the Formatting Characters using the same Rest all '#' will remain Intact in such case . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just like REPLACE ALL OCCURANCES OF &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CL_ABAP_CHAR_UTILITIES&lt;/STRONG&gt;=&amp;gt;CR_LF WITH '?' .&amp;nbsp; and so on...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps .&lt;/P&gt;&lt;P&gt;Anup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 06:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099178#M1705842</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2012-11-20T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099179#M1705843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Replacement Character # is for non-convertable characters.. that Means when u have something like this in the Material Description ( Onethird(Symbol) of Carbondioxide) in this symbol place you will get a # symbol.. Example check the below thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the symbol by entering the "BC41" in the NLS_TO_SYS Func Mod... &lt;/P&gt;&lt;P&gt;NLS_STRING_CONVERT_TO_SYS&lt;/P&gt;&lt;P&gt;now copy the result symbol (one third A) and enter the same in the NLS_FROM_SYS Func Mod. the result will be BC41.&lt;/P&gt;&lt;P&gt;NLS_STRING_CONVERT_FROM_SYS&lt;/P&gt;&lt;P&gt;These two FMs helps in data conversion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you know the fields(Column names in the Excel) are maintained.&lt;/P&gt;&lt;P&gt;Try this... In the File what ever you take use ALSM*EXCEL*ITAB* then the data will come automatically &lt;/P&gt;&lt;P&gt;This will not convert the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 06:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099179#M1705843</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2012-11-20T06:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099180#M1705844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot for your reply. Its working. I tried to use &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CL_ABAP_CHAR_UTILITIES&lt;/STRONG&gt;=&amp;gt;&lt;STRONG&gt;NEWLINE. The attribute newline recognizes the&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;carriage return. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We can find some sample code in program FDT_XML_2_REPORT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Srikanth&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2012 04:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-with-for-replacement-field-in-gui-upload-function-module/m-p/9099180#M1705844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-24T04:12:49Z</dc:date>
    </item>
  </channel>
</rss>

