Table Data Transportation (Urgent)

Hi Experts,
Can you do me a favour, I can transport table structure from one client to another. but I want to transport my development client table data to production clinet. How can I do it?
Waiting for your reply with positive hope. it is Urgent.
with warm Regards
Rajiv singh

Hi..
U need to upload the data into the database table in production separately..
Do one thing..
Create a transaction(program) which will upload the text file data into the database table.
Transport this TCODE to production...and in production run this TCODE...specify filename an data will be uploaded to respective database table.
Use GUI_UPLOAD function module for the same.
Regards,
DJ.

Similar Messages

  • Table data  Transportation.

    Hi,
    I have transported the table structure from one server to another, now I want to transport the table data.
    Could u please guide me through this giving detail steps?
    Regards,

    Hi Abhijeet,
    You use SE01 to create a Customizing or workbench transport request .
    Then when you've completed the transport attributes, you save and enter the task editor in change mode. 
    You insert an entry:
    Program ID : R3TR
    Object type : TABU
    Object name : xxxxxxxx
    EG: where xxxxxxxx is the table name.
    You must also GOTO --> Object Key(Click on the "Object With Keys"  and then insert the Keys you want.
    EG:      Client "170"
         Company code "1000"
         Now table key will be displayed as "1071000"
    Enter as many table key as you need.
    You may also enter * to select all table entries. 
    Save and release your transport.
    Award points.....

  • How do I AUTOMATICALLY generate Transport request for a Z table data?

    Hello friends,
    I would like to automatically create/generate a transport request for a Z table every time I change, add or delete data in that table.
    Currently, every time I modify data in the Z table, I need to go and manually create a transport request and then indicate keys for the row(s) which were modified. I find this a tedious, time consuming, and error prone process.
    So I would like to automate this process. That is to say, the transport request is generated for the rows that I modified. The same way as is done when you change a program. It automatically prompts you for a transport request thingy.
    Any ideas?
    Your help is greatly appreciated.

    You need to make the table contents transportable by creating a "table maintenance generator" in SE11 under Utilities -> Table maintenance generator.
    In that screen for the section "Dialog data transport Details" the "Standard Recording Routine" option should be selected.
    Then only will the system ask for Transport request when entering data through the generated maintenance view in SM30.
    Also change the "delivery class' in the table attributes to 'C' - Customizing table

  • 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.

  • Viewing Tables/data from an old tablespace

    I'm using a database Oracle 11g.
    I have a DBF file of an old tablespace from a different database that I want to connect to the existing database.
    I've created a tablespace with REUSE caluse, and it was created successfully
    SQL> create tablespace TEST datafile 'C:\DATA.DBF' reuse;
    How can I view the tables/data within that tablespace?
    Was that the right approach ?
    Or should I attach that tablespace in a different way ?
    Thanks in advance for your answers,
    Roni

    Hi JGarry,
    I do not agree to your statement
    "In addition to what the others said, understand that the metadata that describes what is in the tablespace is in the data dictionary in the system tablespace.  If you have the system tablespace also, you may be able to construct a database that you can transport your data tablespace from. "
    System table space will contains the metadata information about the table space, But it will not keep information about the segments of table space. So user will not be able to see the contents of table space.
    Yes your point regarding proper backup and export is valid but can you elaborate more how to data recovery will the done in this user scenario.
    Any ideas are welcome....
    cheers

  • Changing Character set in SAP BODS Data Transport

    Hi Experts,
    I am facing issue in extracting data from SAP.
    Job details: I am using an ABAP data Flow which fetches the data from SAP and loads into Oracle table using Data Transport.
    Its giving me below error while executing my job:
    (12.2) 05-06-11 11:54:30 (W) (3884:2944) FIL-080102: |Data flow DF_SAP_EXTRACT_QMMA|Transform R3_QMMA_EXTRACT__AL_ReadFileMT_Process
                                                         End of file was found without reading a complete row for file <D:/DataService/SAP/Local/Z_R3_QMMA>. The expected number of
                                                         columns was <30> while the number of columns actually read was <10>. Please check the input file for errors or verify the
                                                         schema specification for the file format. The number of rows processed was <8870>.
    reason: When analyzed I found the reason for this is presence of special characters in data. So while generating the data file in SAP working directory which is available on SAP Application server the SAP code page is 1100 due to which the delimeter of the file and the special characters are represented with #. So once the ABAP is executed and data is read from the file it is treating the # as delimiter and throwing the above error.
    I tried to replace the special characters in ABAP data Flow but the ABAP data Flow doesnot support replace_substr function. I also tried changing the Code Page value to UTF-8 in SAP datastore properties but this didnt work as well.
    Please let  me know what needs to be done to resolve this issue. Is there any way we change the character set while reading from the generated data file in BODS to convert code page 1100 to UTF-8.
    Thanks in advance.
    Regards,
    Sudheer.

    Unfortunately, I am no longer working on this particular project/problem. What I did discover though, is that /127 actually refers to character <control>+<backspace>. (http://en.wikipedia.org/wiki/Delete_character)
    In SAP this and any other unknown characters get converted to #.
    The conclusion I came to at the time, was that these characters made their way into the actual data and was causing the issue. In fact I think it is still causing the issue, since no one takes responsibility for changing the records, even after being told exactly which records need to be updated ;-)
    I think I did try to make the changes on the above mentioned file, but without success.

  • Download internal table data to Excel in background

    Hi all ,
      Can anyone tell that how i can download internal table data
    into Excel sheet  in Backgroud Mode .
    I used both fun mod  ws and gui download but these are not working in background mod .
    Please help  issue is urgent .
    Answer is rewarded  by point .
    With Regards ,
    Nilesh Jain

    hi,
    you have to use  function module 'SAP_CONVERT_TO_XLS_FORMAT'.
    DATA:
    ITAB1 TYPE TRUXS_T_TEXT_DATA.
    CALL FUNCTION 'SAP_CONVERT_TO_XLS_FORMAT'
    EXPORTING
      I_FIELD_SEPERATOR          = ';'
      I_LINE_HEADER              =
       i_filename                 = filename
      I_APPL_KEEP                = ' '
    tables
       i_tab_sap_data             = itab
    CHANGING
      I_TAB_CONVERTED_DATA       = itab1
    EXCEPTIONS
      CONVERSION_FAILED          = 1
      OTHERS                     = 2
    *IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
    try this one.
    reward points if useful,
    thanks & regards,
    rajee.

  • Planner table changes transport in SPRO

    Hi all,
    I have created a new planner in SPRO and using menu 'Table View'->Transport, I have saved the changes of the planner table under one request number, but I dont see any info under this in se10. Is this right approach or else I missed anything? Please guide.
    Thanks in advance.
    Regards,
    Guru.

    Hi Guru,
    I think you have followed the right steps...
    Please use TCode SE01 where you have options of search by User ID or TR no. etc... there you can input the transport request number (in Display Tab ) which you had created(under own requests) while saving the planner data in SPRO table-/SAPAPO/PLANNER.
    If that is not displayed under that view then please check if the entries/changes are correctly saved in table under that TR-Transport Rrequest ,if not save the changes again and create a new TR and follow the steps suggested above.
    hope this helps...
    Regards,
    Digambar

  • Replicate APO master table data into HANA db via SLT

    Hi,
    Can anybody help me on replicating SAP APO master table data into SAP HANA by using SLT.
    What is the hardware requirement (Version & Patch) for APO system to communicate with SLT and is it the same methodology to follow while replicating ECC data via SLT to HANA or different.
    Please treat it urgent and your suggestions highly appreciated.
    Thank you,
    Ian

    Hi Ian,
    From replication perspective its follow the same methodology as ECC replication to HANA.
    You have to install DMIS 2011 component on your APO system to communicate with SLT.
    For more details you can refer SAP note: 1759156
    Cheers

  • Oracle Database Table data Load it into Excel

    Hello All,
    Please I need your help for this problem:
    I need to load Oracle database Table data and load it into Excel and saved with xls format.
    Example -Select * from Slase data load it into the Excel.
    I appreciate ans sample code to help me do that, Please help me out. This is very urgent.
    Thanks alot and best regards,
    anbu

    >
    I need to load Oracle database Table data and load it into Excel and saved with xls format.
    Example -Select * from Slase data load it into the Excel.
    I appreciate ans sample code to help me do that, Please help me out. This is very urgent.
    >
    Nothing in these forums is 'urgent'. If you have an urgent problem you should contact Oracle support or hire a consultant.
    You have proven over and over again that you are not a good steward of the forums. You continue to post questions that you say are 'urgent' but rarely take the time to mark your questions ANSWERED when they have been.
    Total Questions: 90 (78 unresolved)
    Are you willing to make a commitment to to revisit your 78 unresolved questions and mark them ANSWERED if they have been?
    The easiest way to export Oracle data to Excel is to use sql developer. It is a free download and this article by Jeff Smith shows how easy it is
    http://www.thatjeffsmith.com/archive/2012/09/oracle-sql-developer-v3-2-1-now-available/
    >
    And One Last Thing
    Speaking of export, sometimes I want to send data to Excel. And sometimes I want to send multiple objects to Excel – to a single Excel file that is. In version 3.2.1 you can now do that. Let’s export the bulk of the HR schema to Excel, with each table going to it’s own workbook in the same worksheet.
    >
    And you have previously been ask to read the FAQ at the top of the thread list. If you had done that you would have seen that there is a FAQ for links that have many ways, with code, to export data to Excel.
    5. How do I read or write an Excel file?
    SQL and PL/SQL FAQ

  • EABP table dats is missing in TDMS ERP time slice tranfer

    Hi,
    Is EABP table (Budget Billing Plan) is not part of TDMS ERP transfer? Recently we did some erp time slice transfer with 2 yrs of data but this table data was not selected in sender system. Our project team needs this table data for their testing. For temporary solution we transported table data from sender system to receiver system with sap transport tools.
    Is anyone have any idea why this table data was not carried out with tdms?
    thanks, I appreciate your help.
    Thanks
    Din.

    Hi
    It should get transferred by TDMS, there may be some customizing issue. Raise a OSS message to SAP support they will be able to solve it.
    Best regards
    Pankaj

  • Setup table data

    Hi ,
    Our basis people doing R/3 to ECC upgarde every time they are getting issue with Extract Structures When I delete LO Setup table data then they can do the process succesfully, Please suggest me how to in activate setup table data in LO **** pit... it's quite urgent.
    This is production system..
    I appreciate for replies.
    Thank you
    DST

    Hi,
    From the last four year we are using these E/S, We never stop the LO loads, Rgiht now i am getting problem with setup table data.
    When we upgrade r/3 to ECC.
    below the log we are getting:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CHECK OF UPDATE TASK Errors and RETURN CODE in RSVBCHCK.PRD
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    A2EEMCEX 141 Struct. Appl. "12" cannot changed because restruct. -> Long text" ""MC12VC0ITMSETUP" "010"
    Long text:
    Cause
    Changing the extract structure &V#& for application "12" is not permitted, because the restructure table &V#& for the extractor still contains data in &V#&.
    You cannot change the structure in this status, because when you load an InfoPackage from BW, this leads to errors.
    What to do
    <DS:TRAN.LBWG>Delete</> the entries for all restructure tables for application "12".
    A2EEMCEX 141 Struct. Appl. "12" cannot changed because restruct. -> Long text" ""MC12VC0SCLSETUP" "010"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Temporaryly i want to stop these process for upgrade.
    What are the steps i have to do now .
    it's quite very urgent
    Thanks
    DST

  • 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

  • Can I delete table data with a change request?

    Hello colleagues,
    There is a table (T2502) that in production system has more data (not necessary)than in the dev system, and we have created a request with the same data from the dev system, that does not have this data, but i does not remove the data that is not necessary. I have tested and the inser procedure is working fine. Do you know if the system allows to copy the table from a dev to a prd system by a request?
    Which should be the most appropriate way to do this?
    I have checked in SE54, generated objects, and in the "dialog data transport details" it is set to "no, or user,recording routine".
    Any idea?
    Thanks in advance.

    Moving the table by a transport request is better option.
    Do u want the procedure of doing this...
    Ur query is not clear at all. will u tell exactly wat u want to do..

Maybe you are looking for

  • Apple Remote Desktop and Itunes

    I am using Apple remote desktop to connect to several servers with several users on each server. When Itunes is playing and I try to fast user switch, it will stop playing itunes on the user I am switching from. Is anyone familiar with any problems l

  • Unable to edit page

    This is in JSK... Have created a page (simple) - "Home" in Admin UI with a Page Definition. When I try to view the page in Contributor UI (target is to view and then edit), WCS is throwing an exception - It looks like the issue is due to something wr

  • Method POST of the HTTP

    Hello, I'm using a CSS11501 with 7.30.00 software version. During the work sessions, users must fillfull a virtual shop cart, so they use the method POST. From the servers logs, I have found that the css passes to the servers only the url and no the

  • Extractor technical name

    For LO extraction wat type of extractor we will use and give the technical name for that chandu

  • Is Website Data and Freq. Visited Accurate?

    My partner is very offended by **** yet he has at least 6 on his website data and had a site (KindGirls) on his frequently visited sites show up.  He denies all of it though I said it was best to admit rather than not.  He is very against all of that