<?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: Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907499#M56361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program extract document into a folder on Windows Network that means on a server not on a PC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that in background task ther's no connection with sapgui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example when i want to create a file on network n background task i use OPEN_DATASET instruction and that works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the use of the standard function module CV120_DOC_CHECKOUT_VIEW in background task because when this function module is running in background task it use the SAPFTP rfc destination instead of SAPHHTP rfc destination in foreground task . I check the RFC destination , thoses works both . SO i think the problem comes from parameters given to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2005 09:16:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-23T09:16:07Z</dc:date>
    <item>
      <title>Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907497#M56359</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'm currently developping an abap program which extract document from KPRO for printing into a windows Folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I use standard function module CV120_DOC_CHECKOUT_VIEW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run my program in foreground task there's no problem, but when i run it in background task the extract doesn't work. It seems that the system cannot connect to the Windows Network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whe the program is running in foreground task, the function module user SAPHHTP RFC destination, when it runs in background task it use SAPFTP destination .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does somebody can help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 08:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907497#M56359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T08:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907498#M56360</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;You are writing this onto the windows folder of the pc on which SAPGUI is running, is that assumption correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For background execution, there is no dialog, hence no GUI hence no PC (or windows client) to connect to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 08:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907498#M56360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T08:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907499#M56361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program extract document into a folder on Windows Network that means on a server not on a PC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that in background task ther's no connection with sapgui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example when i want to create a file on network n background task i use OPEN_DATASET instruction and that works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the use of the standard function module CV120_DOC_CHECKOUT_VIEW in background task because when this function module is running in background task it use the SAPFTP rfc destination instead of SAPHHTP rfc destination in foreground task . I check the RFC destination , thoses works both . SO i think the problem comes from parameters given to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2005 09:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907499#M56361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-23T09:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907500#M56362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved by myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 08:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907500#M56362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907501#M56363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand  !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use the function CV120_DOC_CHECKOUT_VIEW  by visual basic via &lt;/P&gt;&lt;P&gt;rfc connection, however the function run ok when i execute it from R3 &lt;/P&gt;&lt;P&gt;and the function doesn't  run ok when i execute it from  VB RFC.&lt;/P&gt;&lt;P&gt;Can you tell me please what should be the functions parameters ( Hostname,platform, etc.) , and how to get them? &lt;/P&gt;&lt;P&gt;are there  any  documenting ? about executing the function in via RFC mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 13:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/907501#M56363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when calling function module CV120_DOC_CHECKOUT_VIEW in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/14031498#M2038660</link>
      <description>&lt;P&gt;Hi , I am still looking to run this FM in background and save file in PC . for location i already passed hard coded . Running on frontend every thing is fine .But because need to download 3 month file that has huge size want to run in backgrond . Let me know if any advice&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 15:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-calling-function-module-cv120-doc-checkout-view-in-background/m-p/14031498#M2038660</guid>
      <dc:creator>ravitwip</dc:creator>
      <dc:date>2025-03-02T15:25:57Z</dc:date>
    </item>
  </channel>
</rss>

