<?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: FTP Program Background Job not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405436#M1736308</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;Why dont you try and create an external command and use the same with FM SXPG_COMMAND_EXECUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link for Command creation in SM59 and its usage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding+in+SAP" title="http://wiki.sdn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding+in+SAP"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding+in+SAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 May 2013 13:53:22 GMT</pubDate>
    <dc:creator>arindam_m</dc:creator>
    <dc:date>2013-05-25T13:53:22Z</dc:date>
    <item>
      <title>FTP Program Background Job not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405433#M1736305</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 create a program ,it is sending a text file to ftp. It is working manually but when i want to send with a job , its not working.&lt;/P&gt;&lt;P&gt;What you think about this.&lt;SPAN style="font-size: 10pt;"&gt; And&amp;nbsp; which roles the user must have?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 09:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405433#M1736305</guid>
      <dc:creator>abdullahgunes</dc:creator>
      <dc:date>2013-04-02T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Program Background Job not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405434#M1736306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For user lack of authority (...) use SU53 or trace authorization with ST01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But insure you use destination SAPFTPA in background and not SAPFTP which only performs well in foreground (linked to GUI/workstation)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;SAPFTP:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;starts &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;sapftp&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; on the front-end workstation &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;SAPFTPA:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;starts &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;sapftp&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; on the application server &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/CODE&gt;&lt;/PRE&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>Tue, 02 Apr 2013 11:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405434#M1736306</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-04-02T11:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Program Background Job not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405435#M1736307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; mate it was helpfull for me.&lt;/P&gt;&lt;P&gt; My problem was about configuration of SAPFTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I change activation type of SAPFTP to Standart on App. Server , its not working for bakground job but file is coming correctly to FTP on working se80/38 , as the same when I change activation type of SAPFTP to Start on Front-end work Station , its working on bakground but file is not coming correctly to FTP, its coming bad charecters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this porblem what can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/222146" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 12:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405435#M1736307</guid>
      <dc:creator>abdullahgunes</dc:creator>
      <dc:date>2013-05-25T12:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Program Background Job not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405436#M1736308</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;Why dont you try and create an external command and use the same with FM SXPG_COMMAND_EXECUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link for Command creation in SM59 and its usage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding+in+SAP" title="http://wiki.sdn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding+in+SAP"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Creation+of+External+Commands+with+the+help+of+UNIX+Coding+in+SAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 13:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405436#M1736308</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-05-25T13:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Program Background Job not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405437#M1736309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't change those RFC via SM59, use report RSFTP005, if required delete existing RFC destination, so report will create them again.&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>Mon, 27 May 2013 13:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-program-background-job-not-working/m-p/9405437#M1736309</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-05-27T13:20:37Z</dc:date>
    </item>
  </channel>
</rss>

