<?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: Errors in Flat files while using BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559997#M1658990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually save the Excel file as CSV or just Unicode Text file, then move this file to the application server using Windows explorer (I have a directory in the application file mounted) so I can easily move files between application and presentation server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 20:09:22 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2012-02-08T20:09:22Z</dc:date>
    <item>
      <title>Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559992#M1658985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*&lt;STRONG&gt;Hey Experts,&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;I have made a BDC program which uploads an excel file into the system.Check the coding below&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;I tried to run the same data but i received the following error at the system  status.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Excel file://c:\cannot be processed .on checking in details i received this&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Message no. UX893&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Diagnosis&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;An error occurred while attempting to process Excel file FILE://C:\Users\Administrator\Desktop\jack abaper\.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Check whether:&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;the file exists&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;you have authorization to process the file&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Excel is installed and can be run&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;System Response&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Excel file FILE://C:\Users\Administrator\Desktop\jack abaper\ is not processed. The activity is terminated.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Procedure&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;When the error has been corrected, restart the program.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;is there a way for the program to check the exact cause of error,like for my case the same data i was uploading.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;if it could tell me which row of data in the file is bringing this error.Apart from that I am to run this program in background not foreground ,please note of that while forgering a solution.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Does anyone have a solution for this,or a better way gladly accept?&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Thank you my fellow abapers&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;all help is appreciated.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;regds&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Ja&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Below see program&amp;gt;&amp;gt;&amp;gt;&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_uploadbdc NO STANDARD PAGE HEADING LINE-SIZE 255.&lt;/P&gt;&lt;P&gt;TYPE-POOLS: truxs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_file TYPE  rlgrap-filename OBLIGATORY DEFAULT 'C:\'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;     Global Declarations&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF t_datatab,&lt;/P&gt;&lt;P&gt;      col1(30)    TYPE c,&lt;/P&gt;&lt;P&gt;      col2(30)    TYPE c,&lt;/P&gt;&lt;P&gt;      col3(30)    TYPE c,&lt;/P&gt;&lt;P&gt;      END OF t_datatab.&lt;/P&gt;&lt;P&gt;DATA: it_datatab TYPE STANDARD TABLE OF t_datatab,&lt;/P&gt;&lt;P&gt;      wa_datatab TYPE t_datatab.&lt;/P&gt;&lt;P&gt;DATA: it_raw TYPE truxs_t_text_data.&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_material,&lt;/P&gt;&lt;P&gt;       matnr TYPE matnr,&lt;/P&gt;&lt;P&gt;       anzahl TYPE anzahl,&lt;/P&gt;&lt;P&gt;       eqtyp TYPE eqtyp,&lt;/P&gt;&lt;P&gt;       servon TYPE servon,&lt;/P&gt;&lt;P&gt;       serbis TYPE serbis,&lt;/P&gt;&lt;P&gt;       sernr TYPE serbis,&lt;/P&gt;&lt;P&gt;       END OF ty_material.&lt;/P&gt;&lt;P&gt;DATA: it_material TYPE TABLE OF ty_material,&lt;/P&gt;&lt;P&gt;      wa_material TYPE ty_material,&lt;/P&gt;&lt;P&gt;      it_bdcdata TYPE TABLE OF bdcdata,&lt;/P&gt;&lt;P&gt;      wa_bdcdata TYPE bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Table for messages from call transaction.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The table is automatically filled with messages from call transaction.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA BEGIN OF messtab OCCURS 10.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE bdcmsgcoll.&lt;/P&gt;&lt;P&gt;DATA END OF messtab.&lt;/P&gt;&lt;P&gt;DATA : WF_MESSAGE(100).&lt;/P&gt;&lt;P&gt;REFRESH MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;   AT SELECTION SCREEN&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      field_name = 'P_FILE'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      file_name  = p_file.&lt;/P&gt;&lt;P&gt;*include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;   START-OF-SELECTION&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_FIELD_SEPERATOR          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      i_line_header              = 'X'&lt;/P&gt;&lt;P&gt;      i_tab_raw_data             = it_raw&lt;/P&gt;&lt;P&gt;      i_filename                 = p_file&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      i_tab_converted_data       = it_material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      conversion_failed = 1&lt;/P&gt;&lt;P&gt;      OTHERS            = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE  0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid&lt;/P&gt;&lt;P&gt;          TYPE sy-msgty&lt;/P&gt;&lt;P&gt;          NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;*perform open_group.&lt;/P&gt;&lt;P&gt;  LOOP AT it_material INTO wa_material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMIEQ0' '2000'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'RISA0-SERNR(01)'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  'BU'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RISA0-MATNR'&lt;/P&gt;&lt;P&gt;                                  wa_material-matnr.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RISA0-ANZAHL'&lt;/P&gt;&lt;P&gt;                                  wa_material-anzahl.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'EQUI-EQTYP'&lt;/P&gt;&lt;P&gt;                                  wa_material-eqtyp.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RISA0-SERVON'&lt;/P&gt;&lt;P&gt;                                  wa_material-servon.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RISA0-SERBIS'&lt;/P&gt;&lt;P&gt;                                  wa_material-serbis.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RISA0-SERNR(01)'&lt;/P&gt;&lt;P&gt;                                   wa_material-sernr.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;perform bdc_transaction using 'IQ04'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL TRANSACTION 'IQ04' USING it_bdcdata&lt;/P&gt;&lt;P&gt;                      MODE 'A' UPDATE 'S'&lt;/P&gt;&lt;P&gt;                      MESSAGES into messtab.&lt;/P&gt;&lt;P&gt;    REFRESH it_bdcdata.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  bdc_dynpro&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;PROGRAM    text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;DYNPRO     text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM bdc_dynpro USING program dynpro.&lt;/P&gt;&lt;P&gt;  CLEAR wa_bdcdata.&lt;/P&gt;&lt;P&gt;  wa_bdcdata-program = program.&lt;/P&gt;&lt;P&gt;  wa_bdcdata-dynpro = dynpro.&lt;/P&gt;&lt;P&gt;  wa_bdcdata-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND wa_bdcdata TO it_bdcdata.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "bdc_dynpro&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  bdc_field&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;FNAM       text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;FVAL       text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM bdc_field USING fnam fval.&lt;/P&gt;&lt;P&gt;  CLEAR wa_bdcdata.&lt;/P&gt;&lt;P&gt;  wa_bdcdata-fnam = fnam.&lt;/P&gt;&lt;P&gt;  wa_bdcdata-fval = fval.&lt;/P&gt;&lt;P&gt;  APPEND wa_bdcdata TO it_bdcdata.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "bdc_field&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform close_group.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: JackAbaper on Feb 8, 2012 3:11 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: JackAbaper on Feb 8, 2012 3:14 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: JackAbaper on Feb 8, 2012 3:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559992#M1658985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T14:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559993#M1658986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you try to read a file from your local PC in a background process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imagine you scheduled this process to run in the middle of the night and your PC is switched off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no access to a local PC harddrive in a background process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559993#M1658986</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2012-02-08T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559994#M1658987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;well thank you for pin pointing the path issue,well take it as testing program:) in which i want to test the concept of errors not  power failure issues.&lt;/P&gt;&lt;P&gt;You havent answered my question yet?&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;JA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559994#M1658987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559995#M1658988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A batch process does not know at which computers C drive it has to search for a flat file.&lt;/P&gt;&lt;P&gt;A batch process can take the data from the application server, but not from the presentation server. &lt;/P&gt;&lt;P&gt;Only foreground processes can access the presentation server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559995#M1658988</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2012-02-08T17:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559996#M1658989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer its wise,well i want to run  upload my file in application server as background job so  my program wont work and the excel file cant work in application  server perhaps other flat files format.&lt;/P&gt;&lt;P&gt;Do you have a method I can easily use to recode my  program or if you have a sample of how to recode this please share?Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;Ja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 18:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559996#M1658989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T18:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559997#M1658990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually save the Excel file as CSV or just Unicode Text file, then move this file to the application server using Windows explorer (I have a directory in the application file mounted) so I can easily move files between application and presentation server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559997#M1658990</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2012-02-08T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559998#M1658991</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; This is what you can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload the file from presentation server to the application server through CG3Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can fetch the file from Application server to your BDC  program (Which you want to run in background).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 06:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559998#M1658991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-09T06:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Flat files while using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559999#M1658992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the point thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 17:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-flat-files-while-using-bdc/m-p/8559999#M1658992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-09T17:13:16Z</dc:date>
    </item>
  </channel>
</rss>

