Transfer data from Sap system to .xls format

Hi Friends,
How to transfer data from a internal table in SAP system to the .xls file in legacy system.
Is gui_download the correct one.
Thanks,
Anuradha

yes , using FM GUI_DOWNLOAD you can down load the data to excel sheet
for this use FILETYPE = 'DAT'

Similar Messages

  • Transfer Data from SAP system to non-SAP system

    Hi all,
    I want to send material no, site and price data from SAP system to non-SAP system. Would you tell me how can I do it
    Thanks
    Arif
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Oct 16, 2011 10:38 PM

    Hi,
    you can create the same...
    but normal practice what we do is create swc for each system so that it is easy to maintain and easy to extend in the future..
    or else follow some conventions if you are just starting the things..
    HTH
    Rajesh

  • How  to transfer data from one system to another by datamart please give de

    how  to transfer data from one system to another by datamart please give details

    Hi Deba,
    Find the below SAP help doc which may help u...
    http://help.sap.com/saphelp_nw70/helpdata/en/12/43074208ae2a38e10000000a1550b0/frameset.htm
    Also find the below threads...
    Loading data from one cube to another cube.
    data copy from infocube to infocube in two different BW systems
    Delta when loading from ODS to ODS
    reg datamart
    Data mart flag
    Regards,
    KK.

  • Transfer data from SAP TABLES to a SQL table

    Hi,
    I need to transfer data from SAP tables to a SQL table. Please suggest the best way as well as the steps please.
    Regards,
    Kamlesh

    Hi
    Step 1: Create an entry for the External database in DBCON table using Trxn: DBCA.
    Field Name Description Value (For: E.g.:)
    CON_NAME Logical name
    for database con RAJ
    DBMS Database system MSS
    USER_NAME Database user <username>
    PASSWORD Password for setting up
    the connection
    to the database <pwd>/<pwd>
    CON_ENV Database-specific MSSQL_SERVER=depotserver MSSQL_DBNAME=HOF_INDORE
    DB_RECO Availability type for an open database connect
    Then, you can define internal table and code the following way:
    DATA: BEGIN OF wa,
    c_locid(3),
    c_locname(50),
    c_locstate(5),
    END OF wa.
    EXEC SQL.
    CONNECT TO 'RAJ' AS 'V'
    ENDEXEC.
    EXEC SQL.
    SET CONNECTION 'V'
    ENDEXEC.
    < Populate SAP data into an internal table >
    Loop on itab.
    EXEC SQL.
    < code here for populating data into MS-SQL Server table>
    ENDEXEC.
    Endloop.
    Regards,
    Raj

  • How to transfer data from legacy system  to SAP

    Hi Friends,
    I would like to know the process and the steps followed to transfer data from my legacy system to SAP.
    Suppose if i have all the data in the form of Excel sheet or doc type. How can i transfer this data into SAP.
    Please explain the steps followed.
    Appreciate your help
    Anil

    Hi ,
    Conversion of legacy data into SAP can be uploaded using a standard SAP Tool called LSMW ( TCode:LSMW).
    the below link gives a brief explanation of the LSMW tool
    http://tutorialsap.com/abap/sap-lsmw-tutorial-with-steps-to-create.html
    There are various methods to upload data within LSMW. If the number of records are very high like Article Master or  Conditions for Retail the IDOC method must be used.
    Standard IDocs
    1. Article Master - ARTMAS
    2. Conditions - COND_A
    3. Source list - SRCLST
    4. Customer Master or WRF3/WRF6 tables - DEBMAS
    5. Vendor master- CREMAS
    Etc. Use transaction code WE60 to see the structure of each of the idocs. New enhancements can be done for the idocs if the required field is not available.
    Regards
    Prabhu

  • What are ways to transfer data from online system to SAP

    Hi all,
    We have a requirement to transfer data from an online system (Non SAP) to SAP.
    What are all the possible ways to  do that and which one is preferred?
    Thanks!
    Rahul.

    Dear
    for transferring data from online system to SAP there are different ways follow this links
    http://searchsap.techtarget.com/answer/Using-IDocs-to-connect-a-non-SAP-system-to-an-SAP-R-3-system-online
    https://help.sap.com/saphelp_nw70ehp1/helpdata/en/c7/eff2280d0511d3a6300060087832f8/content.htm
    Regards

  • Transfer Data from SAP R/3 to BI - Urgent

    Hi all,
    I need to transfer data from one of my SAP R/3 server to Infocube 0FIAR_C03. How can I do that? Please tell me step by step procedure.
    Please respond.
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.
    Edited by: AI on Dec 27, 2007 9:38 AM

    HI
    Follow these threads
    Implementing Extractor / Steps to extract records from R3 to BW
    LO step by step procedure
    how the data transfer from r/3 to bw
    Transfer tax data from R/3 to BW
    Data load from R/3
    Khaja

  • Source system settings to transfer data from GTS system to BI

    Hi Friends,
    I am trying to trnasfer data from GTS system to BI through the BCT datasources 0SLL_CD_1; 0SLL_CD_2 & 0SLL_CD_3. I am getting an error ""No document type for transmitting data into BW - Message no. /SAPSLL/CORE503".
    Could you please tell me what are SPRO settings to be done to activate the document types inorder to transfer data to BI system.
    Thanks,
    Neel

    Hi,
    Even I am facing the same problem...did you get a solution for this. ?
    Gopi

  • Regarding Transfer of HR data From SAP System to Non-SAP System

    Hi All,
    Can anyone Please help me how i can transfer HR Payroll Data from a SAP system to a Non-SAP system. If it can be done by using Bapi's Please send me some notes or code the way how it can be done,data can be transfered through IDOC wht wud be the IDoc format and the message type etc.Please help me out in this, if some one have done it or got any idea pls send it across. Even if my idea is wrong pls sujjest me ur method and the way it can be done.
    Thanks & Regards
    Sathish

    Hi manoj
    Thanks a lot, u can send it to [email protected] and [email protected] Pls Send it accross to both.
    Thanks
    Sathish

  • Transferring data(Transfer Order )  From SAP system to Legacy System

    Hi Friends
    please , help me out
    I Need to Transfer The Transfer Order (LT03) Data To legacy System
    How to create the Idoc on LT03
    Is there a solution for this please..
    Regards..
    null

    Hi Viswa ,
    You need to setup the configure the communication between SAP and legacy.
    EDI will suffice your requirement.
    Regards,
    Madhu.

  • Transfer data from SAP R/3 to Microsoft Navision

    Hi gurus,
    This is my first post here. I'm wondering what the easiest way is to transfer mainly master data (customers/materials) but also historical order data (sales- and purchase orders) out of SAP. I need to get the result in .txt files that then will be used as base for the import to the Navision system.
    I've read about this and several people are talking about ABAP Queries, transform data to complete IDOC's and pass-out, use BI etc.
    Will we end-up creating a new customized ABAP program or is there already an existing tool or another easy way to solve this ?
    Edited by: Robert Schulin on May 7, 2008 4:33 PM

    Hi,
    You have various methods for getting the data to flat files for uploading into another NONSAP system.
    Some of the methods are BAPIs, IDOCS, .
    Simple method for downloading data from tables to textfiles is as follows:
    GOTO se11 --> table name --> display all entries --> EDIT MENU --> download .
    here it will give options for downloading to text files, spreadsheets, rich text etc.
    This is the case if you want to download data from tables . if you want data regarding the transactions (which affects more than 1 table)  then  you have to go to IDOCS or BAPIs.
    Reward points if helpful.
    Thanks and regards,
    Narayana.

  • Method for Downloading Huge Data from SAP system

    Hi All,
    we need to download the huge data from one SAP system  & then, need to migrate into another SAP system.
    is there any better method, except downloading data through SE11/SE16 ? please advice.
    Thanks
    pabi

    I have already done several system mergers, and we usually do not have the need to download data.
    SAP can talk to SAP. with RFC and by using ALE/IDOC communication.
    so it is possible to send e.g. material master with BD10 per IDOC from system A to system B.
    you can define that the IDOC is collected, which means it is saved to a file on the application server of the receiving system.
    you then can use LSMW and read this file with several hundred thousand of IDOCs as source.
    Field mapping is easy if you use IDOC method for import, because then you have a 1:1 field mapping.
    So you need only to focus on the few fields where the values changes from old to new system..

  • PDF Creation with data from SAP system

    Hi All,
    I need to generate a PDF file using Adobe Document Service. The content of the PDF can be from any datasource (Oracle/ BW/ R3 ),  So I require Webdynpro code for pdf creation with data from any of the system

    Hi Deepak,
                     Before starting the code just like that,make sure u have configured all services in Visual Administrator.
    U can refer this:
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/95/5a08cd0e274a0bae559622d6670722/frameset.htm">Configuration Guide</a>
    regards
    Sumit

  • Extracting data from SAP system using Shared directory

    Hi,
    sapian.
           I need the detail steps about creation of data store for a sap system in BODS for extraction of data in Direct download method.Can any of you suggest me the steps about it. I need the details about Application server: Working directory:  credentials....
    Thanks in advance,
    Regards
    Kishor

    Check this -
    SAP Topics - Enterprise Information Management - SCN Wiki

  • Transfer data from legacy system to sap through rfc

    There is an Excel-sheet where a user will enter some records, this excel-sheet should be automatically transferred to SAP. How it can be done? How can I see that records and how this link would be stablished?Give me the detail example! please help...!

    hi,
    You can write a program which will be run at scheduled intervals. You can crate a job for this.
    This program will read the file either by OPEN DATASET, READ DATASET
    for GUI_UPLOAD ... depending on where the file is located.
    Then you can do the processing of each record using a BDC to insert recordsinto SAP. This will be done by doing a transaction recording in SHDB.
    Useful links:
    BDC
    www.sap-img.com/abap/learning-bdc-programming.htm
    www.itquestionbank.com/bdc-recording.html
    Regards,
    Vivek

