<?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: BAPI Program with Excel uploading in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312066#M1727352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandria,&lt;/P&gt;&lt;P&gt;I have similar requirement to develop a program which could do mass creation of GL Documents. Do you mind sharing the code which you have developed? So that I could use it as a reference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 08:38:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-05-08T08:38:31Z</dc:date>
    <item>
      <title>BAPI Program with Excel uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312061#M1727347</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To start things off, here is the program requirements given to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Create Custom table in database dictionary.&lt;/P&gt;&lt;P&gt;* Create a program that will upload 2 excel files into sap.&lt;/P&gt;&lt;P&gt;* Program must be able to convert files to sap.&lt;/P&gt;&lt;P&gt;* Program will create parked documents. Output should display parked documents.&lt;/P&gt;&lt;P&gt;* Non-SAP standard fields will be needed to be stored in a custom table.&lt;/P&gt;&lt;P&gt;* One time customer and one time vendor transactions should be possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flow logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run program ------&amp;gt; *Select files from computer (client side) ------&amp;gt; Upload data into customised table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the first 2 parts. I have trouble optimizing my program, do you guys have any suggestions? Comments and instructions would be highly recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks in advance! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message:&lt;SPAN style="font-size: 9pt; font-family: Tahoma, sans-serif;"&gt;I recommend to read the useful Blog&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: #333333;"&gt; "&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/getting-started/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: #3778c7;"&gt;Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers"&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Tahoma, sans-serif;"&gt;to avoid the impression of "spec dumping and &lt;/SPAN&gt;&lt;STRONG style="font-family: Tahoma, sans-serif;"&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: Tahoma, sans-serif;"&gt;learn the principles of this before asking any more questions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kesavadas Thekkillath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 05:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312061#M1727347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-27T05:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Program with Excel uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312062#M1727348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this program for excel upload,&lt;/P&gt;&lt;P&gt; where :-&lt;/P&gt;&lt;P&gt;The excel name is TEST.xls and C:\ is where the file is located.&lt;/P&gt;&lt;P&gt;And 'ZSCARR' is the database table where the data is upload from excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REPORT ZEXCEL_UPLOAD.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TYPE-POOLS truxs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLES : zscarr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;* Selection screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PARAMETER p_file TYPE rlgrap-filename DEFAULT 'C:\TEST.xls'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TYPES:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; BEGIN OF t_tab,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; carrid TYPE zscarr-carrid,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; seats&amp;nbsp; TYPE zscarr-total_seats,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; END OF t_tab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATA :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; t_upload&amp;nbsp; TYPE STANDARD TABLE OF t_tab,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; wa_upload TYPE t_tab,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; it_type&amp;nbsp;&amp;nbsp; TYPE truxs_t_text_data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; CALL FUNCTION 'F4_FILENAME'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&amp;nbsp;&amp;nbsp; PROGRAM_NAME&amp;nbsp; = SYST-CPROG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&amp;nbsp;&amp;nbsp; DYNPRO_NUMBER = SYST-DYNNR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field_name&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'P_FILE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; IMPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = p_file.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;START-OF-SELECTION.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;* Uploading the data in the file into internal table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&amp;nbsp;&amp;nbsp; I_FIELD_SEPERATOR =&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&amp;nbsp;&amp;nbsp; I_LINE_HEADER&amp;nbsp; = 'X'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_tab_raw_data = it_type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = p_file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; TABLES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_tab_converted_data = t_upload[]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; EXCEPTIONS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conversion_failed = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; IF sy-subrc NE&amp;nbsp; 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE ID sy-msgid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE sy-msgty&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NUMBER sy-msgno&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ENDIF.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;END-OF-SELECTION.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;* Uploading the data into the database table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOOP AT T_UPLOAD INTO WA_UPLOAD.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZSCARR-CARRID = WA_UPLOAD-CARRID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZSCARR-TOTAL_SEATS = WA_UPLOAD-SEATS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY ZSCARR.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ENDLOOP.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out, but I dont know what your BAPI requirement is..so cant say about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Bishwajit.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 11:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312062#M1727348</guid>
      <dc:creator>bishwajit_das</dc:creator>
      <dc:date>2013-02-27T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Program with Excel uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312063#M1727349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Bishwajit&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Firstly, thanks for the sample program. It has been helpful. I have trouble uploading excel files with table headers, so when I upload it messes up the entries. Anyway, here is the complete program requirements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* PROGRAM REQUIREMENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Program Name: ZFI_P0010&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Program Title: JV Upload 2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Transaction Code: Z_UPLOAD2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Program details:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Each upload file may be composed of several documents to be uploaded. Each document is separated based on column 1 since this is only filled-out once per document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;BAPI_ACC_DOCUMENT_POST may be used with the following additional requirements:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Test run should be available.&amp;nbsp; Output the standard message when executing the test run. If there is no check functionality in the BAPI, try using BAPI_ACC_GL_POSTING_CHECK.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;&lt;SPAN&gt;Program should park the document instead of posting. Check &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://wiki.sdn.sap.com/wiki/display/Snippets/Park+GL+Acct+Document+using+BAPIs"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/Park+GL+Acct+Document+using+BAPIs&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Posting key (&lt;SPAN style="color: black;"&gt;BSCHL) &lt;/SPAN&gt;must also be a valid input parameter.&amp;nbsp; Try “&lt;SPAN style="color: black;"&gt;You should pass all the posting keys to the EXTENSION2 structure and you should implement ACC_DOCUMENT_POST (BADI)”&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Calculate Tax Immediately (&lt;SPAN style="color: black;"&gt;XMWST) &lt;/SPAN&gt;must also be a valid input parameter. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Corresponding fields in table ZUPLOAD should be populated for every line item created. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; color: black;"&gt;We may need to use extensions for fields which are not in the BAPI.&amp;nbsp; Check &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=487722"&gt;https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=487722&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;INPUT PARAMETER&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;File location from user workstation.&amp;nbsp; User should be able to search his/her workstation for the file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;There will be 2 Excel sheets:&lt;/SPAN&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Sheet 1: Accounting Document Header and Line item data&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;Sheet 2: Withholding Tax data&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif';"&gt;There should also be a tick button for “Test Run”&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 03:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312063#M1727349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-28T03:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Program with Excel uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312064#M1727350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I try to give you an idea how to upload an excel.But I think its not fair to expect SCN providing you with the complete solution.We are here to give solutions when you are stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bishwajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 06:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312064#M1727350</guid>
      <dc:creator>bishwajit_das</dc:creator>
      <dc:date>2013-02-28T06:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Program with Excel uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312065#M1727351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understand. Anyway I managed to complete my program earlier. There are a lot of helpful topics in the community I just found about earlier. By the way, Thanks again for the sample program and sorry about asking for the complete solution. Lol, &lt;SPAN __jive_emoticon_name="blush" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1214/images/emoticons/blush.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 06:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312065#M1727351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-28T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Program with Excel uploading</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312066#M1727352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandria,&lt;/P&gt;&lt;P&gt;I have similar requirement to develop a program which could do mass creation of GL Documents. Do you mind sharing the code which you have developed? So that I could use it as a reference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 08:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-program-with-excel-uploading/m-p/9312066#M1727352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-08T08:38:31Z</dc:date>
    </item>
  </channel>
</rss>

