<?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: CATT - Runtime error CALL_FUNCTION_CONFLICT_TYPE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902980#M55518</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;Automating a report to save a excel file in to your local folder does require the change in the file name when it is saved. say the case when the program gets executed for multiple times then the file which will be saved for the multiple times with the same file name will have the last run data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in all case just change the filename while saving with a random number attached to its end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so while creating the file name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ws_random type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'QF05_RANDOM_INTEGER'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;    RAN_INT_MAX = 10000&lt;/P&gt;&lt;P&gt;    RAN_INT_MIN = 1&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;    RAN_INT     = ws_random&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;    INVALID_INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'C:\test' ws_random '.XLS' into ws_filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'WS_DOWNLOAD'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;  filename = ws_fielname&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;  datatab  = i_data&lt;/P&gt;&lt;P&gt;exceptions&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;&lt;/P&gt;&lt;P&gt;Jagath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2005 10:13:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-23T10:13:21Z</dc:date>
    <item>
      <title>CATT - Runtime error CALL_FUNCTION_CONFLICT_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902978#M55516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to automate a process to export a report output into Excel, so I try to use CATT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully ran program and created its output report in Excel format. But, when I save the file into a folder on my computer I got a "Runtime error CALL_FUNCTION_CONFLICT_TYPE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I automate the process to save a report (in Excel format) into my local folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;TB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 18:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902978#M55516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T18:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: CATT - Runtime error CALL_FUNCTION_CONFLICT_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902979#M55517</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;Check this link for CATT related information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab027.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab027.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-catt.htm" target="test_blank"&gt;http://www.sap-img.com/sap-catt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 05:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902979#M55517</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-23T05:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: CATT - Runtime error CALL_FUNCTION_CONFLICT_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902980#M55518</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;Automating a report to save a excel file in to your local folder does require the change in the file name when it is saved. say the case when the program gets executed for multiple times then the file which will be saved for the multiple times with the same file name will have the last run data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in all case just change the filename while saving with a random number attached to its end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so while creating the file name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ws_random type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'QF05_RANDOM_INTEGER'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;    RAN_INT_MAX = 10000&lt;/P&gt;&lt;P&gt;    RAN_INT_MIN = 1&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;    RAN_INT     = ws_random&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;    INVALID_INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'C:\test' ws_random '.XLS' into ws_filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'WS_DOWNLOAD'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;  filename = ws_fielname&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;  datatab  = i_data&lt;/P&gt;&lt;P&gt;exceptions&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;&lt;/P&gt;&lt;P&gt;Jagath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 10:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-runtime-error-call-function-conflict-type/m-p/902980#M55518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T10:13:21Z</dc:date>
    </item>
  </channel>
</rss>