Maybe you are looking for

  • Updated to 10.9.3, issues persist with Mail.

    Just updated to 10.9.3, and seemingly nothing looks to be fixed....at all. Since Mavericks 10.9 release, issues with Mail have been ongoing for me. Gmail is still hit/miss--sometimes mail notifications come in, sometimes not. VIP Folders randomly and

  • How to force validator method instead of data type validation in af:table

    This post will probably once again illustrate exactly how new I am to the Java/JDeveloper world so thanks in advance for any help! I have tried searching but couldn't find anything that seemed to mirror my problem. I am using a modification of Frank'

  • Not able to connect RAC database

    hi all i am using oracle 10.2 RAC on suse enterprse linux server 10.1 from node 1 i am able to connect database but from node 2 i m not able to connect.. when try to connect system/test.. its hang and didnt dispaly any error messg.. even yesterday i

  • End-user closes the Web browser's window...

    Hi , I have an Exit_Form selection on a menu..... Is it possible the code being there to be executed whenever the end-user closes the web-browser's window.....??? I use Dev10g. Thanks , a lot Simon

  • ISE machine authentication - only plug in to the network after booting

    Hi experts. I have recently deployed ISE with machine authentication.  However, when the machine is already plugged in to the switch before booting, the machine does not authenticate automatically. It isn't until I log on, using a local computer acco