Transfer R/3 Table data to MSAccess in 4.6C MDMP and ECC6.0 Unicode systems

Hi,
I have a requirement to download R3 tables data to Msaccess but i am a basis guy with lilmited abap knowledge. I dont have access to any abaper to get the program written. Could any one of you provide sample program where i can give tablename in parameter list along with where condition and downloads data to MS access.
I transfered structure to MSAccess using RIACCESS report wrote a sample report and transfered data for kna1 table using function module 'TABLE_EXPORT_TO_MSACCESS' but i failed to make it work for any table. I would be very happy if some one provide program where i can provide table name, MSACCESS location and where condition as input so that program downloads data to specified MSACCESS database.
Thanks,
Kiran.

hi,
first download the below software which convert the MY SQL file to '.Txt' file and then using normal bdc u can upload the text file to SAP R\3.
http://www.download3000.com/download-MS_SQL_Server_Export_Table_To_Text_File_Software-count-reg-42786.html

Similar Messages

  • HOW TO TRANSFER USER DEFINED TABLE DATA IN NEW DATABASE

    Dear all , I am trying to transfer user defined table data,in new database ,can you please tell how i can do it

    Thanks for Quick responce
    I have Following databases
    1) Targate Database EOU TEST
    2) Source database  STI_BLANK
    Table @MACHINE
    I tried But it has some error
    INSERT INTO EOU TEST.@MACHINE
    SELECT STI_BLANK.@MACHINE* FROM STI_BLANK.@MACHINE
    Edited by: Abhijit Bhise on Apr 1, 2010 3:27 PM
    Edited by: Abhijit Bhise on Apr 1, 2010 3:28 PM

  • Am unable to transfer/sync my "Notes" data from iPhone 6 to my MacAir and MacMini PC. Just doesn't work. Please advise.

    Am unable to transfer/sync my "Notes" data from iPhone 6 to my MacAir and MacMini PC. Just doesn't work. Please advise.
    regards / krishnakumar
    Cochin/India

    There may be other ways, but the best way I've found is:
    Set up an iCloud email account so that you can use the Notes part of this service.  Note that I said "iCloud email" not "iCloud" ... you need to enable the email service of iCloud in order to get the iCloud Notes feature.  Otherwise, the "Notes" app on your device will only store notes on your device, or maybe sync them with some other email account (e.g. Gmail, Yahoo ... but does so poorly IMO).
    On your Macs, set up the same iCloud account as on your iPhone.  Now that you've set up the email part of iCloud, you can enable the Notes feature of iCloud on your Macs.
    Be sure to set iCloud as the default account to store your notes, in case you have other email services with a Notes feature.
    New notes that you create on any device will sync to each other.
    Notes that you created before doing all this cannot sync to your Macs, since the notes were not in iCloud.  Just turning on iCloud Notes does not cause them to enter iCloud and sync -- you'd have to copy and paste them into a new note, after ensuring that iCloud is the default account for any new notes.

  • Native sql not populating correct data in ECC6.0 unicode system

    Hi,
    I am working in an upgrade upgrade project from 4.6c to ECC6.0.
    4.6c is non-unicode system. ECC6 is Unicode system.
    I am facing Native SQL problem in custom developed programe in ECC6.That means programe reading the data from oracle datbase and stored into internal table.
    But data not stored as normal character format that means its stored as different character format.
    I am suspecting this is due to unicode system. IF that is issue then please provide
    what syntax I have to use for Native SQL statment in unicode system.
    I have provided the code which we are using in programe.
      data:
        i_locn       type table of t_locn,
        v_locn       like line  of i_locn.
      field-symbols:
        <f_005t>        type t_005t.
    Get existing EIS_VIDEO_LOCN_CONV records
      EXEC SQL.
        OPEN C FOR
          SELECT EIS_LOCN
            FROM VIDADMIN.EIS_VIDEO_LOCN_CONV
      ENDEXEC.
      do.
        EXEC SQL.
          FETCH NEXT C
            INTO :V_LOCN-EIS_LOCN
        ENDEXEC.
        if sy-subrc ne 0.
          exit.
        endif.
        append v_locn to i_locn.
      enddo.
      EXEC SQL.
        CLOSE C
      ENDEXEC.
      sort i_locn.
    I am facing the problem in i_locn internal table. Please give me your input to solve this issue.
    - Anandakumar K

    Hi,
    We have resolved this issue with BASIS team help.
    We modified the data charcater set as UTF8  in Oracle data base in unicode system ECC6.0 then the programme returns the
    exact character format
    Regards
    K.Anandakumar

  • Download internal table data into excel sheet with column heading and data

    Hi,
      I am having one internal table with column headings and other table with data.
    i want to download the data with these tables into an excel sheet.
    It should ask the user for file name to save it on their own name. They should give the file name in runtime and it should be downloaded into an excel sheet.
    Can anyone tell what is the right function module for downloading these two internal table data with column heading and data.
    what we have to do for storing the file name in runtime.
    Can anyone help me on this.
    Thanks,
    Rose.

    Hi Camila,
        Try this
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        FILENAME                        = PATH2
       FILETYPE                        = 'XLS'
      TABLES
        DATA_TAB                        = IT_DATA
       FIELDNAMES                      = IT_HEADINGS
    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
       OTHERS                          = 22

  • Table data needs to be displayed with horizontal and vertical lines

    Hi,
    I need to display the data of the table in the SAP script which is having both horiziontal and vertival lines.
    the out put needs to looks as it in Excel...where there are multiple records with 5 fixed coulmns each seprated from one another by horizonalt and vertical lines..
    Can you let me know how to proceed in SCRIPT ,,,, where the number of records might vary ..and also ..it might continue to second page..
    Regards
    Senthil

    well it is possible but quite tricky.
    All you got in SAP-SCRIPT to achieve this is the BOX-Statement.
    The BOX statement works with variables for XPOS, YPOS, WIDTH and HEIGHT. what you need to do is:
    - calculate those variables during runtime
    - add box-statements with those variables.
    to calculate those variables you need to count used lines and so on. i hope i showed you a way, rest is a lil brainwork then.
    regards

  • Transfer z-table data from ECC to CRM via Middleware

    Hi,
    I need to transfer some z-table data from ECC to CRM using middleware. Does someone have any tip or reference link?
    André

    Hi,
    The following link shows the replication from CRM to ECC. The same can be followed for replication from ECC to CRM.
    Replication of Z table from CRM to R/3 - No mBDoc Created
    Regards,
    Susanta

  • EXPORT/IMPORT TABLE DATA FROM ONE SCHEMA TO ANOTHER ONE (S.O.S)

    Hi,
    I urgently need your help:(, I have two different instances, in each of them there are two schemas, A and B; which tables are the same, but I need to transfer JUST the table data from A's tables to B's tables, how can I do so??
    Thanks in advance,
    Isabel

    The total number of tables is 989:(And how many do you want ? If 988, and if you're on a 10g db, you can use exclude parameter from expdp/impdp?
    Nicolas.

  • PO ref i need Table Data from GR,IR & Account Document Numbers

    Hi Fi/Co Family Please give me valuable suggestion ,
    Through PO Number we will get GR Number in TC: ME23, how can I get from table data with reference PO to GR, IR and Accounting Document Numbers.
    Regards,
    Venkat

    hi
    if ur problem is to find the document number only, then go to tcode me23n and give ur PO number and click on PO history tab on item details.
    hope it works.award if useful.

  • Date gone after pro res 422 log and transfer

    Is it normal with AVCHD video that after it is transferred and encoded to Apple Pro res 422 that the date and time of the recording it lost? I now cannot search for video by date recorded in my CatDV8 catalog. With my mini DV tape imports, all of that came over.

    Brian --
    I'm very much in the same position -- about to start ingesting many hours of AVCHD footage for which I need to retain date & time info for each clip.
    It seems the height of absurdity that the browser portion of FCP's Log & Transfer window has a "Date Created" column with that exact info, and yet FCP7 (yes, version SEVEN) apparently won't let you simply transfer that column over and have it be displayed (as well as be a sorting option) in the Browser itself!
    If this is some technical limitation of transcoding to ProRes, then ProRes is still Beta software in desperate need of some serious development. And I can't see blaming it on the AVCHD codec, since L&T seems to have no trouble seeing and displaying the Date Created info for each clip.
    So the question remains: if Log & Transfer can see it (and since L&T does have several data fields which do show up in their respective Browser columns after import) then why the !@#$%^&* can't something as fundamental and as obviously important as the Date Created info not be transferable as well???
    Especially for a documentary, that kind of basic metadata -- and the ability to have your imported clips display in chronological order -- is CRUCIAL.
    (I'd send a Feature Request to FCP Feedback, but are they still accepting suggestions for version 3?)
    =================
    Sarcasm aside, I have found one very kludgy and inelegant way to have that Date Created info automatically included as part of the Log & Transfer process:
    In the bottom right portion of the L&T window, you have to create a new, custom "Name Preset", one that includes the ClipDate (and/or any combination of the ClipTime, ClipMonth, ClipDay buttons appropriate to the time span of your project's footage) into, and -- if needed as a sorting display option in the Browser -- at the beginning of, each clip's "Transfer As" name.
    It's ugly, it's awkward, it's limited (you can't have the date display as a compact 091123, for example, or have the time be included without seconds, etc.), but it appears to be as good as we've got -- however pathetically inadequate that may be -- for what should be an obvious and automatic option.
    (I mean, do the Log & Transfer development team and the Browser & Clip Import development team work different shifts, and just never get the chance to talk to each other? It's the only sane explanation I can come up with.)
    John Bertram
    Toronto
    (Still hoping someone can suggest a workflow which allows AVCHD clips to be ingested into FCP7 without their Date Created info being ridiculously tossed in the trash.)

  • Data transfer into partition table took more time

    Scenario: We have a Staging table (consider it as Table A) which is refreshed Every month. Every month table A is truncated and inserted with 6 million records approx. Once the mandatory update done on Table A we have to move the records to main table (Table
    B). Table B is Partitioned by month wise, which contains the complete history of records from the year 2010. Table B has 1 clus. index(month column) and 3 non clustered index. Currently table B has 180,562,235 records. While transfer i didn’t disable the index,
    because it was taking more time for enabling the index again.
    Question: Data transfer from table A to table B took 2.30 hours approx. Is there any way to reduce transfer time.
    Any Suggestion to reduce the time will be helpful.

    Try with SWITCH Partition...
    eg:
    http://www.mssqltips.com/sqlservertip/1406/switching-data-in-and-out-of-a-sql-server-2005-data-partition/

  • How to transfer table data from one client to another client?

    How to transfer table data from one client to another client?

    Hi,
    Look at the Blog
    /people/community.user/blog/2007/01/07/transport-table-entries
    Regards
    Sudheer

  • Table data transfer

    Hi,
    One basic question on table data transfer. We have a client dependant custom z table. When we transport the table's data also to quality and production, will the client field get automatically updated with the correct client number to which we are transporting it to or will it remain the same? E.g if we are transporting from Dev client 100 to quality client 200, will all the data record's client field be updated as 200 instead of 100? If not, please let me know how it should be done.
    Thanks
    Swetha.

    It will get automatically updated with the Target Client number.
    You can check in the Customization tables. Like T001 (company Codes) has the MANDT. We create the Company codes in the customization and than transport to Quality or Producation. Those requests contains the tables entries and they will get saved with the appropriate client in the other systems.
    Regards,
    Naimesh Patel

  • How to transfer internal table data to Applicatiion Server in XML fromat.

    how to transfer internal table data to Applicatiion Server in XML fromat.

    Hi if u want to transfer from to application server using xml in
    do like this,
    v_xml_table is u r internal table,
    and define li_xml_table as line of u r internal table
    OPEN DATASET g_file FOR OUTPUT IN BINARY  MODE .
        LOOP AT v_xml_table INTO  li_xml_table.
          TRANSFER li_xml_table TO g_file .
        ENDLOOP.
        CLOSE DATASET g_file.
      ENDIF.
    <removed_by_moderator>
    Regards,
    Prasad.
    Edited by: Julius Bussche on Jul 16, 2008 2:43 PM

  • Append two tables data into one in MSAccess

    Hi All,
    I have huge data which is imported through excel sheet in to MS Access database in 2 separate tables.I want to append the 2nd tables data to the first one...how can i do that...thanks in advance

    hey....i got the solution for this problem....i followed the same procedure of getting external data to MS ACCESS.After migrating all teh 6 sheets data into 6 different tables,I used the same technique to append the data into 1 single table..it worked....Thank you......

Maybe you are looking for

  • Rumor: CrossOver doesn't work properly on Leopard?

    I've been reading around a lot because i am going to buy a new Imac 24 inch with 2.8 Ghz, preinstalled with Leopard... and i've discovered that the planned program i was going to buy called CrossOver did not work properly with Leopard. What have you

  • How do I search the folder tree by parts of a folder name. Is there a folder library similar to the bookmark library to aid folder organization?

    How can I search by email account folder names and bookmark folder names by keywords or parts of folder name? Is there a way to enter and associate keywords to email/bookmark folder names? We file all our email transactions and bookmarks in an invert

  • Missing devices in MARS?

    Hello, I have a question regarding devices. I add a device then look for it in Monitored Devices after activation, etc, and its not there. However, if I go into add security apps to existing host, it shows up in the list. What the heck is going on he

  • Hyper -v network troubleshooting in windows server 2008 R2

    hi I am having a problem with connecting virtual machine install on Hyper-v to external network. i attached to my message a visual explanation of how my network and server are configured. can anyone help please.. thanks

  • Building scenes in IMovie

    Is there a way to build scenes in IMovie, then assemble those scenes into a final movie? I am working with over 100 clips and would prefer to combine related ones into small scenes rather than trying to organize them all in one timeline. (Apologies i