<?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 in application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175948#M998323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) Declare the Tab as in constants stmt&lt;/P&gt;&lt;P&gt;CONSTANTS: stmt TYPE x VALUE 09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Take each record(contains all the data with tabs) into one string and Split the string into the internal table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT l_tmpstr AT stmt&lt;/P&gt;&lt;P&gt;INTO it_p0000-infty&lt;/P&gt;&lt;P&gt;it_p0000-subty&lt;/P&gt;&lt;P&gt;it_p0000-pernr&lt;/P&gt;&lt;P&gt;it_p0000-begda&lt;/P&gt;&lt;P&gt;it_p0000-endda&lt;/P&gt;&lt;P&gt;it_p0000-massn&lt;/P&gt;&lt;P&gt;it_p0000-massg&lt;/P&gt;&lt;P&gt;it_p0000-werks&lt;/P&gt;&lt;P&gt;it_p0000-persg&lt;/P&gt;&lt;P&gt;it_p0000-persk&lt;/P&gt;&lt;P&gt;it_p0000-aedtm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append it_p0000.&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.What should be the data type of i_tmpstr and it_p0000 .&lt;/P&gt;&lt;P&gt;2.stmt should be of type x or string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 13:20:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T13:20:02Z</dc:date>
    <item>
      <title>File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175942#M998317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a tab delimited file in presentation server and I have transported it to application server,but in application server '#' is coming in place of tab,therefore I can't upload the file.&lt;/P&gt;&lt;P&gt;So, can anybody tell the detail code to remove the # from file in apllication server urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx and Regards&lt;/P&gt;&lt;P&gt;  Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175942#M998317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175943#M998318</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;It should not be a problem. Please explain in details what exactly you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175943#M998318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175944#M998319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii!&lt;/P&gt;&lt;P&gt;  I think you have opened the file on  application server by using TEXT MODE.&lt;/P&gt;&lt;P&gt;  Use BINARY MODE to open file on application server.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175944#M998319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175945#M998320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where are you viewing the file to determine that it is in fact a #?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when viewing it during debug, any non printable value would show as a #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you reading the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because it is coming from the Application server, you should be using OPEN DATASET, READ DATASET etc.  You can read the entire line into one field defined larger then the field will ever be, and then use SPLIT to break it into your final destination fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*_________________________________________________  Constants
CONSTANTS:
  c_tab           TYPE x VALUE '09'.

*
*
*
FORM retrieve_file.

  CLEAR t_error.

  OPEN DATASET zfile IN TEXT MODE MESSAGE t_mesg.
  IF sy-subrc NE 0.
    MOVE 'X' TO t_error.
    MESSAGE e100(z0) WITH 'Error opening file:' t_mesg.
    EXIT.
  ENDIF.
  DO.
    READ DATASET zfile INTO wk_rec.
    IF sy-subrc NE 0.
      EXIT.
    ENDIF.
    SPLIT wk_rec AT c_tab
      INTO  in_rec-recnum
            in_rec-leadid
            in_rec-ltype
            in_rec-ltype_txt
            in_rec-status
            in_rec-status_txt
            in_rec-statdt
            in_rec-branch
            in_rec-brtextextd
            in_rec-fname
            in_rec-mname
            in_rec-lname
            in_rec-street
            in_rec-city
            in_rec-state
            in_rec-zip
            in_rec-telf1
            in_rec-telf2
            in_rec-telf3
            in_rec-telf3_ext
            in_rec-email
            in_rec-updhotcold
            in_rec-hotcold_old
            in_rec-hotcold
            in_rec-hotcold_txt
            in_rec-prefcont
            in_rec-prefcont_txt
            in_rec-ctype
            in_rec-ctype_txt
            in_rec-heard
            in_rec-heard_txt
            in_rec-heard_other_text
            in_rec-email_promo
            in_rec-email_promo_txt
            in_rec-creside
            in_rec-creside_txt
            in_rec-zown
            in_rec-zown_txt
            in_rec-bld_tm
            in_rec-bld_tm_txt
            in_rec-ownland
            in_rec-ownland_txt
            in_rec-spnum
            in_rec-create_date
            in_rec-cmt1
            in_rec-statseq
            in_rec-actseq
            in_rec-acttyp
            in_rec-acttyp_txt
            in_rec-actrst
            in_rec-actrst_txt
            in_rec-acmt
            in_rec-adate
            in_rec-folseq
            in_rec-foltyp
            in_rec-foltyp_txt
            in_rec-fcmt
            in_rec-fdate
            in_rec-custreffer
            in_rec-custreffer_old
            in_rec-openhousesponser
            in_rec-openhousesponser_old.
    APPEND in_rec TO it_input.
  ENDDO.
  CLOSE DATASET zfile.
