<?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 Connect in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753825#M1774501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created Parameters as user and pwd in my program. But in SU01 in which parameter Id we have to assign. User and pwd is not in list of parameter ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 07:01:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-07T07:01:57Z</dc:date>
    <item>
      <title>FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753818#M1774494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FTP_CONNECT Functional Module in 7 to 8 programs for different purposes from FTP. so in all the programs i hard coded user name, password and host name. I want to make these three dynamic. and that should run in back ground process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Give some suggestion how to make FTP user name, password and host name dynamic. and all the programs should take the same user name, password and host name and any time if we want to change any thing like password or host name we can change without touching the program.&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;Sunita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 05:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753818#M1774494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753819#M1774495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunita.&lt;/P&gt;&lt;P&gt;How about making the fields username and password as user input fields in all the programs?&lt;/P&gt;&lt;P&gt;Hostname you can get it via function module &lt;STRONG&gt;SCUT_GET_CLIENTHOST&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;You can set the data for these fields (username and password) as &lt;STRONG&gt;variant &lt;/STRONG&gt;for running the programs in background mode.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 05:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753819#M1774495</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-10-07T05:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753820#M1774496</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;Create a Z table with the required fields.&lt;/P&gt;&lt;P&gt;Also create a table maintenance generator for the same.&lt;/P&gt;&lt;P&gt;Maintain login credentials etc in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program write a select query and get the data from this table for FTP_CONNECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 05:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753820#M1774496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T05:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753821#M1774497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that variant will be deleted when we will restart the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i m saving it in variant when i m opening next time that T.Code that data is not coming automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 05:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753821#M1774497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T05:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753822#M1774498</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;Create a Z-table and create Table Maintenance Generator(TMG) for it so that you can maintain the details whenever the Password changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for running it in Background, the rfc destination should be SAPFTPA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid Shaik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753822#M1774498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T06:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753823#M1774499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No we cant create tables.. Give any other suggestion. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753823#M1774499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T06:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753824#M1774500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other Method would be to create parameters and assign the values to these parameters in SU01 for the users who are going to use the program.So values would come dynamically for that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the disadvantage here is you need to maintain it for many users and if password changes then you need to change the parameter value for all these users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my view, Ztable would be best. So that maintainability of the values would be easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid Shaik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753824#M1774500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T06:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753825#M1774501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created Parameters as user and pwd in my program. But in SU01 in which parameter Id we have to assign. User and pwd is not in list of parameter ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 07:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753825#M1774501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T07:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753826#M1774502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Link for creation of Parameter ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1034187"&gt;http://scn.sap.com/thread/1034187&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning Parameter id is as shown in below screen shot.&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/292810" width="450" /&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;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 07:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753826#M1774502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T07:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753827#M1774503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created parameter Id as &lt;SPAN style="color: #1f497d;"&gt;ZFTP_HOST, ZUSER_NAME, ZUSER_PWD. Then I created 3 data elements where in paramete Id i mentioned the above 3 parameters. Then in my program&amp;nbsp; &lt;/SPAN&gt;i written the below code. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;PARAMETERS&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;USER&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;C &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LOWER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CASE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;ZUSER_NAME&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWD&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;30&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;C &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LOWER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CASE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;ZUSER_PWD &lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HOST&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;64&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;C &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LOWER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CASE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;ZFTP_HOST&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Then also its not working. Pls suggest.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Thanks &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Sunita&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753827#M1774503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753828#M1774504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you need to do is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. take SM30 and give table name as TPARA and create 3 Parameters .&lt;/P&gt;&lt;P&gt;2. Take SU01 and as given in the above screen shot maintain the values for 3 parameter ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753828#M1774504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T08:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753829#M1774505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I created these three parameters in SM30. and assigned in SU01.&lt;/P&gt;&lt;P&gt;But how to pass in FTP_connect functional module?&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;Sunita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753829#M1774505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T08:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753830#M1774506</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;By defining the parameters in the selection screen of Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have declared the parameters in the Program. Just test it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the program, the values will get filled automatically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753830#M1774506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753831#M1774507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunita,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not sure why variant should get deleted on restarting the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For a tcode executing in foreground, default variant cannot be set. You have to choose the variant and then execute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Whereas for scheduling a program in background mode, it can be made to execute with specified variant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 09:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753831#M1774507</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-10-07T09:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753832#M1774508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working, User name and password is not fetching from there.. What to do for that?&lt;/P&gt;&lt;P&gt;Its showing an error message as&lt;/P&gt;&lt;H3&gt;Invalid FTP handle&lt;/H3&gt;&lt;P&gt;Message no. 04206&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 09:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753832#M1774508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T09:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753833#M1774509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working in our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send me the screen shot of su01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also are you executing it in the same client and with same user id (which was used in SU01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 10:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753833#M1774509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753834#M1774510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the image how we maintained in SU01. Yes i have maintained this for same client and same user ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 11:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753834#M1774510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753835#M1774511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have maintained correctly in Su01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the parameter ids are maintained differently in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: USER(30) TYPE C LOWER CASE MEMORY ID ZUSER_NAME,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWD(30) TYPE C LOWER CASE MEMORY ID ZUSER_PWD ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HOST(64) TYPE C LOWER CASE MEMORY ID ZFTP_HOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: USER(30) TYPE C LOWER CASE MEMORY ID Z_NAME,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWD(30) TYPE C LOWER CASE MEMORY ID Z_PWD ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HOST(64) TYPE C LOWER CASE MEMORY ID Z_HOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753835#M1774511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T12:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753836#M1774512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this also I tried but its not working.&amp;nbsp; Give some idea...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753836#M1774512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Connect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753837#M1774513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the steps done are correct. I have no idea why its not working for you &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ftp-connect/m-p/9753837#M1774513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T12:17:40Z</dc:date>
    </item>
  </channel>
</rss>

