<?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: Purpose of this function module? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325843#M166947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Starting Excel with Data Download and Execution of a Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz rewards the points if it is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2006 06:22:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-09T06:22:11Z</dc:date>
    <item>
      <title>Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325836#M166940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the purpose of this function module.&lt;/P&gt;&lt;P&gt;RH_START_EXCEL_WITH_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325836#M166940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325837#M166941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module enables you to transfer ASCII data (Parameter DATA_TABLE) to a front end and subsequently to start Excel. The system automatically opens the file with the data (parameter DATA_FILENAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start Excel modally or modelessly (parameter WAIT). If you start Excel modally, you can specify that the file is to be automatically deleted when Excel is closed (DELETE_FILE = 'X').&lt;/P&gt;&lt;P&gt;Standard path specifications can be added automatically to the file names transferred (Parameters DATA_PATH_FLAG, DATA_ENVIRONMENT, MACRO_PATH_FLAG, and MACRO_ENVIRONMENT). Refer to the function RH_COMPILE_FILENAME for a list of the index abbreviations currently supported.&lt;/P&gt;&lt;P&gt;In addition, when you start Excel, you can simultaneously load a macro. The name of the macro is in the parameter MACRO_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the link.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1028967"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1276646"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prakashsingh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325837#M166941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325838#M166942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It will open EXCEL&lt;/P&gt;&lt;P&gt;   with our data&lt;/P&gt;&lt;P&gt;   which is specified in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325838#M166942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325839#M166943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Taken from documentation:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This module enables you to transfer ASCII data (Parameter DATA_TABLE) to a front end and subsequently to start Excel. The system automatically opens the file with the data (parameter DATA_FILENAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start Excel modally or modelessly (parameter WAIT). If you start Excel modally, you can specify that the file is to be automatically deleted when Excel is closed (DELETE_FILE = 'X').&lt;/P&gt;&lt;P&gt;Standard path specifications can be added automatically to the file names transferred (Parameters DATA_PATH_FLAG, DATA_ENVIRONMENT, MACRO_PATH_FLAG, and MACRO_ENVIRONMENT). Refer to the function RH_COMPILE_FILENAME for a list of the index abbreviations currently supported.&lt;/P&gt;&lt;P&gt;In addition, when you start Excel, you can simultaneously load a macro. The name of the macro is in the parameter MACRO_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Latheesh Kaduthara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325839#M166943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325840#M166944</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;It allows you to download an internal table into a spreadsheet.When calling this FM you pass the internal table, then Excel starts automatically and opens up with the data from your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links for examples:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1028967"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1276568"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325840#M166944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325841#M166945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This module enables you to transfer data (Parameter DATA_TAB) to a frontend and subsequently to start Excel. The system automatically opens the file with the data (parameter DATA_NAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function offers a number of additional features:&lt;/P&gt;&lt;P&gt;You can specify a minimum version for Excel required for the function module to run (parameter CHECK_VERSION). If you make no input here (SPACE), no check is carried out.&lt;/P&gt;&lt;P&gt;You can start Excel modal or modeless (parameter WAIT).&lt;/P&gt;&lt;P&gt;You can transfer data in various formats (parameter DATA_TYPE). For a list of valid data types, please refer to the function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325841#M166945</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-06-09T06:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325842#M166946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mention the Excel sheet file path in the 'DATA_FILENAME' of the EXPORTING parameters of the FM 'RH_START_EXCEL_WITH_DATA', it will open that particular excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325842#M166946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325843#M166947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Starting Excel with Data Download and Execution of a Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz rewards the points if it is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325843#M166947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325844#M166948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Suppose i want to show some data&lt;/P&gt;&lt;P&gt;   DIRECTLY IN EXCEL,&lt;/P&gt;&lt;P&gt;   from my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Just copy paste in new program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (it will show data from T001 Table,&lt;/P&gt;&lt;P&gt;   directly into excel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------" /&gt;&lt;P&gt;data  : itab like table of t001 with header line.&lt;/P&gt;&lt;P&gt;select * from t001 into CORRESPONDING FIELDS OF table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_START_EXCEL_WITH_DATA'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    DATA_FILENAME       = '\ABCdd.XLS'&lt;/P&gt;&lt;P&gt;    DATA_TABLE          = ITAB[]&lt;/P&gt;&lt;P&gt;    WAIT                = 'X'&lt;/P&gt;&lt;P&gt;    DELETE_FILE         = 'X'&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    NO_BATCH            = 1&lt;/P&gt;&lt;P&gt;    EXCEL_NOT_INSTALLED = 2&lt;/P&gt;&lt;P&gt;    INTERNAL_ERROR      = 3&lt;/P&gt;&lt;P&gt;    CANCELLED           = 4&lt;/P&gt;&lt;P&gt;    DOWNLOAD_ERROR      = 5&lt;/P&gt;&lt;P&gt;    NO_AUTHORITY        = 6&lt;/P&gt;&lt;P&gt;    FILE_NOT_DELETED    = 7&lt;/P&gt;&lt;P&gt;    OTHERS              = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 06:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325844#M166948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T06:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325845#M166949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a problem with der FM "RH_START_EXCEL_WITH_DATA". After the release of our SAP-system changed to ERP2005 the FM doesn't work. After calling the FM with an filled internal table Excel starts but the spreadsheet is empty.&lt;/P&gt;&lt;P&gt;What can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jutta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is solved. There is no more an TABLES parameter DATA_TAB, now the internal table is an exporting parameter named DATA_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jutta Campbell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 06:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325845#M166949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T06:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325846#M166950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have some issues with FM RH_START_EXCEL_WITH_DATA when your Excel is 2007?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is either corrupted or garbled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 17:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325846#M166950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T17:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Purpose of this function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325847#M166951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What GUI patch level do you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 17:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purpose-of-this-function-module/m-p/1325847#M166951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T17:17:33Z</dc:date>
    </item>
  </channel>
</rss>

