<?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: Interfaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900175#M55038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Where" your data comes from depends on your application.  What is it that you need to do.  Do you need to create a sales order from data which is coming from an old legacy system?  Do you have to create a sales order from data which is collected via a java iView.  Every application is different.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case where one needs to upload sales orders from a legacy system, your data would need to come from that legacy system in the form a flat file, delimited file, or excel sheet.  Then using LSMW, you would read this file in, and use it to create your sales orders via standard upload programs, recordings, idocs, or BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you needed to create a sales order from a web application, then you would use a BAPI in your java class.  Your web frontend would get the data from the user, and in your program, you would build the interface to the BAPI(this means taking the data from the user and putting it in the import/export/tables parameters of the bapi) and call the BAPI.  This would create your sales order in R/3.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can "upload" data from an excel sheet,  what we usually do is same the data as a comma delimited excel file.   LSMW will be able to handle the parsing of the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2005 20:09:07 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-03-21T20:09:07Z</dc:date>
    <item>
      <title>Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900170#M55033</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;In interfaces we transfer data from a ascii file to sap tables right? But my question is from where do we get this ASCII file from? I want to know the buisness logic of all these process.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me pls&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Kelly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2005 15:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900170#M55033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-21T15:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900171#M55034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Kelly.. that depends, in the most cases the file i'ts proposed by the user, for example the user have in a Excel file the data all the customer of the company, then you may convert (or use the same excel file) to a .TXT file, the your program read this .txt and do all the process that have to do in order tu input the custumer data inside sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you may find this information useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Carlos A. Lerzundy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2005 15:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900171#M55034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-21T15:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900172#M55035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From external systems,  in our case, we generated text files from our Legacy AS/400 system, then upload these text files into SAP using LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2005 15:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900172#M55035</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-21T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900173#M55036</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;Lets take the example of a BAPI for updating and creating new sales orders. How does it work? I mean when the customer places a sales order how do we get it as a flat file o excel sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am clear with my question... &lt;/P&gt;&lt;P&gt;Thanx &lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2005 19:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900173#M55036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-21T19:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900174#M55037</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;Also I wanted to know is there any FM to upload data directly from EXcel sheet , without convertig it into flat file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2005 19:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900174#M55037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-21T19:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900175#M55038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Where" your data comes from depends on your application.  What is it that you need to do.  Do you need to create a sales order from data which is coming from an old legacy system?  Do you have to create a sales order from data which is collected via a java iView.  Every application is different.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case where one needs to upload sales orders from a legacy system, your data would need to come from that legacy system in the form a flat file, delimited file, or excel sheet.  Then using LSMW, you would read this file in, and use it to create your sales orders via standard upload programs, recordings, idocs, or BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you needed to create a sales order from a web application, then you would use a BAPI in your java class.  Your web frontend would get the data from the user, and in your program, you would build the interface to the BAPI(this means taking the data from the user and putting it in the import/export/tables parameters of the bapi) and call the BAPI.  This would create your sales order in R/3.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can "upload" data from an excel sheet,  what we usually do is same the data as a comma delimited excel file.   LSMW will be able to handle the parsing of the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2005 20:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900175#M55038</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-21T20:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900176#M55039</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 tried to upload data directly from exel sheet using FM wsupload.. But all i got was some special characters. nothing else.. why is this..&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 16:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900176#M55039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-24T16:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900177#M55040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try using the following class/method.  I'm sure that this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


types: begin of t_excel,
       field1(20) type c,
       field2(20) type c,
       field3(20) type c,
       field4(20) type c,
       field5(20) type c,
       field6(20) type c,
       field7(20) type c,
       field8(20) type c,
       field9(20) type c,
       field10(20) type c,
       field11(20) type c,
       field12(20) type c,
       end of t_excel.

