<?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: possibility using file transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605802#M1862411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to T-Code FILE.&lt;/P&gt;&lt;P&gt;Click on Definition of Variable in the left.&lt;/P&gt;&lt;P&gt;On the right give the Variable name say SERVER, USER and PASSWORD&lt;/P&gt;&lt;P&gt;Then give the value in Variable Value column say abcdef12345.server.abc.com, test_user, test&lt;/P&gt;&lt;P&gt;SAVE it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now you can READ these variable from View V_PARAMVAL (just like you were doing from your customizing table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheer!!&lt;/P&gt;&lt;P&gt;Raju Shrestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 14:26:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-17T14:26:54Z</dc:date>
    <item>
      <title>possibility using file transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605801#M1862410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ftp server details like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server:&amp;nbsp; abcdef12345.server.abc.com&lt;/P&gt;&lt;P&gt;user: test_user&lt;/P&gt;&lt;P&gt;password: test1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initially I have kept all the above details in customizing table, and based on system longin I am getting ftp server details from customizing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my customer told that instead of table, keep all the details in file transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, using logical file I need to get corresponding ftp server details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible, if so please guide me to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 11:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605801#M1862410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-17T11:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: possibility using file transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605802#M1862411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to T-Code FILE.&lt;/P&gt;&lt;P&gt;Click on Definition of Variable in the left.&lt;/P&gt;&lt;P&gt;On the right give the Variable name say SERVER, USER and PASSWORD&lt;/P&gt;&lt;P&gt;Then give the value in Variable Value column say abcdef12345.server.abc.com, test_user, test&lt;/P&gt;&lt;P&gt;SAVE it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now you can READ these variable from View V_PARAMVAL (just like you were doing from your customizing table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheer!!&lt;/P&gt;&lt;P&gt;Raju Shrestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 14:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605802#M1862411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-17T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: possibility using file transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605803#M1862412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is again like reading values from a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expecting a solution like, if I give logical path name for example to the function module FILE_GET_NAME, then I have to get the above said server name, user &amp;amp; password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, I am looking for linking logical path with server, user &amp;amp; password.&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;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 04:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/possibility-using-file-transaction/m-p/10605803#M1862412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-18T04:31:23Z</dc:date>
    </item>
  </channel>
</rss>

