<?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: File cannot be opened error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013078#M1698826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the file is not on your PC/Desktop and you are reading it from your network.. you need to check with your network admin. &lt;/P&gt;&lt;P&gt;if the file is on your pc paste the code snippet of the gui_upload and the data that's getting into the parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 14:52:06 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2012-09-18T14:52:06Z</dc:date>
    <item>
      <title>File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013073#M1698821</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here is the scenario to upload a document of type CCD, initially I was able to upload this file successfully without change number but, when I had added/passed the change number in the file I am getting status error as 'File cannot be opened'. So any one kindly suggest me the solution.&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;Srivijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 14:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013073#M1698821</guid>
      <dc:creator>srivijay_dinnimath</dc:creator>
      <dc:date>2012-09-17T14:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013074#M1698822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you make sure if the file is not open any where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you using GUI upload or background file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 23:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013074#M1698822</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2012-09-17T23:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013075#M1698823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srivijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if the&amp;nbsp; parameter contains Changed number or not instead of only adding the changed number field to the input file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 01:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013075#M1698823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-18T01:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013076#M1698824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, I am using GUI upload. And I already mentioned that initially that file was uploading fine without change number. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 05:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013076#M1698824</guid>
      <dc:creator>srivijay_dinnimath</dc:creator>
      <dc:date>2012-09-18T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013077#M1698825</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;I have done slight modification in my code like " IF data_tab-value_009 is not initial " means, here I am checking for the file path&amp;nbsp; and now I am getting status error as "Error while checking In and storing : demoCCD.zip" . I am not getting whether is der any relation between file name/path/desc. &lt;/P&gt;&lt;P&gt;So kindly any one suggest me for solution.&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;Srivijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 10:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013077#M1698825</guid>
      <dc:creator>srivijay_dinnimath</dc:creator>
      <dc:date>2012-09-18T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013078#M1698826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the file is not on your PC/Desktop and you are reading it from your network.. you need to check with your network admin. &lt;/P&gt;&lt;P&gt;if the file is on your pc paste the code snippet of the gui_upload and the data that's getting into the parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013078#M1698826</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2012-09-18T14:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: File cannot be opened error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013079#M1698827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I fotgot to pass file path for the structure&amp;nbsp; BAPI_DOC_FILES2, now its working fine with Change number as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let me know if any check/authentication methods for file while input/uploading, bcoz if I send author, owner and Site Document Controlle(STC) same user/name, its taking fine. But while creating manually in CV01n it wont take no. I am damn sure, this functionality might be added/asked in future. &lt;/P&gt;&lt;P&gt;So let me know for any solutions.&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;Srivijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 15:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-cannot-be-opened-error/m-p/9013079#M1698827</guid>
      <dc:creator>srivijay_dinnimath</dc:creator>
      <dc:date>2012-09-18T15:11:13Z</dc:date>
    </item>
  </channel>
</rss>