data: i_excel type table of t_excel.

      call method cl_gui_frontend_services=&amp;gt;gui_upload
        exporting
          filename                = file
          has_field_separator   = 'X'
        changing
          data_tab                = i_excel
        exceptions
          others                  = 22.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 18:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900177#M55040</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-24T18:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900178#M55041</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;Still the same. All I am getting is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Di######.....####sheet####".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a small program with just char fields in the file. &lt;/P&gt;&lt;P&gt;But isn't working for me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 15:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900178#M55041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900179#M55042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange....this code worked great for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your small program.  Maybe I can take a look and see whats up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 16:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900179#M55042</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-31T16:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900180#M55043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that the excel file is NOT saved as UTF-8 or any other unicode format but plain tab delimted ascii file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 17:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900180#M55043</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-03-31T17:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900181#M55044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think people are really trying very hard to help you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; You can save the file as CSV file from EXCEL and then try uploading it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 17:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900181#M55044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T17:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900182#M55045</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;Actually It will work when  I save it as Csv file . But what I wanted to know is , Is there any way that I can upload data directly from Excel without changing it to anyother format? Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 21:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900182#M55045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T21:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900183#M55046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, using my sample code above,  I uploaded an excel file with 5 fields and 5 rows into internal table with 5 fields.  All data was as it was in the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, now I can't get it to work again.  I am seeing the same problem as you.  Great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 21:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900183#M55046</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-31T21:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900184#M55047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,  I see why it worked for me.  I was downloading data to excel using GUI_DOWNLOAD, then uploading using the GUI_UPLOAD.  Must be the way GUI_DOWNLOAD writes the data to excel.  Install the sample program.  You will see what I mean.  Enter a file path and execute, program will write the file, now click the upload radiobutton and execute, progam will read the file back and write it to list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

types: begin of t_excel,
        field1(20) type c,
        field2(20) type c,
        field3(20) type c,
        field4(20) type c,
        field5(20) type c,
        field6(20) type c,
        field7(20) type c,
        field8(20) type c,
        field9(20) type c,
        field10(20) type c,
        field11(20) type c,
        field12(20) type c,
        end of t_excel.

data: i_excel type table of t_excel.
data: x_excel type t_excel.
data: file type string.

parameters: p_file type localfile.
parameters: p_down radiobutton group grp1 default 'X',
            p_up   radiobutton group grp1.


at selection-screen on value-request for p_file.
  call function 'KD_GET_FILENAME_ON_F4'
       exporting
            static    = 'X'
       changing
            file_name = p_file.

start-of-selection.

  if p_down = 'X'.

    x_excel-field1 = 'A1'.
    x_excel-field2 = 'A2'.
    x_excel-field3 = 'A3'.
    x_excel-field4 = 'A4'.
    x_excel-field5 = 'A5'.
    append x_excel to i_excel.

    x_excel-field1 = 'B1'.
    x_excel-field2 = 'B2'.
    x_excel-field3 = 'B3'.
    x_excel-field4 = 'B4'.
    x_excel-field5 = 'B5'.
    append x_excel to i_excel.

    x_excel-field1 = 'C1'.
    x_excel-field2 = 'C2'.
    x_excel-field3 = 'C3'.
    x_excel-field4 = 'C4'.
    x_excel-field5 = 'C5'.
    append x_excel to i_excel.

    file = p_file.
    call method cl_gui_frontend_services=&amp;gt;gui_download
      exporting
        filename              = file
        write_field_separator   = 'X'
      changing
        data_tab                = i_excel
      exceptions
        others                  = 22.


  elseif p_up = 'X'.

    file = p_file.
    call method cl_gui_frontend_services=&amp;gt;gui_upload
      exporting
        filename              = file
        has_field_separator   = 'X'
      changing
        data_tab                = i_excel
      exceptions
        others                  = 22.

    loop at i_excel into x_excel.
      write:/ x_excel.
    endloop.

  endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 21:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900184#M55047</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-31T21:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900185#M55048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try FM ALSM_EXCEL_TO_INTERNAL_TABLE to read excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2005 05:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900185#M55048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-01T05:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900186#M55049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shehryar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this one . But I am getting the sy-subrc as 2 which is an exception 'UPLOAD _OLE' Why is that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2005 20:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interfaces/m-p/900186#M55049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-08T20:19:04Z</dc:date>
    </item>
  </channel>
</rss>

