Export Master Data from Production to DEV

Hi Gurus,
          I need to export All the Master Data and Configuration files from Production to Development System. If anyone can Advise me to know the step by step for exporting and importing. Our PRD server is on HP-UX/Oracle and ECC6.
Eg Master Data like Customer Master, Vendor Master, Material Master...Etc.,
Please Advice.

Hi,
I need to export All the Master Data and Configuration files from Production to Development System.
I think you can have a option to do simple Remote Client copy with SAP_CUST or SAP_APPL client copy profile from your PRD system to DEV system.
You can create a New Client in DEV system by performing Remote Client Copy as mentioned above from PRD system to ease the activity.
You can get all the information in below mentioned Web Links.
[Copying Clients Between Systems|http://help.sap.com/saphelp_nw04/helpdata/en/69/c24c684ba111d189750000e8322d00/content.htm]
[SAP Client Copy Profiles|http://help.sap.com/saphelp_nw04/helpdata/en/99/0a2a887e2511d2a6250000e82deaaa/content.htm]
[SAP Client Copy Data Types|http://help.sap.com/saphelp_nw04/helpdata/en/ff/9be1817d811c41985662da25061f98/content.htm]
Regards,
Bhavik G. Shroff

Similar Messages

  • Export Master Data from BPC to BW

    I am about embark on creating a solution to export master data from BPC to BW (NW7SP6) and I was wondering if anyone out there has covered this ground previously and has any information on this process that they wish to share?

    As of now, you could export the dimension memebr data and upload to BW info object; you may be able to do it with data manager / process chain.
    Ravi Thotahdri

  • Export table data from production to quality system - Oracle 10.2

    Hi,
    I am trying to export a few table's data from our production system to the quality system.
    Reason: To synchronize the table data between Production and Quality system
    System info: SAP ECC 6.0 on Oracle 10.2 ; OS: Solaris
    Description:
    There are few standard SAP tables which hold the data of the various institutions of our client. Our requirement is to export the master data relevant for a particular institution from the production system to the quality system. We intend to use the Oracle Export and Import utility (Suggestions on the usage of which tool are welcome).
    Constraints:
    Lets say, there is a table NXXX in production system. This table contains the data for the institutions AA, BB, CC. I intend to export the data relevant to the institution AA from the table NXXX and import the data to the table NXXX in the Quality system.
    Now I understand that the schema of these tables are different. In the production system, the schema would be SAP<Prod SID>.NXXX and in the quality system, the schema is SAP<Qas SID>.NXXX. I need your suggestions to overcome this constraint.
    Regards,

    Hi,
    I do not think you can just export data in your scenario using the oracle imp/exp tool it's all or nothing...
    as for the scema naming between QA/PROD you just need to use :
    imp <dump file> fromuser=<PROD schema>  touser=<QA schema>  only thing you have to look out for is the mandt as it will not change.
    I had something similar recently where I had to copy 14+ million rows from Prod to a Dev client without impacting on other clients data for this table in Dev.
    So for data consistancy 
    1) I restored a copy of prod on a new LPAR and exported the table.
    2) Created a dummy prod client using client '000' as a base.
    3) imported the table  using the syntax above enabling the change of schema
    We have now a 14 + million rows in the dummy prod client on the new LPAR
    Now on the Dev server
    4) Created new client on dev as per point 2
    5) SCC9 Remote client copy from the new LPAR using SAP_ALL
    6) As I had 9+ million rows in the target client to get rid of I used delete_commit procedure as in metalink note 3777.1
        This enable  me to delete rows fast without caning the roll back segs.
    7) using R3trans and a command file from the command line copied the single table into the target client.
    I do not know if this is useful for you because your scenario is slighley different, but this is what I did for a whole table for a particular mandt.
    Regards
    Mark
    Edited by: Mark Norman on Oct 22, 2009 11:16 AM
    Edited by: Mark Norman on Oct 22, 2009 11:17 AM

  • Using ALE to synchronize Variant Configuration data from Production to Dev

    SAP Gurus,
    We are trying to move away from opening our production environment every time with need to add new Variant configuration for products.
    In order to do so, we need to ensure that our development and staging systems are in line with production LO-VC data. We have been looking at a possible ALE solution but I would like to get other suggestions.
    Any thoughts you may have with regards to either pros and cons of ALE, or another solution we may have overlooked.  If your clients are transporting Variant Configuration to production, what method are they currently using to ensure data consistency between environments.
    Our landscape currently has two production environments for two separate business lines but both use LO-VC therefore we would like to standardize the process.
    Thanks and Regards,
    Kevin Webb
    SAP SD Senior Consultant

    Hi Webb,
    General its a complex process to transport VC but for system consistency you can:
    1. do the changes Manually in each system
    2. Use ALE idoc process to transport.
    But ALE transport generally used for fresh VC transport, if the VC already present in transporting system, it may cause inconsistency. Hence if you want to transport some changes then I can suggest you to do MANUALLY.
    But if you are transporting VC freshly in each system, go for ALE.
    try and revert

  • Exporting data from Production to Development in a R/3 System

    Good Morning,
    I have a landscape where i have a Productive and a Development system (SAP R/3 Enterprise Release 4.70 SR1 1.10 with MaxDB 7.5 running on a HP-UX 11.23) and i was asked to copy the data and customizing (not user master data) from Production to Development. Both systems have 7 clients (6 for each country and one for Human Resources) and i need to copy the productive data to the development data (the Productive data can overwrite the Development data).
    This is my first time doing this, and since i have a short deadline to do it, i need all the help i can get...
    I'm not sure if i should use SCC8 or SCC9 in order to create a transport request for each client copy.
    I've checked the OS space in sapdata and transport directories, i've also checked the database space and i need to change MAXDATAVOLUMES size and also create more volumes.
    Now that i've done that, i need to know what to do next... Does anyone knows where i can find a procedure or documentation on this? Some kind of step by step guide?
    About the Export Profiles, which default profile should i choose in order to copy
    All client specific data, customizing AND NOT user master data?
    Can i do any kind of test run before the export in order to understand the space i'm going to need in transport directory for example?
    Thanks in advance.
    Best Regards,
    Pedro Gaspar

    Hello Pedro,
    1. In SCC8 the SAP_APPL profile isn't available, so i guess i need to use SAP_ALL and change the user master data accordingly afterwards right?
    In that case, you should/can 'Export' the user master of the target system before the Client copy, so that you can re-import the same user master in the target system after sap_all copy from source.
    2. I also have several project teams developing in ABAP in my development system. If i export the productive client, will the ABAP code be overwritten (scripts, smartforms, etc...)? I ask this, because right now there are several programs with different versions in both systems (the landscape consists of only a DEV and PRD system NO quality). If the ABAP code in development will be overwritten, i need to tell the development teams to comment all the changes, then create transports to production to make the program versions the same, and then save the data an cofiles to import them again in development after the import. Will also RFC definitions change? Jobs will also be copied? What's the difference between this and a Homogeneous System Copy using backup/restore?
    This is the reason that normally the 'Production to Development' copy is not recommended. I would wait if our other techies here can help/advise us for this.
    A simple difference between a client copy and system copy is that the client copy is just 'client dependent' change and system copy is 'system wide' change - erasing everything on the target and just overwriting/duplicating the 'complete source' onto the target.
    Thanks

  • Export Master Data to file with selected properties SAP BPC 10 NW

    Hello Gurus,
    Can you kindly help me with this. I am trying to export master data from one of my dimension using DM package "Export Master Data to File". The exported file should contain selected properties because the source dimension is having a lot of properties which are relevant for some usage but not required for the exported file.
    I used transformation file first to indicate the properties i wanted to be extracted under mapping, it extracted master data but it extracted all the properties. It's like it doesn't read from the transformation file.
    Does anyone encountered this scenario? Any other possible workaround to extract selected properties aside from opening the file and delete manually?
    Thanks as always,
    yajepe

    Hi Yajape
    I am unable to export the master data.
    Can you please tell me what is the mapping section you specified in transformation file.
    There is option in member selection screen called  member selection by properties through which you can select your properties.
    Regards
    Srikant

  • Master Data from Dev Server to Qty Server

    Hi Friend’s
    How we are sending Master Data from Dev Server to Qty Server?
    I created a Business Partner in Dev Server now I want move to Qty Server so how can send that  Business Partner?
    Plz give me the solution with Example plz
    Regard’s
    Mahesh Kumar
    My mail id is [email protected]

    Hello Mahesh,
    you CAN NOT transfer master date from DEV to QTY. You have to create the Business Partner again.
    Regards
    Gregor

  • Transfer master data from a project from one client to another client

    Hi all,
    I have a training client and a production client.  The project master data has been created (Tcode CJ01) in training client with multiple levels and WBS.  Is there a way to transfer the master data from the training client to another client so there will be no need to create the same project in another client?
    Thanks.

    Refer note for 37899 batch input option.
    Though this pertains to older versions with few changes to code it might be suitble to the version you are working on.
    Regards
    Sreenivas

  • How to export some data from the tables of an owner with integrity?

    Hi to all,
    How to export some data from the tables of an owner with integrity?
    I want to bring some data from all tables in a single owner of the production database for development environment.
    My initial requirements are: seeking information on company code (emp), contract status (status) and / or effective date of contract settlement (dt_liq_efetiva) - a small amount of data to developers.
    These three fields are present in the main system table (the table of contracts). Then I thought about ...
    - create a temporary table from the query results table to contract;
    - and then use this temporary table as a reference to fetch the data in other tables of the owner while maintaining integrity. But how? I have not found the answer, because: what to do when not there is the possibility of a join between the contract and any other table?
    I am considering the possibility of consulting the names of tables, foreign keys and columns above, and create dynamic SQL. Conceptually, something like:
    select r.constraint_name "FK name",
    r.table_name "FK table",
    r.column_name "FK column",
    up.constraint_name "Referencing name",
    up.table_name "Referencing table",
    up.column_name "Referencing column"
    from all_cons_columns up
    join all_cons_columns r
    using (owner, position), (select r.owner,
    r.constraint_name fk,
    r.table_name table_fk,
    r.r_constraint_name r,
    up.table_name table_r
    from all_constraints up, all_constraints r
    where r.r_owner = up.owner
    and r.r_constraint_name = up.constraint_name
    and up.constraint_type in ('P', 'U')
    and r.constraint_type = 'R'
    and r.owner = 'OWNERNAME') aux
    where r.constraint_name = aux.fk
    and r.table_name = aux.table_fk
    and up.constraint_name = aux.r
    and up.table_name = aux.table_r;
    -- + Dynamic SQL
    If anyone has any suggestions and / or reuse code to me thank you very much!
    After resolving this standoff intend to mount the inserts in utl_file by a table and create another program to read and play in the development environment.
    Thinking...
    Let's Share!
    My thanks in advance,
    Philips

    Thanks, Peter.
    Well, I am working with release 9.2.0.8.0. But the planning is migrate to 10g this year. So my questions are:
    With Data Pump can export data just from tables owned for me (SCHEMAS = MYOWNER) parameterizing the volume of data (SAMPLE) and filters to table (QUERY), right? But parameterizing a contract table QUERY = "WHERE status NOT IN (2,6) ORDER BY contract ":
    1º- the Data Pump automatically searches for related data in other tables in the owner? ex. parcel table has X records related (fk) with Y contracts not in (2,6): X * SAMPLE records will be randomly exported?
    2º- for the tables without relation (fk) and which are within the owner (MYOWNER) the data is exported only based on the parameter SAMPLE?
    Once again, thank you,
    Philips
    Reading Oracle Docs...

  • Error importing vendor master data from ERP

    Hi experts,
    currently we are trying to import vendor master data from ERP to SAP Sourcing 9.
    We exported the data in an XML file by using the transaction BBP_ES_MAST_DOWNLOAD.
    We already imported all the dependencies like vendor account group, purchase org, regions etc. successfully.
    However, every time we are trying to import the vendor data we receive the same result:
    Data Import:
    Trace.txt:
    Do you have any hints why this happens?
    Thanks in advance and best regards,
    Johannes

    Hello Johannes,
    This looks to come from a custom script in your system.
    Go to Setup > Script Definition and check all scripts defined on class "Supplier" (starting with those on context: Import Lifecycle Event).
    Search for a script that starts with "throw doc.createApplicationException(test..."
    Regards,
    Bogdan

  • How to handle/extract Hierarchies in master data from R3

    Hi Experts!!!
    Iu2019m currently working on HR Implementation project and this is my first project. Implementation is being done in BI 7.0 and ECC 6.0. I have some queries  regarding the extraction of master data from R3 as furnished below.
    1.     By default all the datasources  are in 3.x technology  and Iu2019ve migrated all the datasources with export and successfully performed InfoPackages  and  DTPS  into their respective InfoObjects/Data targets. But when it comes to the masterdata datasources with hierarchies, Iu2019m unable to migrate them as there is no MIGRATE option in the context menu. When I tried to create infopackage, it asked me to create Transfer rules first and perform InfoPackage. Is it mandatory to work in 3.x technology (Transfer rules/ Update rules)  in case of master data hierarchies? In this case how to handle datasources with hierarchies?
    2.     Is it required to have any data staging component  like DSO while extracting master data datasources from SAP R/3  to their respective InfoObjects (Data targets)?? Or can I directly schedule Infopackage and DTP directly into the InfoObject with out any DSOS in between for HR master data??
    Good day!!!

    hello,
    1)
    all DataSource that are created in BI 7.0 are new design, master data attribute, text and transaction DataSource can all be created in the new BI 7.0, but for hierarchy DataSource, it remains as 3.X, if you double click on the Hier DataSource, you will see the title "...Emulated 3.X ...", so the DataSource should be working perfectly fine except it is in "Modified" version, i believe it is just SAP has not or can't a way to upgrade hier DataSource.
    Also,
    RSDS doesnt support hierarchy datasources in BI 7.0. So we cannot use transformations and DTP with hierarchy. So it is very similar to the way we used to load it in 3.x.
    Check below link for step by step procedure to load hierarchy using flat file:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/e92637c2cbf357e10000009b38f936/content.htm
    2)
    i dont think you need a DSO in between for laoding master data from R/3 to BI IO.
    Reg,
    Dhanya

  • Transfering business partner master data from R/3 to Business one

    hi all,
    can anyone have an idea about how to transfer the business partner master data from SP R/3 to SAP Business One.
    Plz tell me in details..
    regards
    nirdesh panwar

    Hi Nirdesh,
    The easiest way is to ask SAP R/3 for an export file of some sorts. This is usually an XML or text type file. You will then pick this file up where they have put it and import it. You can import it into SAP Business One with your own developed (vb, c#, etc.) application that you write using SAP Business One's DI API.
    Hope it helps,
    Adele

  • Strategies for synchronizing master data in production to test environments

    I play a role in facilitating business end user testing.  The business expects master data in the test enviornment to be failry representative, if not identical, to what's in our production environment.  Whether it be a customer (XD03), a material (MM03), output determination(VV33), or pricing condition records (VK13), the business expects it to be there.  Does SAP have any automated mechanism for refreshing a R/3 test system with master data from another R/3 system like production?  The quality of testing is very reliant on the quality of master data, and it's not uncommon to be investing time troubleshooting problems triggered by a trivial difference in master data rather than troubleshooting true problems relating to what is really being tested.  Does anybody know what's SAP's take on this is?

    Not sure what master data in production order you want to change. Anyway if it is at header level, then evaluate BAPI - BAPI_PRODORD_CHANGE.
    Alternatively evaluate the usage of Order Change Management if it is feasible in your solution. Do a search in this forum you will find many threads on it, also read SAP help & do a test a test in your sandbox. If you face a specific issue then do revert

  • Transport planning book from Production to Dev/ Test system

    Hi APO Gurus,
    I need clarity for below mentioned point u2013
    I have a correct planning book in production system. I have a different structure in testing as well as in quality system. I want to transport planning book with all data views and macrou2019s associated with it to development system (or in test system).
    How to do this? Please elaborate with details
    Thanks in advance.

    I did the transport from Production to Dev client using TSOBJ last week. Basis team helped in connecting Prod and Dev clients.
    Everyting went ok except selection IDs. When I check 'with selection transport' in TSOBJ, it ends up in short dump saying Timed Out in reading SQL table /sapapo/sdpsetde. We increased the system profile parameter "rdisp/max_wprun_time" from 1800 seconds to 3600 seconds. It still timed out with same message. So, I created the transport without selection IDs and it worked.
    Next, I downloaded the only required selection IDs (total 498) from the DP Planning Area in Production client to excel spreadsheet using table /sapapo/TS_SELKO. Then created another transport using TSOBJ.....this time I used the 'Transport of Selections' section for Selection IDs and used single value selection from drop down, uploaded the IDs from clipboard option. That worked.
    Although my problem is solved....but by any chance, has anyone encountered that TSOBJ Timed out? Is there any OSS note for this?
    -Sachin

  • How to set up permission to export master data to Excel?

    I am trying to set up a role which allows the user to view and export master data.
    I was able to set up the first part (read only access), but even if I give the user full permissions to maintain master data, the "Export to Excel" command is grayed out.
    What do I have to change in my role to control export rights (for master data only)?
    Thank you,
    Dennis

    Help anyone, please. Is there an authorization object for this?
    And: is there an authorization object for copy/paste from master data (in RSA1) to a text file?
    Thank you,
    Dennis

Maybe you are looking for

  • Issue with my ap 1231

    Hi to everybody, i have a cisco aironet AP1231G-E-K9 and as you are expecting it does not work. The problem is that it has not installed it´s Cisco IOS, the status LED´s are red-green-red which means no ios image. We had it working propertly in a cli

  • Itunes video crashes my computer

    I recently purchased a video iPod (my photo iPod broke) and updated my iTunes software. Now, every time I try to open the video page in iTunes, it crashes my computer. Either the computer freezes and I have to reboot or it goes blue screen and reboot

  • Switching from Windows to Mac Questions

    Hi again, I am considering replacing my current windows machine with a MacBook Pro and need answers to several specific questions. I hope this is the right forum: 1) Will I be able to access my stored files (mostly photos) from an NTFS formatted exte

  • N95-1 three way calling problem

    I had 3 way calling feature before firmware update. After update . I can no loger be able to use that. (eg. while talking with a friend, if I dial the 3rd person, I can join the 2lines by pressing the green call button). After update, pressing call b

  • Music interrupts (system load)

    I'm playing my music with the BMP. When the system load gets higher (even for a short time) the music falters and interrupts. This happens even when I open nautilus (or other applications) or when I e.g. copy some data. I'm running gnome 2.8. Is ther