<?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: BDC not Working in Linux in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663461#M1667756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friend Madhu,&lt;/P&gt;&lt;P&gt;As per your suggestion I have given then file name in Caps lock , for example I have given my &lt;/P&gt;&lt;P&gt;file name DATA_FILE , still its not picked by BDC on F4 , and there is no .txt format available &lt;/P&gt;&lt;P&gt;in linux , when I open this file then it's open in open office writer , As per my inderstanding&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'GUI_UPLOAD'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = file_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'ASC'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;here I am giving file type ASC , then for linux I have to give another&amp;nbsp; file type.&lt;/P&gt;&lt;P&gt;Hope you have got the problem.&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rihan &lt;/P&gt;&lt;P&gt;SAP-abaper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 10:13:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-29T10:13:01Z</dc:date>
    <item>
      <title>BDC not Working in Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663458#M1667753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends, &lt;/P&gt;&lt;P&gt;My BDC is not working in Linux operating system , It's not picking the file by F4 , &lt;/P&gt;&lt;P&gt;I am calling a function that is - &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;DATA:&amp;nbsp; file_name&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt;&amp;nbsp; string.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; file_name&amp;nbsp; = p_file.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'GUI_UPLOAD'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = file_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'ASC'&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'WXI'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; has_field_separator&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'X'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TABLES&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_tab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = P_itab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;I have taken the file format of 'ASC' for notepad , which format I have to use for linux.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;This is call transaction BDC , Please give me suggestion I don't want to use Batch input secession&amp;nbsp; BDC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rihan &lt;/P&gt;&lt;P&gt;SAP-abaper&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663458#M1667753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not Working in Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663459#M1667754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no issue with operating system.Keep the file name in capitals and see.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663459#M1667754</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-03-28T11:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not Working in Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663460#M1667755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You lost me!?&amp;nbsp; What does GUI_UPLOAD have to do with a BDC/call transaction?&amp;nbsp; Answer?&amp;nbsp; nothing?&amp;nbsp;&amp;nbsp; Do you have a program where the GUI_UPLOAD works for Linux?&amp;nbsp; Is so, look at how the code was constructed there (and you can find this with where used on the GUI_UPLOAD FM), and construct your filename accordingly.&amp;nbsp; If Linux is case sensitive, consider that when constructing your file_name value, which would then contain something like:&amp;nbsp; c:\myfolder\myfile.ext.&amp;nbsp; After the upload FM call, what is the return code (sy-subrc)?&amp;nbsp; You did check that, right, before you watched this fail in debug?&amp;nbsp; What is in the p_itab internal table?&amp;nbsp; And, how is p_itab described?&amp;nbsp; You've really not provided enough detail to get help for this.&amp;nbsp; Are you sure you're getting this from a PC (GUI_UPLOAD) in a foreground session?&amp;nbsp; I thought Linux would be the operating system for the SAP servers?&lt;/P&gt;&lt;P&gt;If the file is, as it probably should be, &lt;STRONG&gt;stored on the Apps server&lt;/STRONG&gt;, you need Open dataset...read into...close dataset, etc., the details of which have been posted many, many times.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 17:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663460#M1667755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not Working in Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663461#M1667756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friend Madhu,&lt;/P&gt;&lt;P&gt;As per your suggestion I have given then file name in Caps lock , for example I have given my &lt;/P&gt;&lt;P&gt;file name DATA_FILE , still its not picked by BDC on F4 , and there is no .txt format available &lt;/P&gt;&lt;P&gt;in linux , when I open this file then it's open in open office writer , As per my inderstanding&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'GUI_UPLOAD'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = file_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'ASC'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;here I am giving file type ASC , then for linux I have to give another&amp;nbsp; file type.&lt;/P&gt;&lt;P&gt;Hope you have got the problem.&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rihan &lt;/P&gt;&lt;P&gt;SAP-abaper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 10:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663461#M1667756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-29T10:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not Working in Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663462#M1667757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friend Madhu,&lt;/P&gt;&lt;P&gt;As per your suggestion I have given then file name in Caps lock , for example I have given my file name DATA_FILE , still its not picked by BDC on F4 .&lt;/P&gt;&lt;P&gt; and there is no .txt format available in linux , when I open this file then it's open in open office writer in linux, As per my understanding&amp;nbsp; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; EXPORTING&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = file_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'ASC'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here I am giving file type ASC , for linux M i required to&amp;nbsp; give another&amp;nbsp; file type ?. or you are saying that above I have to give file name in caps letter , pls do specify , I am very much needed. &lt;/P&gt;&lt;P&gt;Hope you have got the problem.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt; Rihan SAP-abaper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 05:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663462#M1667757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-30T05:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not Working in Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663463#M1667758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here which fm you are using to open the file.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 05:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-in-linux/m-p/8663463#M1667758</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-03-30T05:58:20Z</dc:date>
    </item>
  </channel>
</rss>

