<?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: Error while executing function &amp;quot;ALSM_EXCEL_TO_INTERNAL_TABLE&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783907#M1879132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a nice description here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="52687" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="News in ABAP External Debugging - New User Breakpoint" href="https://community.sap.com/" modifiedtitle="true" title="News in ABAP External Debugging - New User Breakpoint"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Raymond seems to have more specific experience with this function modules ??&lt;/P&gt;&lt;P&gt;What you wrote: "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I also try to use 'GUI_UPLOAD' but it shows "gui_refuse_filetransfer ". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;irritates.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Also curious about the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;BYe, Volker&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 08:18:46 GMT</pubDate>
    <dc:creator>VolkerProebius</dc:creator>
    <dc:date>2014-11-28T08:18:46Z</dc:date>
    <item>
      <title>Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783901#M1879126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Dear experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I am uploading the data from excel file using ALSM_EXCEL_TO_INTERNAL_TABLE function module in one of the report. The function goes well in the backend but&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;unfortunately, when I run the web, it throws an error: Error during import of clipboard contents, error key: &lt;SPAN style="color: #008000; font-family: monospace; background-color: #ebeef9;"&gt;RFC call ended with "System Failure" exception&lt;/SPAN&gt;.I have enter to SU22 and find no errors about it.&lt;/SPAN&gt;Have you guys ever met this problem? Please show me the the solution, or guide me how to fix this error.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 07:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783901#M1879126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T07:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783902#M1879127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;This FM uses both&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;OLE2 to interact with Excel (trigger a "select" and "copy" of data from Excel)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;GUI class cl_gui_frontend_services (trigger the "paste" into SAP)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;So won’t work in Web,&amp;nbsp; also not working in background job, &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;because it lacks&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a connection to a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SAPGUI.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Raymond&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 07:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783902#M1879127</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-11-28T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783903#M1879128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Zhiyu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you try to debug using "external debugging" ?&lt;/P&gt;&lt;P&gt;Utilities / Settings, tab ABAP-Editor / Debugging enter the User calling the RFC Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and / or try to set a external breakpoint in your coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye, Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 07:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783903#M1879128</guid>
      <dc:creator>VolkerProebius</dc:creator>
      <dc:date>2014-11-28T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783904#M1879129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,but I need to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;upload the data to internal table from excel file what should i do if I can't use this FM?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I also try to use 'GUI_UPLOAD' but it shows "gui_refuse_filetransfer ".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 07:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783904#M1879129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T07:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783905#M1879130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the codes can be execute complletely in the backend,and I can't debug it while it run in web.....&lt;BR /&gt;how to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;using "external debugging" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783905#M1879130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T08:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783906#M1879131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget to use any tool with "GUI" in its name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better look for UI elements relative to fileUpload or Office integration or for tools like CL_WD_RUNTIME_SERVICES&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783906#M1879131</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-11-28T08:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783907#M1879132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a nice description here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="52687" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="News in ABAP External Debugging - New User Breakpoint" href="https://community.sap.com/" modifiedtitle="true" title="News in ABAP External Debugging - New User Breakpoint"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Raymond seems to have more specific experience with this function modules ??&lt;/P&gt;&lt;P&gt;What you wrote: "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I also try to use 'GUI_UPLOAD' but it shows "gui_refuse_filetransfer ". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;irritates.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Also curious about the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;BYe, Volker&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783907#M1879132</guid>
      <dc:creator>VolkerProebius</dc:creator>
      <dc:date>2014-11-28T08:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing function "ALSM_EXCEL_TO_INTERNAL_TABLE"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783908#M1879133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.I find the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;CL_WD_RUNTIME_SERVICES and see the method ATTACH_FILE_TO_RESPONSE":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;method &lt;/SPAN&gt;attach_file_to_response&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wdr_task&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;client_window&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;client&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;attach_file_to_response&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_filename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_content&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_content&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_mime_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_mime_type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_in_new_window &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_in_new_window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_inplace&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_inplace &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endmethod&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know where to save the content of my file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 09:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-executing-function-quot-alsm-excel-to-internal-table-quot/m-p/10783908#M1879133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T09:29:22Z</dc:date>
    </item>
  </channel>
</rss>