ENDFORM.                    " retrieve_file
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175945#M998320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175946#M998321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That # is nothing but a TAB.&lt;/P&gt;&lt;P&gt;use the Horizontal tab of the utlities class.&lt;/P&gt;&lt;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT record  AT CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB&lt;/P&gt;&lt;P&gt;      INTO  table or fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else use REPLACE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURENCES OF CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB &lt;/P&gt;&lt;P&gt;in record with ''.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175946#M998321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175947#M998322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) Declare the Tab as in constants stmt&lt;/P&gt;&lt;P&gt;CONSTANTS:  stmt TYPE x VALUE 09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Take each record(contains all the data with tabs) into one string and Split the string into the internal table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT l_tmpstr AT stmt&lt;/P&gt;&lt;P&gt;          INTO it_p0000-infty&lt;/P&gt;&lt;P&gt;          it_p0000-subty&lt;/P&gt;&lt;P&gt;          it_p0000-pernr&lt;/P&gt;&lt;P&gt;          it_p0000-begda&lt;/P&gt;&lt;P&gt;          it_p0000-endda&lt;/P&gt;&lt;P&gt;          it_p0000-massn&lt;/P&gt;&lt;P&gt;          it_p0000-massg&lt;/P&gt;&lt;P&gt;          it_p0000-werks&lt;/P&gt;&lt;P&gt;          it_p0000-persg&lt;/P&gt;&lt;P&gt;          it_p0000-persk&lt;/P&gt;&lt;P&gt;          it_p0000-aedtm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append it_p0000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful pls reward points.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bhupal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175947#M998322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175948#M998323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) Declare the Tab as in constants stmt&lt;/P&gt;&lt;P&gt;CONSTANTS: stmt TYPE x VALUE 09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Take each record(contains all the data with tabs) into one string and Split the string into the internal table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT l_tmpstr AT stmt&lt;/P&gt;&lt;P&gt;INTO it_p0000-infty&lt;/P&gt;&lt;P&gt;it_p0000-subty&lt;/P&gt;&lt;P&gt;it_p0000-pernr&lt;/P&gt;&lt;P&gt;it_p0000-begda&lt;/P&gt;&lt;P&gt;it_p0000-endda&lt;/P&gt;&lt;P&gt;it_p0000-massn&lt;/P&gt;&lt;P&gt;it_p0000-massg&lt;/P&gt;&lt;P&gt;it_p0000-werks&lt;/P&gt;&lt;P&gt;it_p0000-persg&lt;/P&gt;&lt;P&gt;it_p0000-persk&lt;/P&gt;&lt;P&gt;it_p0000-aedtm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append it_p0000.&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.What should be the data type of i_tmpstr and it_p0000 .&lt;/P&gt;&lt;P&gt;2.stmt should be of type x or string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175948#M998323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175949#M998324</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;If u r uploading data from presentation server to application server, tabs and enter functionalities will be treated as hexadecimal character (09 or 0D). &lt;/P&gt;&lt;P&gt;For this we should open dataset in ASCII mode. Try this and u can not find # in your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175949#M998324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175950#M998325</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;Use this FM &lt;STRONG&gt;DX_FILE_READ&lt;/STRONG&gt; for read the file from application server to ITAB of the program.&lt;/P&gt;&lt;P&gt;FILENAME = Application server file pat name&lt;/P&gt;&lt;P&gt;SERVER = sever name "f More than one application server.&lt;/P&gt;&lt;P&gt;Fm - PC = Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop the itab.&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF '#' IN:&lt;/P&gt;&lt;P&gt;            itab WITH ' ' .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this FM to delete file from application server &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DX_FILE_DELETE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Delete Again Create file to application server or Download to presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create file to application server ---&amp;gt; Use FM &lt;STRONG&gt;DX_FILE_WRITE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download to presentation server --&amp;gt; Use FM &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&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;Durai.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 14:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175950#M998325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T14:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175951#M998326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the helpful answer.Can u please tell me from where shall i get the application server name and also paramter 'PC' should be 'X' or ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175951#M998326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-19T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175952#M998327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used this concept but my internal table in which the data to be upladed from file in application server contain currency fields.So, it's showing syntax error for these fields and saying it should be of type c,n,d,,t or x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please tell me how to handle it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 09:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175952#M998327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-19T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175953#M998328</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 had this problem a while ago. If you look at the file (e.g. TC AL11) you see a '#' on the screen. But depending on where you created your file (e.g. windows / linux) and how you uploaded your file to the application server ( ascii / binary) the SPLIT seems in the one case not interpreting the TAB as it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore you could also try to transfer the file differently, instead of trying to solve the problem programmatically...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jul 2008 21:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175953#M998328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-19T21:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: File in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175954#M998329</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;If PC = 'X' means --&amp;gt;  upload the file from presentation server &lt;/P&gt;&lt;P&gt;Else Space or Others Read teh file from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want application server name Goto SM51 t-code there u &lt;/P&gt;&lt;P&gt;can find the all application server names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR In any SAP Access click System&lt;DEL&gt;-&amp;gt;Status&lt;/DEL&gt;&amp;gt; Here u can find the server name( Host Data - Seccion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull.&lt;/P&gt;&lt;P&gt;&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;Durai.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 05:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-in-application-server/m-p/4175954#M998329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T05:50:57Z</dc:date>
    </item>
  </channel>
</rss>

