CSV file transfer

Hi Gurus,
proxy -> PI ->SOAP adapter
The scenario is proxy to SOAP adapter
We are sending the XML messsage  from SAP ECC system to PI and
then send the CSV file to 3rd parties using SOAP adapter
On sender side adapter is not required since outbound proxies do not
require any communication channel. On the receiver side we have to use
the SOAP adapter to post the CSV files to the URL provided by the
Suppliers.
This is still in development.
We want to know if there is any possiblity to post the CSV files to the
http URL provided by the Supplier using the SOAP or HTTP adapter.
Thanks,
Jay

send the CSV file to 3rd parties using SOAP adapter
is there any mandatory/ conform requirement to use soap adapter for CSV FIle otherwise u have to use FILE Adapter.
the SOAP adapter to post the CSV files to the URL provided by the Suppliers.
  csv file is not possiable to send by using SOAP adapter but that is possiable as a attchment .
refer below thread:
[file Attachment|http://forums.sdn.sap.com/thread.jspa?messageID=7283557#7283557]

Similar Messages

  • CSV File transfer to MI34 transaction using XI.

    Hello every1
          I have a comma seperated file that needs to be updated into MI34 transaction. Can anyone tell me how can this be done using XI.!
    Points would be rewarded.
    Thanks and Regards,
    Arnab

    Hi,
      Please go head with 'ABAP' proxies, for your requirement
      plan for inbound proxy.
    please check the following link on inbound proxy.
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    /people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments
    configuration setting required for inbound proxy.
    /people/srinivas.gv/blog/2005/09/27/concept-of-proxy-generation
    /people/david.rutt/blog/2007/03/01/httpioexception-difficult-to-explain-timeouts-can-be-difficult-to-locate-upgrading-ssl-and-proxy-issues
    regards
    mahesh.

  • How to transfer the messages saved as .csv file to the iphone?

    I made abackup my messages using SQlite browser which saved the backup file as .csv file. How can i transfer it to my phone again?

    PC suite does not help. Especially in my case where i created sub-folders in the "saved messages" folder, after which the messages can be read, but cannot be moved back to inbox anymore. After calling the nokia care centre, guess what the d**B customer care person said? she said one option is to forward the SMS's to another SIM card, then save it on that sim card. talk abt not using your brain!!! firstly, it would be costly, at 5cents per sms; that notwithstanding, it would take hours and hours to forward all (I have ard 900 saved sms's) to another number!
    with technology at the leve it's at now, I don't see why I have to incur both the TIME and MONEY to transfer something that is already belonging to me.

  • Transfer using CSV-files

    Hello!  In our project we discussing about possibility to use CSV-files to transfer information.
    Can I use CSV in PI ?

    Hi,
    Yes you can. Use File adapter to read and do a file content conversion on it. By doing it the CSV format will be converted to XML format in PI
    Lot of weblgs are available on this
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/sundararamaprasad.subbaraman/blog/2005/12/09/making-csv-file-lookup-possible-in-sap-xi
    /people/rahul.nawale2/blog/2006/07/18/java-mapping-an-alternate-way-of-reading-a-csv-file
    /people/swaroopa.vishwanath/blog/2005/06/24/generic-approach-for-validating-incoming-flat-file-in-sap-xi--part-1
    Regards
    Suraj
    Edited by: S.R.Suraj on Sep 30, 2009 9:18 AM

  • File transfer Open dataset CSV file Problem

    Hi Experts,
    I have an issue in transferring Korean characters to a .CSV file using open dataset.
    data : c_file(200) TYPE c value '
    INTERFACES\In\test8.CSV'.
    I have tried
    open dataset  c_file for output LEGACY TEXT MODE CODE PAGE '4103'.
    open dataset  c_file for output    in TEXT MODE ENCODING NON-UNICODE.
    open dataset  c_file for output    in TEXT MODE ENCODING Default.
    Nothing is working.
    But to download to the presentation server the below code is working. How can the same be achieved for uploading the file to application server.
    CALL METHOD cl_gui_frontend_services=>gui_download
          EXPORTING
            filename                = 'D:/test123.xls'
            filetype                = 'ASC'
            write_field_separator   = 'X'
            dat_mode                = 'X'
            codepage                = '4103'
            write_bom               = 'X'
          CHANGING
            data_tab                = t_tab
          EXCEPTIONS
            file_write_error        = 1
            no_batch                = 2
            gui_refuse_filetransfer = 3
            invalid_type            = 4
            no_authority            = 5
            unknown_error           = 6
            header_not_allowed      = 7
            separator_not_allowed   = 8
            filesize_not_allowed    = 9
            header_too_long         = 10
            dp_error_create         = 11
            dp_error_send           = 12
            dp_error_write          = 13
            unknown_dp_error        = 14
            access_denied           = 15
            dp_out_of_memory        = 16
            disk_full               = 17
            dp_timeout              = 18
            file_not_found          = 19
            dataprovider_exception  = 20
            control_flush_error     = 21
            not_supported_by_gui    = 22
            error_no_gui            = 23
            OTHERS                  = 24.

    Hi,
    I would recommend to use OPEN DATASET ... ENCODING UTF-8 ...
    If your excel version is unable to open this format, you can convert from 4110 to 4103 with report RSCP_CONVERT_FILE.
    Please also have a look at
    File upload: Special character
    Best regards,
    Nils Buerckel

  • PI 7.11 CSV file

    Hello All,
    I have a simple scenerio IDOC to File.
    We had a requirement of making a XML file of IDOC received in PI , ery simple and straight forward.
    Now Target side as a requirement to place a file in CSV format.
    I mean the IDOC received in PI should be placed in target directory as CSV file.
    I am working on PI7.11 , can anyone help me with some info.
    Thanks a lot in advance.
    Regards,
    Vikrant

    Hi Vikrant,
    >>Now Target side as a requirement to place a file in CSV format. I mean the IDOC received in PI should be placed in target directory as CSV file.
    If you want the XMLized IDoc to be converted to a plain IDoc, either use the approach suggested by Michal in this blog (use tunneling and create a by-pass scenario)
    /people/michal.krawczyk2/blog/2005/11/21/xi-idoc-to-idoc-tunneling--how-fast-and-easy-can-you-get
    or
    download the IDoc as a flat Idoc and use PI to transfer the content from one directory to another.
    PS: All this is applicable if you want the Flat version of XMLized Idoc
    Regards
    Suraj

  • Exporting Metadata (caption information) from JPEGS to a comma separated value (CSV) file

    Here is my dilemma. I am an archivist at an arts organization and we are in the process of digitizing many of our materials to post them on the web and make them available to internet users. One of the principle components of our collection is a large trove of photographs. We have been in the process of digitizing these images and embedding metadata (in the Caption/Description, Author/Photographer and Copyright fields) via PhotoShops File Info command.
    Now I am at a crossroads. We need to extract this metadata and transfer it into a comma separated value form, like an Excel spreadsheet or a FileMakerPro database. I have been told that it is not possible to do this through PhotoShop, that I must run a script through Acrobat or Bridge. I have no clue how to do this. I have been directed to a couple of links.
    First I was directed to this (now dead) link: http://www.barredrocksoftware.com/products.html
    The BSExportMetadata script allegedly exports the metadata from files selected in Adobe's Bridge into a comma separated value (CSV) file suitable for import into Excel, Access and most database programs. It installs as a Bridge menu item making it simple to use. The the Export Metadata script provides you with an easy to use wizard allowing you to select associated information about a set of images that you can then export. This script requires Creative Suite 2 (CS2). This script sounds like it does exactly what I want to do, but unfortunately, it no longer exists.
    Then I found this:
    Arnold Dubin, "Script to Export and Import Keywords and Metadata" #13, 8 Aug 2005 7:23 am
    I tried this procedure, but nothing seemed to happen. I also tried to copy the script into the JAVASCRIPT action option in Acrobat, but I received a message that the script had an error. It also seems to me that this script does not set up a dumping point, that is, a file into which this information will be exported to.
    I am a novice, not a code writer or a programmer/developer. I need a step-by-step explanation of how to implement this filtering of information. We have about 2000 jpeg and tiff files, so I would rather not go through each file and copy and paste this information elsewhere. I need to find out how to create a batch process that will do this procedure for me. Can anyone help?

    Hello -
    Is anyone aware of a tool that will do the above that is available for mac? Everything I've found so far seems to be PC only.
    Any help is appreciated, thanks!

  • Reading a CSV file from server

    Hi All,
    I am reading a CSV file from server and my internal table has only one field with lenght 200. In the input CSV file there are more than one column and while splitting the file my internal table should have same number of rows as columns of the input record.
    But when i do that the last field in the internal table is appened with #.
    Can somebody tell me the solution for this.
    U can see the my code below.
    data: begin of itab_infile occurs 0,
             input(3000),
          end of itab_infile.
    data: begin of itab_rec occurs 0,
             record(200),
          end of itab_rec.
    data: c_comma(1) value ',',
            open dataset f_name1 for input in text mode encoding default.
            if sy-subrc <> 0.
              write: /, 'FILE NOT FOUND'.
              exit.
            endif.
    do
      read dataset p_ipath into waf_infile.
      split itab_infile-input at c_sep into table itab_rec.
    enddo.
    Thanks in advance.
    Sunil

    Sunil,
    You go not mention the platform on which the CSV file was created and the platform on which it is read.
    A common problem with CSV files created on MS/Windows platforms and read on unix is the end-of-record (EOR) characters.
    MS/Windows usings <CR><LF> as the EOR
    Unix using either <CR> or <LF>
    If on unix open the file using vi in a telnet session to confirm the EOR type.
    The fix options.
    1) Before opening the opening the file in your ABAP program run the unix command dos2unix.
    2) Transfer the file from the MS/Windows platform to unix using FTP using ascii not bin.  This does the dos2unix conversion on the fly.
    3) Install SAMBA and share the load directory to the windows platforms.  SAMBA also handles the dos2unix and unix2dos conversions on the fly.
    Hope this helps
    David Cooper

  • How to import old iPhone SMS.CSV file into new iPhone?

    Hey everyone,
    So I've spent a couple days on this as I just upgraded to the iPhone5S from my 4S.  Long story short, my backup restore didn't work after multiple tries (gave me the file is corrupt or not compatible with the iPhone error). 
    I tried:
    -reinstalling itunes
    -updating itunes
    -combining the 5S backup with the old 4S backup
    -tinyumbrella
    and a few of other things as I've forgot now.
    The most important things I needed was the contact list and SMS history.  I've got the contact list from extracting is successfully from the iTunes backup folder and using iCloud, but cannot figure out how to import the SMS.CSV file into my iPhone5S.
    Any suggestions on how I can get my SMS messages from my iPhone4s into my 5S?
    If anyone has any other suggestions on getting my Backup Restore to work that would be awesome too!
    Thanks!

    A word on SMS text messages. It is pracitcally impossible to import an SMS text-messages file to a new iPhone and have the Messages app on the new device read the messages.
    You can transfer, however contacts and other individual data (such as calendars and notes) from one iphone to the next. I had my old Nokia which whose contacts I exported to a CSV file. I then imported the file to my iphone which converted the file into multiple contacts in the Contacts app on the iphone. You can use a contact management app such as this one in order to import the contact file to the new iPhone.

  • Upload Csv files with infopackages - Error 1

    Hello again,
    i'm trying to upload csv file into a infopackage with master data text but the sistem sends a error message "Error 1 uploading external data".
    Infopackage settings:
    source system: PC
    file type: data file
    csv file
    data separator ;
    ESC signal "
    a created a txt file with data separated with ; and later converted txt file into a csv file.
    can anybody help me pls?
    Thanks
    Silvia Marques

    Hi Silvia,
    If the fields are correct in the transfer structure (only 2 fields). Then check whether the field length and type has been defined correctly for both the fields.
    If thats not a problem then try to load only upto PSA.
    If you are using IDOC as your transfer method then go to the "details" tab of the monitor of the error request and see the details. It will give you the correct picture of the error.
    Bye
    Dinesh.

  • File upload - issue with European .csv file format

    All,
    when uploading the .csv file for "Due List for Planned Receipts" in the File Transfer Upload center I receive an error.  It appears that it is due to the european .csv file format that is delimited by semicolon rather than comma. The only way I could solve this issue is to change Regional and Language options to English. However, I don't think this is a great solution as I can't ask all our suppliers to change their settings.  Has anyone come across this issue and another way of solving it?
    Thank you!
    Have a good day,
    Johanna

    Igor thank you for your suggestion. 
    I found this SAP note:
    +If you download a file, and the formatting of the CSV file is faulty, it is possible that your column separator does not match the standard settings of the SAP system. In the standard SAP system, the separator is ,.
    To ensure that the formatting is correct, set your global default for column separation in your system, so that it matches that of the SAP system you are using.+
    To do that Microsoft suggests to change the "List separator" in the Regional and Language Options Customize view. Though like you suggest that does not seem to do the trick. Am I missing something?
    However, if I change the whole setting from say German to English (UK) the .csv files are comma delimited and can be easily uploaded.  Was hoping there would be another way of solving this without need for custom development.

  • CSV file to Ztable

    Can u guys tell me steps/give sample code to upload a ZTABLE from a CSV file.
    Iam not using all fields in the CSV file( if file have 5 fields,I am using 3 out of it) and also not all fields in  the ZTABLE ( uploading 3 fields out of 7 fields)and some necessary validations.
    Thnaks..

    HI,
    Try this. We use this FM and it works quite well.
    ** internal table to receive stat key figures data from EXCEL
    data: begin of intab01 occurs 0,
    kostl(10) type n, " cost center number
    lstar(10), " stat key figure code
    per01(15), " period 01 value
    per02(15), " period 02 value
    per03(15), " period 03 value
    per04(15), " period 04 value
    per05(15), " period 05 value
    per06(15), " period 06 value
    per07(15), " period 07 value
    per08(15), " period 08 value
    per09(15), " period 09 value
    per10(15), " period 10 value
    per11(15), " period 11 value
    per12(15), " period 12 value
    end of intab01.
    * Added Input Work Area
    data: begin of in_wa,
    kostl(10), " cost center number
    lstar(10), " stat key figure code
    per01(15), " period 01 value
    per02(15), " period 02 value
    per03(15), " period 03 value
    per04(15), " period 04 value
    per05(15), " period 05 value
    per06(15), " period 06 value
    per07(15), " period 07 value
    per08(15), " period 08 value
    per09(15), " period 09 value
    per10(15), " period 10 value
    per11(15), " period 11 value
    per12(15), " period 12 value
    end of in_wa.
    data: w_index type i.
    * FIELD SYMBOLS
    field-symbols : <fs>.
    * S E L E C T I O N S C R E E N F I E L D S
    parameters: p_input like rlgrap-filename obligatory.
    parameters: p_skp type n default 0.
    ** transfer data from EXCEL input file to internal table INTAB01
    perform upload_excel.
    form upload_excel.
    * load plan data from EXCEL into table INTAB01 via function UPLOAD *
    data : i_intern type alsmex_tabline occurs 0 with header line."BCT004
    data : w_start_col type i value '1',
    w_start_row type i value '1',
    w_end_col type i value '18', "must = # of excel columns
    w_end_row type i value '65536'.
    call function 'ALSM_EXCEL_TO_INTERNAL_TABLE' "BCT004
    exporting
    filename = p_input
    i_begin_col = w_start_col
    i_begin_row = w_start_row
    i_end_col = w_end_col
    i_end_row = w_end_row
    tables
    intern = i_intern.
    if i_intern[] is initial. " File empty SLG001
    format color col_negative.
    skip 1.
    write: / 'There is a problem with'.
    format color col_normal.
    write: / p_input.
    format color col_negative.
    write: / 'Check the file and rerun'.
    skip 2.
    write: /15 '>>>>>>>> E N D O F P R O G R A M <<<<<<<<'.
    stop.
    endif.
    * Begin SLG001
    sort i_intern by row col.
    loop at i_intern.
    if i_intern-row <= p_skp.
    continue.
    endif.
    move : i_intern-col to w_index.
    if w_index <= 18. "Col 18-last data col
    assign component w_index of structure in_wa to <fs>.
    move : i_intern-value to <fs>.
    endif.
    at end of row.
    move-corresponding in_wa to intab01.
    shift intab01-per01 right deleting trailing ' '.
    shift intab01-per02 right deleting trailing ' '.
    shift intab01-per03 right deleting trailing ' '.
    shift intab01-per04 right deleting trailing ' '.
    shift intab01-per05 right deleting trailing ' '.
    shift intab01-per06 right deleting trailing ' '.
    shift intab01-per07 right deleting trailing ' '.
    shift intab01-per08 right deleting trailing ' '.
    shift intab01-per09 right deleting trailing ' '.
    shift intab01-per10 right deleting trailing ' '.
    shift intab01-per11 right deleting trailing ' '.
    shift intab01-per12 right deleting trailing ' '.
    append intab01 .
    clear: in_wa, intab01 .
    endat.
    endloop.
    endform. " upload_excel
    <b>See the below links for more example programs</b>
    http://sap.ittoolbox.com/code/archives.asp?d=3365&a=s&i=10
    http://sap.ittoolbox.com/code/archives.asp?d=3126&a=s&i=10
    http://sap.ittoolbox.com/code/archives.asp?d=3127&a=s&i=10
    http://sap.ittoolbox.com/code/archives.asp?d=2128&a=s&i=10
    http://sap.ittoolbox.com/code/archives.asp?d=1721&a=s&i=10
    Thanks
    Sudheer

  • Csv file uploading for database table creation

    Hi there,
    I'm in the process of making an application that will be able to upload a csv file and create a table based on the same file. As of now, I have managed to make my application upload a csv file into the database. My problem now is to transfer the data in the csv into a table. If there is a function that can do this, please let me know. But as of now, I have tried all that I can but in vain. I would appreciate any assistance rendered as to how I can go about this.
    Kind regards,
    Lusuntha

    hai Lusuntha ,
    Go to search forum and type "upload within html db".here u will find the required information ,as well as the code.go for each topic in the search result.

  • How to create a .CSV file & place it  in Application server

    Hi All,
    I have a requirement like .
    1.Create a .CSV file by using report output data.
    2.The .csv file should be placed in application server.
    When user will execute the report,
    automatically a .csv has to generate and that should be available at application server.
    points will be rewarded.
    Thanks,
    Anil

    Hi,
      Whatever the final output internal table is there  loop that
    DATA : begin of i_final occurs 0,
                  field1(20),
                  field2(20),
                end of i_final.
    DATA : v_filepath (200) TYPE c Value '/data/sapdata/test.csv' .
    DATA : begin of i_file_data occurs 0,
                  Rec(500),
                end of i_file_data.
    LOOP AT i_final.
    CONCATENATE i_final-field1  i_final-field2  INTO i_file_data-rec SEPARATED BY ','.
    APPEND i_file_data.
    CLEAR  i_file_data.
    ENDLOOP.
    OPEN DATASET v_filepath IN OUTPUT  FOR TEXT MODE.
    LOOP AT i_file_data.
      TRANSFER  i_file_data-rec TO  v_filepath.
    ENDLOOP.
    CLOSE v_filepath.
    To check the file goto Tcode->AL11>data/sapdata/test.csv.

  • Email CSV file as an attachment

    Hi,
    I am sending a CSV file as an e-mail attachment. Now, i use the character '0D0A' to get the lines onto a new line. But the extra spaces which are left in the previous lines are coming on to the next line. now there are spaces of the previous line and then the data of the current line follows. But in the internal table, the data is stored correctly, So, SHIFT LEFT is also not working.
    Please reply if there is any solution for the same.
    Thanks in advance,
    Pallavi.

    HI,
    1) I am assuming that you are creating the CSV file on the SAP server and that it is on the WINTEL platform.
    Your code would look something like
    data: ws_record(2000) type c.
    Open dataset filename for output in text mode.
    Loop at itab.
    concatenate itab-field1 itab-field2 itab-field3
      into ws_record separated by ','.
    transfer ws_record to filename.
    endloop itab
    close dataset filename.
    2) Alternatively please check the documentation on the following function module including the example.
    SO_NEW_DOCUMENT_ATT_SEND_API1
    Regards
    David Cooper

Maybe you are looking for

  • Returning a table from a stored procedure

    hi, i need to return a table from a stored procedure and show it, and come to this, but a don't know hoy to run it, so i don't know if it is right, can anyone help me? uTable out objects_uptime%rowtype as begin select * into uTable from objects_uptim

  • Acrobat 7.0 ActiveX Object example code in Lookout

    Help folks! I'm trying to set up the Adobe Acrobat 7.0 Browser Document ActiveX Object under Lookout 6.0 but it doesn't work. My goal is to display a pdf document by lookout. What should I set by Property Browser...? What should I set by Property Pag

  • IPhoto Like Folder Preview in Finder

    Is there a way to make folders in the Finder window with a preview of what's in the folder? Like you can with iPhoto.. you move your cursor over the folder and it cycles through the images inside... I'm a graphic designer and I need to find an easier

  • Common Linex & vi  commands for DBAs

    Can some body forward me the everyday linex & vi commands for DBAs ...

  • Passing Request Attributes in betweeen pageflow Portlets

    Hi How to pass Request Attributes in between Pageflow Portlets I tried with ScopedServletUtils class but it's not working for me Thanks